Skip to content

Commit

Permalink
chore: remove duplicate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jul 15, 2024
1 parent 1747563 commit 9cd7c1e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@storybook/react-vite": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/test-runner": "^0.19.0",
"@tanstack/react-query": "^5.24.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.0",
"@types/react": "^18",
Expand All @@ -74,10 +73,8 @@
"storybook": "^8.1.11",
"tailwindcss": "^3.4.3",
"typescript": "~5.3.3",
"viem": "^2.10.5",
"vite": "^5.3.3",
"vitest": "^2.0.1",
"wagmi": "^2.8.7"
"vitest": "^2.0.1"
},
"resolutions": {
"react": "npm:react@^18"
Expand Down
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ __metadata:
"@storybook/react-vite": "npm:^8.1.11"
"@storybook/test": "npm:^8.1.11"
"@storybook/test-runner": "npm:^0.19.0"
"@tanstack/react-query": "npm:^5.24.1"
"@tanstack/react-query": "npm:^5"
"@testing-library/jest-dom": "npm:^6.4.6"
"@testing-library/react": "npm:^14.2.0"
"@types/react": "npm:^18"
Expand All @@ -2208,10 +2208,10 @@ __metadata:
tailwind-merge: "npm:^2.3.0"
tailwindcss: "npm:^3.4.3"
typescript: "npm:~5.3.3"
viem: "npm:^2.10.5"
viem: "npm:^2.13.8"
vite: "npm:^5.3.3"
vitest: "npm:^2.0.1"
wagmi: "npm:^2.8.7"
wagmi: "npm:^2.9.11"
peerDependencies:
"@xmtp/frames-validator": ^0.6.0
react: ^18
Expand Down Expand Up @@ -4686,7 +4686,7 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.24.1":
"@tanstack/react-query@npm:^5":
version: 5.51.1
resolution: "@tanstack/react-query@npm:5.51.1"
dependencies:
Expand Down Expand Up @@ -15404,7 +15404,28 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:^2.10.5, viem@npm:^2.16.5":
"viem@npm:^2.13.8":
version: 2.17.4
resolution: "viem@npm:2.17.4"
dependencies:
"@adraffy/ens-normalize": "npm:1.10.0"
"@noble/curves": "npm:1.4.0"
"@noble/hashes": "npm:1.4.0"
"@scure/bip32": "npm:1.4.0"
"@scure/bip39": "npm:1.3.0"
abitype: "npm:1.0.5"
isows: "npm:1.0.4"
ws: "npm:8.17.1"
peerDependencies:
typescript: ">=5.0.4"
peerDependenciesMeta:
typescript:
optional: true
checksum: 8e44aaaba9865500f74be60e5e77473884a2157963114ec9cec491084bcc4f487ba296a473f6ebb7213ba21732727a98090e44dda4f17c5869f0f86faf48f214
languageName: node
linkType: hard

"viem@npm:^2.16.5":
version: 2.17.3
resolution: "viem@npm:2.17.3"
dependencies:
Expand Down Expand Up @@ -15538,7 +15559,7 @@ __metadata:
languageName: node
linkType: hard

"wagmi@npm:^2.8.7":
"wagmi@npm:^2.9.11":
version: 2.10.10
resolution: "wagmi@npm:2.10.10"
dependencies:
Expand Down

0 comments on commit 9cd7c1e

Please sign in to comment.