Skip to content

Commit 1a89912

Browse files
committed
chore: remove some dependencies
1 parent 4f87565 commit 1a89912

File tree

6 files changed

+10
-124
lines changed

6 files changed

+10
-124
lines changed

examples/adonisjs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"hot-hook": "workspace:*",
4545
"pino-pretty": "^13.0.0",
4646
"prettier": "^3.5.3",
47-
"ts-node": "^10.9.2",
48-
"typescript": "^5.8.3"
47+
"ts-node": "^10.9.2"
4948
},
5049
"hotHook": {
5150
"boundaries": [

examples/fastify/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"@hot-hook/runner": "workspace:*",
1515
"@types/node": "^22.15.29",
1616
"hot-hook": "workspace:*",
17-
"pino-pretty": "^13.0.0",
18-
"tsx": "^4.19.4"
17+
"pino-pretty": "^13.0.0"
1918
},
2019
"hotHook": {
2120
"boundaries": [

examples/hono/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@hot-hook/runner": "workspace:*",
15-
"hot-hook": "workspace:*",
16-
"tsx": "^4.19.4"
15+
"hot-hook": "workspace:*"
1716
},
1817
"hotHook": {
1918
"boundaries": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"p-event": "^6.0.1",
3636
"p-timeout": "^6.1.4",
3737
"prettier": "^3.5.3",
38-
"prettier-edgejs": "^0.2.36",
3938
"supertest": "^7.1.1",
4039
"ts-node": "^10.9.2",
40+
"tsx": "^4.19.4",
4141
"typescript": "^5.8.3"
4242
},
4343
"prettier": "@julr/tooling-configs/prettier"

packages/dump_viewer/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"devDependencies": {
3939
"@preact/preset-vite": "^2.10.1",
4040
"hot-hook": "workspace:*",
41-
"typescript": "^5.8.3",
4241
"unocss": "^66.1.3",
4342
"vite": "^6.3.5",
4443
"vite-plugin-singlefile": "^2.2.0"

pnpm-lock.yaml

Lines changed: 6 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)