Skip to content

Commit 138b0b3

Browse files
build(deps): bump the npm_and_yarn group across 1 directory with 5 updates
Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rollup](https://github.com/rollup/rollup) | `4.22.4` | `4.27.2` | | [next](https://github.com/vercel/next.js) | `14.2.10` | `15.0.3` | | [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.12.4` | `3.13.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.15` | `4.2.19` | | [webpack](https://github.com/webpack/webpack) | `5.90.0` | `5.94.0` | Updates `rollup` from 4.22.4 to 4.27.2 - [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.27.2) Updates `next` from 14.2.10 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.10...v15.0.3) Updates `nuxt` from 3.12.4 to 3.13.0 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.13.0/packages/nuxt) Updates `svelte` from 4.2.15 to 4.2.19 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte) Updates `webpack` from 5.90.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.0...v5.94.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nuxt dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: svelte dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f70f2 commit 138b0b3

File tree

18 files changed

+1571
-1321
lines changed

18 files changed

+1571
-1321
lines changed

examples/bundle-analyzer-cli/package.json

Lines changed: 1 addition & 1 deletion
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.27.2",
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.3",
1313
"react": "19.0.0-rc-b57d2823-20240822",
1414
"react-dom": "19.0.0-rc-b57d2823-20240822"
1515
},

examples/next-js/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": "14.2.10",
12+
"next": "15.0.3",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "nuxt preview"
1010
},
1111
"dependencies": {
12-
"nuxt": "^3.12.4",
12+
"nuxt": "^3.13.0",
1313
"vue": "^3.4.21",
1414
"vue-router": "^4.3.0"
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.22.4",
26+
"rollup": "^4.27.2",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

examples/rollup/package.json

Lines changed: 1 addition & 1 deletion
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.27.2",
2121
"serve": "^14.2.1"
2222
},
2323
"volta": {

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@sveltejs/adapter-auto": "^3.0.0",
1616
"@sveltejs/kit": "^2.5.25",
1717
"@sveltejs/vite-plugin-svelte": "^3.0.0",
18-
"svelte": "^4.2.7",
18+
"svelte": "^4.2.19",
1919
"svelte-check": "^3.6.0",
2020
"tslib": "^2.4.1",
2121
"typescript": "^5.0.0",

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.22.4",
26+
"rollup": "^4.27.2",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

examples/vite/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.22.4",
26+
"rollup": "^4.27.2",
2727
"typescript": "^5.3.3",
2828
"vite": "^5.2.14"
2929
},

examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@codecov/webpack-plugin": "workspace:^",
13-
"webpack": "^5.90.0",
13+
"webpack": "^5.94.0",
1414
"webpack-cli": "^5.1.4"
1515
},
1616
"engines": {

0 commit comments

Comments
 (0)