Skip to content

Commit

Permalink
fix: yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Nov 6, 2024
1 parent 52944a7 commit 98e8b8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/@justweb3/efp-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"axios": "^1.6.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.x",
"@justweb3/widget": ">=0.0.0",
"@tanstack/react-query": "^5.x",
"react": ">=17"
},
"exports": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4536,17 +4536,18 @@ __metadata:
jest: "npm:^29.4.1"
qs: "npm:^6.12.0"
peerDependencies:
ethers: ^6.11.1
siwe: ^2.3.2
ethers: ">=6.0.0"
siwe: ">=2.0.0"
viem: ">=2.0.0"
languageName: unknown
linkType: soft

"@justaname.id/siwens@npm:0.0.66, @justaname.id/siwens@workspace:packages/@justaname.id/siwens":
version: 0.0.0-use.local
resolution: "@justaname.id/siwens@workspace:packages/@justaname.id/siwens"
dependencies:
ethers: "npm:^6.11.1"
siwe: "npm:^2.3.2"
peerDependencies:
ethers: ">=6.0.0"
siwe: ">=2.0.0"
languageName: unknown
linkType: soft

Expand All @@ -4569,10 +4570,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@justweb3/efp-plugin@workspace:packages/@justweb3/efp-plugin"
dependencies:
"@tanstack/react-query": "npm:^5.28.4"
axios: "npm:^1.6.0"
peerDependencies:
"@justweb3/widget": ">=0.0.0"
"@tanstack/react-query": ^5.x
react: ">=17"
languageName: unknown
linkType: soft
Expand All @@ -4590,7 +4591,7 @@ __metadata:
clsx: "npm:1.2.1"
embla-carousel-react: "npm:^8.3.0"
input-otp: "npm:^1.2.4"
react-hook-form: "npm:^7.49.2"
react-hook-form: "npm:^7.53.0"
peerDependencies:
react: ">=17"
languageName: unknown
Expand All @@ -4609,7 +4610,6 @@ __metadata:
clsx: "npm:1.2.1"
cropperjs: "npm:^1.6.2"
lodash: "npm:4.17.21"
react-hook-form: "npm:^7.53.0"
yup: "npm:0.32.11"
peerDependencies:
react: ">=17"
Expand Down Expand Up @@ -32585,7 +32585,7 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:^7.49.2, react-hook-form@npm:^7.53.0":
"react-hook-form@npm:^7.53.0":
version: 7.53.1
resolution: "react-hook-form@npm:7.53.1"
peerDependencies:
Expand Down

0 comments on commit 98e8b8b

Please sign in to comment.