Skip to content

Commit ca10d26

Browse files
committed
fix: missing react-use dependency
1 parent 5f23277 commit ca10d26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web-devtools/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"react-is": "^18.3.1",
6363
"react-markdown": "^9.0.1",
6464
"react-toastify": "^10.0.6",
65+
"react-use": "^17.5.1",
6566
"styled-components": "^5.3.3",
6667
"typewriter-effect": "^2.21.0",
6768
"vanilla-jsoneditor": "^0.21.6",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -5585,6 +5585,7 @@ __metadata:
55855585
react-is: "npm:^18.3.1"
55865586
react-markdown: "npm:^9.0.1"
55875587
react-toastify: "npm:^10.0.6"
5588+
react-use: "npm:^17.5.1"
55885589
rimraf: "npm:^6.0.1"
55895590
styled-components: "npm:^5.3.3"
55905591
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)