Skip to content

Commit 11d3d9b

Browse files
committed
update rollup versions
1 parent 7e99416 commit 11d3d9b

File tree

9 files changed

+1030
-695
lines changed

9 files changed

+1030
-695
lines changed

examples/bundle-analyzer-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@codecov/bundle-analyzer": "workspace:^",
2525
"@codecov/rollup-plugin": "workspace:^",
26-
"@rollup/plugin-commonjs": "^25.0.7",
27-
"@rollup/plugin-node-resolve": "^15.2.3",
26+
"@rollup/plugin-commonjs": "^28.0.1",
27+
"@rollup/plugin-node-resolve": "^15.3.0",
2828
"npm-run-all": "^4.1.5",
29-
"rollup": "^4.9.6",
29+
"rollup": "^4.24.0",
3030
"serve": "^14.2.1"
3131
},
3232
"volta": {

examples/next-js-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "15.0.0-rc.0",
12+
"next": "^15.0.1",
1313
"react": "19.0.0-rc-b57d2823-20240822",
1414
"react-dom": "19.0.0-rc-b57d2823-20240822"
1515
},

examples/oidc/package.json

Lines changed: 1 addition & 1 deletion
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.9.6",
26+
"rollup": "^4.24.0",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.10"
2929
},

examples/rollup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"devDependencies": {
1616
"@codecov/rollup-plugin": "workspace:^",
17-
"@rollup/plugin-commonjs": "^25.0.7",
18-
"@rollup/plugin-node-resolve": "^15.2.3",
17+
"@rollup/plugin-commonjs": "^28.0.1",
18+
"@rollup/plugin-node-resolve": "^15.3.0",
1919
"npm-run-all": "^4.1.5",
20-
"rollup": "^4.9.6",
20+
"rollup": "^4.24.0",
2121
"serve": "^14.2.1"
2222
},
2323
"volta": {

examples/tokenless/package.json

Lines changed: 1 addition & 1 deletion
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.9.6",
26+
"rollup": "^4.24.0",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.10"
2929
},

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"eslint": "^8.56.0",
2424
"eslint-plugin-react-hooks": "^4.6.0",
2525
"eslint-plugin-react-refresh": "^0.4.5",
26-
"rollup": "^4.9.6",
26+
"rollup": "^4.24.0",
2727
"typescript": "^5.3.3",
28-
"vite": "^5.2.10"
28+
"vite": "^5.4.10"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

integration-tests/test-apps/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.5"
14+
"next": "^15.0.1"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitest/coverage-v8": "^1.5.0",
5555
"codecovProdRollupPlugin": "npm:@codecov/[email protected]",
5656
"msw": "^2.1.5",
57-
"rollup": "4.9.6",
57+
"rollup": "4.24.0",
5858
"ts-node": "^10.9.2",
5959
"typedoc": "^0.25.12",
6060
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)