Skip to content

Commit f3f05ab

Browse files
committed
fix: missing web-devtools dependency
1 parent 5f23277 commit f3f05ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

web-devtools/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,17 @@
5454
"@wagmi/connectors": "^5.5.0",
5555
"@wagmi/core": "^2.15.0",
5656
"@web3modal/wagmi": "^4.2.3",
57+
"@yornaath/batshit": "^0.9.0",
5758
"graphql": "^16.9.0",
5859
"graphql-request": "^7.1.2",
5960
"next": "14.2.18",
6061
"react": "^18.3.1",
6162
"react-dom": "^18.3.1",
6263
"react-is": "^18.3.1",
64+
"react-loading-skeleton": "^3.5.0",
6365
"react-markdown": "^9.0.1",
6466
"react-toastify": "^10.0.6",
67+
"react-use": "^17.5.1",
6568
"styled-components": "^5.3.3",
6669
"typewriter-effect": "^2.21.0",
6770
"vanilla-jsoneditor": "^0.21.6",

yarn.lock

+3
Original file line numberDiff line numberDiff line change
@@ -5571,6 +5571,7 @@ __metadata:
55715571
"@wagmi/connectors": "npm:^5.5.0"
55725572
"@wagmi/core": "npm:^2.15.0"
55735573
"@web3modal/wagmi": "npm:^4.2.3"
5574+
"@yornaath/batshit": "npm:^0.9.0"
55745575
eslint: "npm:^9.15.0"
55755576
eslint-config-next: "npm:^15.0.3"
55765577
eslint-config-prettier: "npm:^9.1.0"
@@ -5583,8 +5584,10 @@ __metadata:
55835584
react: "npm:^18.3.1"
55845585
react-dom: "npm:^18.3.1"
55855586
react-is: "npm:^18.3.1"
5587+
react-loading-skeleton: "npm:^3.5.0"
55865588
react-markdown: "npm:^9.0.1"
55875589
react-toastify: "npm:^10.0.6"
5590+
react-use: "npm:^17.5.1"
55885591
rimraf: "npm:^6.0.1"
55895592
styled-components: "npm:^5.3.3"
55905593
ts-node: "npm:^10.9.2"

0 commit comments

Comments
 (0)