Skip to content

Commit b3ecaba

Browse files
build(deps-dev): bump rollup
Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.22.4 to 4.31.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.22.4...v4.31.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 553176a commit b3ecaba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/bundle-analyzer-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-commonjs": "^25.0.7",
2727
"@rollup/plugin-node-resolve": "^15.2.3",
2828
"npm-run-all": "^4.1.5",
29-
"rollup": "^4.22.4",
29+
"rollup": "^4.31.0",
3030
"serve": "^14.2.1"
3131
},
3232
"volta": {

examples/oidc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.22.4",
26+
"rollup": "^4.31.0",
2727
"typescript": "^5.3.3",
2828
"vite": "^6.0.3"
2929
},

examples/rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rollup/plugin-commonjs": "^25.0.7",
1818
"@rollup/plugin-node-resolve": "^15.2.3",
1919
"npm-run-all": "^4.1.5",
20-
"rollup": "^4.22.4",
20+
"rollup": "^4.31.0",
2121
"serve": "^14.2.1"
2222
},
2323
"volta": {

examples/tokenless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.22.4",
26+
"rollup": "^4.31.0",
2727
"typescript": "^5.3.3",
2828
"vite": "^6.0.3"
2929
},

examples/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.22.4",
26+
"rollup": "^4.31.0",
2727
"typescript": "^5.3.3",
2828
"vite": "^6.0.3"
2929
},

packages/rollup-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitest/coverage-v8": "^2.1.8",
5555
"codecovProdRollupPlugin": "npm:@codecov/[email protected]",
5656
"msw": "^2.7.0",
57-
"rollup": "4.22.4",
57+
"rollup": "4.31.0",
5858
"ts-node": "^10.9.2",
5959
"typedoc": "^0.27.5",
6060
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)