diff --git a/examples/bundle-analyzer-cli/package.json b/examples/bundle-analyzer-cli/package.json index cacf2fb2..f735b9fd 100644 --- a/examples/bundle-analyzer-cli/package.json +++ b/examples/bundle-analyzer-cli/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "serve": "^14.2.1" }, "volta": { diff --git a/examples/oidc/package.json b/examples/oidc/package.json index 3e9dac5c..6ba582f7 100644 --- a/examples/oidc/package.json +++ b/examples/oidc/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/rollup/package.json b/examples/rollup/package.json index e6f9b4f3..42b4b427 100644 --- a/examples/rollup/package.json +++ b/examples/rollup/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "serve": "^14.2.1" }, "volta": { diff --git a/examples/tokenless/package.json b/examples/tokenless/package.json index b698ed43..f0f15cf9 100644 --- a/examples/tokenless/package.json +++ b/examples/tokenless/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index bf17bd0e..2ceb0b9f 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.32.0", "typescript": "^5.3.3", "vite": "^6.0.3" }, diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index a6cd7899..cec5d20c 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.8", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.32.0", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3",