Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 27, 2024
1 parent 64b51ed commit 84e9e87
Show file tree
Hide file tree
Showing 8 changed files with 1,515 additions and 1,861 deletions.
8 changes: 4 additions & 4 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"devDependencies": {
"@hot-hook/runner": "workspace:*",
"@types/node": "^20.11.17",
"@types/node": "^22.7.3",
"hot-hook": "workspace:*",
"@hot-hook/dump-viewer": "workspace:*",
"pino-pretty": "^11.0.0",
"tsx": "^3.12.2"
"pino-pretty": "^11.2.2",
"tsx": "^4.19.1"
},
"dependencies": {
"fastify": "^4.26.2"
"fastify": "^5.0.0"
},
"hotHook": {
"boundaries": [
Expand Down
6 changes: 3 additions & 3 deletions examples/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"devDependencies": {
"hot-hook": "workspace:*",
"@hot-hook/runner": "workspace:*",
"tsx": "^3.12.2"
"tsx": "^4.19.1"
},
"dependencies": {
"@hono/node-server": "^1.9.0",
"hono": "^4.1.4"
"@hono/node-server": "^1.13.1",
"hono": "^4.6.3"
},
"hotHook": {
"boundaries": [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@changesets/cli": "^2.27.1",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@changesets/cli": "^2.27.8",
"@japa/assert": "3.0.0",
"@japa/file-system": "2.3.0",
"@japa/runner": "3.1.2",
"@japa/snapshot": "2.0.5",
"@swc/core": "^1.4.11",
"@japa/runner": "3.1.4",
"@japa/snapshot": "2.0.6",
"@swc/core": "^1.7.26",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.2",
"@types/node": "^20.16.9",
"@types/supertest": "^6.0.2",
"c8": "^9.1.0",
"c8": "^10.1.2",
"del-cli": "^5.1.0",
"desm": "^1.3.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"p-event": "^6.0.1",
"p-timeout": "^6.1.2",
"prettier": "^3.2.5",
"supertest": "^6.3.4",
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.6.2"
},
"author": "Julien Ripouteau <[email protected]>",
"license": "ISC",
Expand Down
14 changes: 7 additions & 7 deletions packages/dump_viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"lint": "eslint ."
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@preact/preset-vite": "^2.9.1",
"hot-hook": "workspace:*",
"typescript": "^5.2.2",
"unocss": "^0.59.0",
"vite": "^5.2.0",
"vite-plugin-singlefile": "^2.0.1"
"typescript": "^5.6.2",
"unocss": "^0.59.4",
"vite": "^5.4.8",
"vite-plugin-singlefile": "^2.0.2"
},
"dependencies": {
"@unocss/reset": "^0.59.0",
"@unocss/reset": "^0.62.4",
"desm": "^1.3.1",
"preact": "^10.19.6",
"preact": "^10.24.1",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hot_hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"prepublishOnly": "pnpm lint && pnpm build"
},
"devDependencies": {
"@types/picomatch": "^2.3.3"
"@types/picomatch": "^3.0.1"
},
"dependencies": {
"chokidar": "^3.6.0",
"chokidar": "^4.0.1",
"fast-glob": "^3.3.2",
"parse-imports": "^2.2.1",
"picomatch": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/hot_hook/src/loader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import chokidar from 'chokidar'
import chokidar, { type FSWatcher } from 'chokidar'
import { fileURLToPath } from 'node:url'
import { realpath } from 'node:fs/promises'
import { MessagePort } from 'node:worker_threads'
Expand All @@ -16,7 +16,7 @@ export class HotHookLoader {
#projectRoot!: string
#reloadMatcher!: Matcher
#messagePort?: MessagePort
#watcher!: chokidar.FSWatcher
#watcher!: FSWatcher
#pathIgnoredMatcher!: Matcher
#dependencyTree: DependencyTree
#hardcodedBoundaryMatcher!: Matcher
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@adonisjs/ace": "^13.0.0",
"@adonisjs/ace": "^13.2.0",
"execa": "^8.0.1"
},
"author": "Julien Ripouteau <[email protected]>",
Expand Down
Loading

0 comments on commit 84e9e87

Please sign in to comment.