File tree Expand file tree Collapse file tree
04-frameworks/08-nextjs/00-boilerplate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " car-api" ,
33 "version" : " 1.0.0" ,
44 "description" : " Car API" ,
5- "main " : " index.js " ,
5+ "type " : " module " ,
66 "scripts" : {
77 "mock-server" : " tsx watch src/index.ts"
88 },
99 "author" : " Lemoncode" ,
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "@hono/node-server" : " ^1.13.8 " ,
13- "hono" : " ^4.6.20 "
12+ "@hono/node-server" : " ^1.19.7 " ,
13+ "hono" : " ^4.11.0 "
1414 },
1515 "devDependencies" : {
16- "tsx" : " ^4.19.2 "
16+ "tsx" : " ^4.21.0 "
1717 }
1818}
Original file line number Diff line number Diff line change 11{
2- "name" : " 07- nextjs-examples" ,
2+ "name" : " nextjs-examples" ,
33 "version" : " 1.0.0" ,
44 "description" : " Nextjs examples" ,
5+ "type" : " module" ,
56 "scripts" : {
67 "start:api-server" : " cd api-server && npm run mock-server" ,
78 "postinstall" : " cd ./api-server && npm install"
89 },
910 "author" : " Lemoncode" ,
1011 "license" : " MIT" ,
1112 "dependencies" : {
12- "react" : " ^19.0.0 " ,
13- "react-dom" : " ^19.0.0 "
13+ "react" : " ^19.2.3 " ,
14+ "react-dom" : " ^19.2.3 "
1415 },
1516 "devDependencies" : {
16- "@types/react" : " ^19.0.8 " ,
17- "@types/react-dom" : " ^19.0 .3" ,
18- "typescript" : " ^5.7 .3"
17+ "@types/react" : " ^19.2.7 " ,
18+ "@types/react-dom" : " ^19.2 .3" ,
19+ "typescript" : " ^5.9 .3"
1920 }
2021}
You can’t perform that action at this time.
0 commit comments