Skip to content

Commit 84e9e87

Browse files
committed
chore: update dependencies
1 parent 64b51ed commit 84e9e87

8 files changed

Lines changed: 1515 additions & 1861 deletions

File tree

examples/fastify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"devDependencies": {
1010
"@hot-hook/runner": "workspace:*",
11-
"@types/node": "^20.11.17",
11+
"@types/node": "^22.7.3",
1212
"hot-hook": "workspace:*",
1313
"@hot-hook/dump-viewer": "workspace:*",
14-
"pino-pretty": "^11.0.0",
15-
"tsx": "^3.12.2"
14+
"pino-pretty": "^11.2.2",
15+
"tsx": "^4.19.1"
1616
},
1717
"dependencies": {
18-
"fastify": "^4.26.2"
18+
"fastify": "^5.0.0"
1919
},
2020
"hotHook": {
2121
"boundaries": [

examples/hono/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"devDependencies": {
1010
"hot-hook": "workspace:*",
1111
"@hot-hook/runner": "workspace:*",
12-
"tsx": "^3.12.2"
12+
"tsx": "^4.19.1"
1313
},
1414
"dependencies": {
15-
"@hono/node-server": "^1.9.0",
16-
"hono": "^4.1.4"
15+
"@hono/node-server": "^1.13.1",
16+
"hono": "^4.6.3"
1717
},
1818
"hotHook": {
1919
"boundaries": [

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
},
1313
"devDependencies": {
1414
"@adonisjs/eslint-config": "^1.3.0",
15-
"@adonisjs/prettier-config": "^1.3.0",
16-
"@adonisjs/tsconfig": "^1.3.0",
17-
"@changesets/cli": "^2.27.1",
15+
"@adonisjs/prettier-config": "^1.4.0",
16+
"@adonisjs/tsconfig": "^1.4.0",
17+
"@changesets/cli": "^2.27.8",
1818
"@japa/assert": "3.0.0",
1919
"@japa/file-system": "2.3.0",
20-
"@japa/runner": "3.1.2",
21-
"@japa/snapshot": "2.0.5",
22-
"@swc/core": "^1.4.11",
20+
"@japa/runner": "3.1.4",
21+
"@japa/snapshot": "2.0.6",
22+
"@swc/core": "^1.7.26",
2323
"@types/fs-extra": "^11.0.4",
24-
"@types/node": "^20.12.2",
24+
"@types/node": "^20.16.9",
2525
"@types/supertest": "^6.0.2",
26-
"c8": "^9.1.0",
26+
"c8": "^10.1.2",
2727
"del-cli": "^5.1.0",
2828
"desm": "^1.3.1",
29-
"eslint": "^8.57.0",
29+
"eslint": "^8.57.1",
3030
"execa": "^8.0.1",
3131
"fs-extra": "^11.2.0",
3232
"p-event": "^6.0.1",
3333
"p-timeout": "^6.1.2",
34-
"prettier": "^3.2.5",
35-
"supertest": "^6.3.4",
34+
"prettier": "^3.3.3",
35+
"supertest": "^7.0.0",
3636
"ts-node": "^10.9.2",
37-
"typescript": "^5.4.3"
37+
"typescript": "^5.6.2"
3838
},
3939
"author": "Julien Ripouteau <julien@ripouteau.com>",
4040
"license": "ISC",

packages/dump_viewer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"lint": "eslint ."
1818
},
1919
"devDependencies": {
20-
"@preact/preset-vite": "^2.8.2",
20+
"@preact/preset-vite": "^2.9.1",
2121
"hot-hook": "workspace:*",
22-
"typescript": "^5.2.2",
23-
"unocss": "^0.59.0",
24-
"vite": "^5.2.0",
25-
"vite-plugin-singlefile": "^2.0.1"
22+
"typescript": "^5.6.2",
23+
"unocss": "^0.59.4",
24+
"vite": "^5.4.8",
25+
"vite-plugin-singlefile": "^2.0.2"
2626
},
2727
"dependencies": {
28-
"@unocss/reset": "^0.59.0",
28+
"@unocss/reset": "^0.62.4",
2929
"desm": "^1.3.1",
30-
"preact": "^10.19.6",
30+
"preact": "^10.24.1",
3131
"vis-data": "^7.1.9",
3232
"vis-network": "^9.1.9"
3333
},

packages/hot_hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"prepublishOnly": "pnpm lint && pnpm build"
3131
},
3232
"devDependencies": {
33-
"@types/picomatch": "^2.3.3"
33+
"@types/picomatch": "^3.0.1"
3434
},
3535
"dependencies": {
36-
"chokidar": "^3.6.0",
36+
"chokidar": "^4.0.1",
3737
"fast-glob": "^3.3.2",
3838
"parse-imports": "^2.2.1",
3939
"picomatch": "^4.0.2",

packages/hot_hook/src/loader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chokidar from 'chokidar'
1+
import chokidar, { type FSWatcher } from 'chokidar'
22
import { fileURLToPath } from 'node:url'
33
import { realpath } from 'node:fs/promises'
44
import { MessagePort } from 'node:worker_threads'
@@ -16,7 +16,7 @@ export class HotHookLoader {
1616
#projectRoot!: string
1717
#reloadMatcher!: Matcher
1818
#messagePort?: MessagePort
19-
#watcher!: chokidar.FSWatcher
19+
#watcher!: FSWatcher
2020
#pathIgnoredMatcher!: Matcher
2121
#dependencyTree: DependencyTree
2222
#hardcodedBoundaryMatcher!: Matcher

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepublishOnly": "pnpm build"
2121
},
2222
"dependencies": {
23-
"@adonisjs/ace": "^13.0.0",
23+
"@adonisjs/ace": "^13.2.0",
2424
"execa": "^8.0.1"
2525
},
2626
"author": "Julien Ripouteau <julien@ripouteau.com>",

0 commit comments

Comments
 (0)