Skip to content

Commit 91e933f

Browse files
authored
chore: Small dep updates (#134)
Dep updates for NextJS example app, and integration tests test API.
1 parent 297cd29 commit 91e933f

File tree

4 files changed

+1053
-318
lines changed

4 files changed

+1053
-318
lines changed

examples/next-js/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.1.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
12+
"next": "14.2.3",
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@codecov/webpack-plugin": "workspace:^",
18-
"@types/node": "^20.11.15",
19-
"@types/react": "^18.2.51",
20-
"@types/react-dom": "^18.2.18",
21-
"autoprefixer": "^10.4.17",
18+
"@types/node": "^20.12.12",
19+
"@types/react": "^18.3.3",
20+
"@types/react-dom": "^18.3.0",
21+
"autoprefixer": "^10.4.19",
2222
"eslint": "^8.56.0",
23-
"eslint-config-next": "14.1.0",
24-
"postcss": "^8.4.33",
25-
"tailwindcss": "^3.4.1",
26-
"typescript": "^5.3.3"
23+
"eslint-config-next": "14.2.3",
24+
"postcss": "^8.4.38",
25+
"tailwindcss": "^3.4.3",
26+
"typescript": "^5.4.5"
2727
},
2828
"volta": {
2929
"extends": "../../package.json"

integration-tests/test-api/bun.lockb

-11.4 KB
Binary file not shown.

integration-tests/test-api/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
"start": "tsx src/index.ts"
55
},
66
"dependencies": {
7-
"@hono/node-server": "^1.3.1",
8-
"hono": "^3.11.2",
9-
"tsx": "^3.12.2"
7+
"hono": "^4.3.11"
108
},
119
"volta": {
1210
"extends": "../../package.json"
1311
},
1412
"devDependencies": {
15-
"@types/bun": "^1.0.2"
13+
"@types/bun": "^1.1.3"
1614
}
1715
}

0 commit comments

Comments
 (0)