File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments