Skip to content

Commit ace6fcb

Browse files
committed
update nextjs version
1 parent dc4bdfa commit ace6fcb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

web-starter/web/nextjs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/basic-features/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

web-starter/web/nextjs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@aztec/bb.js": "0.84.0",
66
"@noir-lang/noir_js": "1.0.0-beta.6",
7-
"next": "14.2.3",
7+
"next": "^15.3.4",
88
"react": "18.2.0",
99
"react-dom": "18.2.0"
1010
},
@@ -13,7 +13,8 @@
1313
"@types/node": "^22.10.1",
1414
"@types/react": "^18.2.62",
1515
"@types/react-dom": "^18.2.19",
16-
"typescript": "^5.8.3" },
16+
"typescript": "^5.8.3"
17+
},
1718
"scripts": {
1819
"dev": "next dev",
1920
"build": "next build",

0 commit comments

Comments
 (0)