Skip to content

Commit 05e2554

Browse files
chore(deps): bump next
Bumps [next](https://github.com/vercel/next.js) from 13.4.1 to 15.2.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.4.1...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f8ae92 commit 05e2554

File tree

1 file changed

+2
-2
lines changed
  • tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site

1 file changed

+2
-2
lines changed

tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"build": "next build"
77
},
88
"dependencies": {
9-
"next": "13.4.1",
9+
"next": "15.2.4",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0"
1212
},
1313
"test": {
1414
"dependencies": {
15-
"next": "13.4.1"
15+
"next": "15.2.4"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)