Skip to content

Commit 4c68bbe

Browse files
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the /examples/astro-5 directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Bumps the npm_and_yarn group with 1 update in the /examples/next-js-15 directory: [next](https://github.com/vercel/next.js). Updates `@astrojs/node` from 8.3.4 to 10.0.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@10.0.0/packages/integrations/node) Updates `next` from 15.1.0 to 15.5.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.1.0...v15.5.14) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1818d99 commit 4c68bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/astro-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/node": "^9.0.0",
12+
"@astrojs/node": "^10.0.0",
1313
"@astrojs/react": "^4.1.1",
1414
"@codecov/astro-plugin": "workspace:*",
1515
"@types/react": "^19.0.1",

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.2.6",
12+
"next": "15.5.14",
1313
"react": "19.0.0",
1414
"react-dom": "19.0.0"
1515
},

0 commit comments

Comments
 (0)