Skip to content

Commit

Permalink
Move eth-sig-util dependency into testapp (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangtoven authored Nov 24, 2023
1 parent e750442 commit 59fcd3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions apps/testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@coinbase/wallet-sdk-3.9": "npm:@coinbase/wallet-sdk@~3.9.0-canary.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@metamask/eth-sig-util": "^7.0.0",
"framer-motion": "^10.13.1",
"next": "^13.5.0",
"react": "^18.2.0",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.0"
},
"packageManager": "yarn@3.6.1",
"dependencies": {
"@metamask/eth-sig-util": "^7.0.0"
}
"packageManager": "yarn@3.6.1"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2836,6 +2836,7 @@ __metadata:
"@coinbase/wallet-sdk-3.9": "npm:@coinbase/wallet-sdk@~3.9.0-canary.5"
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@metamask/eth-sig-util": ^7.0.0
"@types/react": 18.2.15
framer-motion: ^10.13.1
next: ^13.5.0
Expand Down Expand Up @@ -5512,7 +5513,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "coinbase-wallet-sdk@workspace:."
dependencies:
"@metamask/eth-sig-util": ^7.0.0
"@typescript-eslint/eslint-plugin": ^6.2.0
"@typescript-eslint/parser": ^6.2.0
eslint: ^8.45.0
Expand Down

0 comments on commit 59fcd3c

Please sign in to comment.