diff --git a/api/package.json b/api/package.json index ef94be9..88415c6 100644 --- a/api/package.json +++ b/api/package.json @@ -34,7 +34,7 @@ "every-plugin": "workspace:*", "vite-tsconfig-paths": "^5.1.4", "vitest": "catalog:", - "zephyr-rspack-plugin": "0.1.4" + "zephyr-rspack-plugin": "1.0.1" }, "scripts": { "build": "bun run build:types && rspack build", diff --git a/plugins/_template/package.json b/plugins/_template/package.json index 62e1456..ee58bc5 100644 --- a/plugins/_template/package.json +++ b/plugins/_template/package.json @@ -31,7 +31,7 @@ "every-plugin": "workspace:*", "vite-tsconfig-paths": "^5.1.4", "vitest": "catalog:", - "zephyr-rspack-plugin": "0.1.4" + "zephyr-rspack-plugin": "1.0.1" }, "scripts": { "build": "bun run build:types && rspack build",