Skip to content

Commit 9ef6cdd

Browse files
committed
update boilerplate
1 parent 484f24b commit 9ef6cdd

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

04-frameworks/08-nextjs/00-boilerplate/api-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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
}

0 commit comments

Comments
 (0)