File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "scripts" : {
6- "dev" : " next dev" ,
6+ "dev" : " next dev --turbopack " ,
77 "build" : " next build" ,
88 "start" : " next start" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "react" : " ^18 " ,
13- "react-dom" : " ^18 " ,
14- "next" : " 14.1.0 "
12+ "react" : " 19.2.0 " ,
13+ "react-dom" : " 19.2.0 " ,
14+ "next" : " 15.5.4 "
1515 },
1616 "devDependencies" : {
1717 "typescript" : " ^5" ,
1818 "@types/node" : " ^20" ,
19- "@types/react" : " ^18 " ,
20- "@types/react-dom" : " ^18 " ,
19+ "@types/react" : " 19.2.2 " ,
20+ "@types/react-dom" : " 19.2.1 " ,
2121 "autoprefixer" : " ^10.0.1" ,
2222 "postcss" : " ^8" ,
2323 "tailwindcss" : " ^3.3.0" ,
2424 "eslint" : " ^8" ,
25- "eslint-config-next" : " 14.1.0"
25+ "eslint-config-next" : " 15.5.4"
26+ },
27+ "pnpm" : {
28+ "overrides" : {
29+ "@types/react" : " 19.2.2" ,
30+ "@types/react-dom" : " 19.2.1"
31+ }
2632 }
2733}
You can’t perform that action at this time.
0 commit comments