Skip to content

Commit b031c96

Browse files
feat: init deps
1 parent 5dee143 commit b031c96

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

bun.lockb

5.11 KB
Binary file not shown.

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,27 @@
3636
"format": "prettier --write ."
3737
},
3838
"peerDependencies": {
39-
"@kitajs/html": ">= 2.2.0",
40-
"elysia": ">= 0.6.11"
39+
"@kitajs/html": ">= 3.0.0",
40+
"elysia": ">= 0.7.15"
4141
},
4242
"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",
4848
"typescript": "^5.2.2"
4949
},
5050
"dependencies": {
51-
"@kitajs/html": "^2.2.1"
51+
"@kitajs/html": "^3.0.0",
52+
"@kitajs/ts-html-plugin": "^1.1.1"
5253
},
5354
"peerDependenciesMeta": {
5455
"@kitajs/html": {
5556
"optional": true
57+
},
58+
"@kitajs/ts-html-plugin": {
59+
"optional": true
5660
}
5761
}
58-
}
62+
}

0 commit comments

Comments
 (0)