File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 36
36
"format" : " prettier --write ."
37
37
},
38
38
"peerDependencies" : {
39
- "@kitajs/html" : " >= 2.2 .0" ,
40
- "elysia" : " >= 0.6.11 "
39
+ "@kitajs/html" : " >= 3.0 .0" ,
40
+ "elysia" : " >= 0.7.15 "
41
41
},
42
42
"devDependencies" : {
43
- "@types/node" : " ^20.6.0 " ,
44
- "bun-types" : " ^1.0.1 " ,
45
- "elysia" : " ^0.6.23 " ,
46
- "eslint" : " ^8.49 .0" ,
47
- "rimraf" : " ^5.0.1 " ,
43
+ "@types/node" : " ^20.7.2 " ,
44
+ "bun-types" : " ^1.0.3 " ,
45
+ "elysia" : " ^0.7.15 " ,
46
+ "eslint" : " ^8.50 .0" ,
47
+ "rimraf" : " ^5.0.5 " ,
48
48
"typescript" : " ^5.2.2"
49
49
},
50
50
"dependencies" : {
51
- "@kitajs/html" : " ^2.2.1"
51
+ "@kitajs/html" : " ^3.0.0" ,
52
+ "@kitajs/ts-html-plugin" : " ^1.1.1"
52
53
},
53
54
"peerDependenciesMeta" : {
54
55
"@kitajs/html" : {
55
56
"optional" : true
57
+ },
58
+ "@kitajs/ts-html-plugin" : {
59
+ "optional" : true
56
60
}
57
61
}
58
- }
62
+ }
You can’t perform that action at this time.
0 commit comments