diff --git a/examples/bundle-analyzer-cli/package.json b/examples/bundle-analyzer-cli/package.json index cacf2fb2..70c4bd3f 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.60.1", "serve": "^14.2.1" }, "volta": { diff --git a/examples/oidc/package.json b/examples/oidc/package.json index ccdaf49c..9c64ab98 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.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/examples/rollup/package.json b/examples/rollup/package.json index e6f9b4f3..2525a638 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.60.1", "serve": "^14.2.1" }, "volta": { diff --git a/examples/tokenless/package.json b/examples/tokenless/package.json index d94fc990..68fdfd77 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.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index d0137d8c..ae0c985d 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.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 548daa7d..2821d1ea 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.9", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.60.1", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3",