Skip to content

Commit 3631909

Browse files
chore(deps): bump next from 14.2.14 to 15.0.1
Bumps [next](https://github.com/vercel/next.js) from 14.2.14 to 15.0.1. - [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.14...v15.0.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3925a3a commit 3631909

File tree

4 files changed

+332
-73
lines changed

4 files changed

+332
-73
lines changed

demo/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"replexica": "workspace:*",
1414
"@replexica/react": "workspace:*",
15-
"next": "14.2.14",
15+
"next": "15.0.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/lodash": "^4.17.10",
4141
"@types/object-hash": "^3.0.6",
4242
"@types/webpack": "^5.28.5",
43-
"next": "^14.2.14",
43+
"next": "^15.0.1",
4444
"tsup": "^8.1.0"
4545
}
4646
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/cookie": "^0.6.0",
4141
"@types/negotiator": "^0.6.3",
4242
"@types/react": "^18.3.11",
43-
"next": "^14.2.14",
43+
"next": "^15.0.1",
4444
"tsup": "^8.1.0"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)