diff --git a/crates/yaak-templates/pkg/yaak_templates_bg.wasm b/crates/yaak-templates/pkg/yaak_templates_bg.wasm index 716adf95..11bc3ada 100644 Binary files a/crates/yaak-templates/pkg/yaak_templates_bg.wasm and b/crates/yaak-templates/pkg/yaak_templates_bg.wasm differ diff --git a/src-web/package.json b/src-web/package.json index a0129314..1d28f08f 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -87,17 +87,17 @@ "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", "@types/whatwg-mimetype": "^3.0.2", - "@vitejs/plugin-react": "^4.6.0", + "@vitejs/plugin-react": "^6.0.0", "autoprefixer": "^10.4.21", "decompress": "^4.2.1", "internal-ip": "^8.0.0", "postcss": "^8.5.6", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", - "vite": "^7.0.8", - "vite-plugin-static-copy": "^3.1.2", - "vite-plugin-svgr": "^4.3.0", - "vite-plugin-top-level-await": "^1.5.0", + "vite": "^8.0.0", + "vite-plugin-static-copy": "^3.3.0", + "vite-plugin-svgr": "^4.5.0", + "vite-plugin-top-level-await": "^1.6.0", "vite-plugin-wasm": "^3.5.0" } } diff --git a/src-web/vite.config.ts b/src-web/vite.config.ts index 857f182b..fa49644c 100644 --- a/src-web/vite.config.ts +++ b/src-web/vite.config.ts @@ -42,7 +42,7 @@ export default defineConfig(async () => { sourcemap: true, outDir: '../dist', emptyOutDir: true, - rollupOptions: { + rolldownOptions: { output: { // Make chunk names readable chunkFileNames: 'assets/chunk-[name]-[hash].js',