File tree Expand file tree Collapse file tree 4 files changed +1053
-318
lines changed
integration-tests/test-api Expand file tree Collapse file tree 4 files changed +1053
-318
lines changed Original file line number Diff line number Diff line change 9
9
"lint" : " next lint"
10
10
},
11
11
"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 "
15
15
},
16
16
"devDependencies" : {
17
17
"@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 " ,
22
22
"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 "
27
27
},
28
28
"volta" : {
29
29
"extends" : " ../../package.json"
Original file line number Diff line number Diff line change 4
4
"start" : " tsx src/index.ts"
5
5
},
6
6
"dependencies" : {
7
- "@hono/node-server" : " ^1.3.1" ,
8
- "hono" : " ^3.11.2" ,
9
- "tsx" : " ^3.12.2"
7
+ "hono" : " ^4.3.11"
10
8
},
11
9
"volta" : {
12
10
"extends" : " ../../package.json"
13
11
},
14
12
"devDependencies" : {
15
- "@types/bun" : " ^1.0.2 "
13
+ "@types/bun" : " ^1.1.3 "
16
14
}
17
15
}
You can’t perform that action at this time.
0 commit comments