Skip to content

Commit

Permalink
feat(devtools): hook system for devtools plugin (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuka109 committed Jun 17, 2024
1 parent 9da873c commit 8fd2e57
Show file tree
Hide file tree
Showing 13 changed files with 1,018 additions and 715 deletions.
8 changes: 5 additions & 3 deletions packages/devtools/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
"@hono/node-server": "^1.11.2",
"@modern-js/devtools-client": "workspace:*",
"@modern-js/devtools-kit": "workspace:*",
"@modern-js/utils": "workspace:*",
Expand All @@ -63,7 +63,8 @@
"p-defer": "^3.0.0",
"ufo": "^1.3.0",
"valtio": "^1.11.1",
"ws": "^8.13.0"
"ws": "^8.13.0",
"hookable": "^5.5.3"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
Expand All @@ -78,7 +79,8 @@
"@types/node": "^14",
"@types/ws": "^8.5.5",
"type-fest": "^4.1.0",
"typescript": "^5"
"typescript": "^5",
"@rsbuild/core": "0.7.7"
},
"peerDependencies": {
"@modern-js/runtime": "workspace:^2.53.0"
Expand Down
Loading

0 comments on commit 8fd2e57

Please sign in to comment.