Skip to content

Commit

Permalink
Patch/Minor Upgrade of all Dependencies (#949)
Browse files Browse the repository at this point in the history
* upgrade deps

* remove unused tests and deps
  • Loading branch information
cb-jake authored Jul 24, 2023
1 parent 2d00563 commit c976448
Show file tree
Hide file tree
Showing 10 changed files with 1,324 additions and 2,688 deletions.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
checksumBehavior: "update"
checksumBehavior: update

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ This repo uses a yarn workspace. To get started, run:
```shell
yarn install

# To interact with the SDK
# To start the development server. This starts a nextjs app on port 3000. Any changes in the SDK become available through the app
yarn dev

# To interact with the SDK directly:
yarn workspace @coinbase/wallet-sdk "<command>"

# To lint all files
Expand Down
6 changes: 3 additions & 3 deletions apps/testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/react": "^2.8.0",
"@coinbase/wallet-sdk": "workspace:^",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.12.22",
"next": "^13.4.10",
"framer-motion": "^10.13.1",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"release": "./scripts/release.sh"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
50 changes: 0 additions & 50 deletions packages/wallet-sdk/__tests__/addressStorage.test.js

This file was deleted.

37 changes: 0 additions & 37 deletions packages/wallet-sdk/__tests__/encryptDecrypt.test.js

This file was deleted.

21 changes: 0 additions & 21 deletions packages/wallet-sdk/karma.conf.js

This file was deleted.

53 changes: 23 additions & 30 deletions packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,52 +35,45 @@
},
"dependencies": {
"@metamask/safe-event-emitter": "2.0.0",
"@solana/web3.js": "^1.70.1",
"@solana/web3.js": "^1.78.0",
"bind-decorator": "^1.0.11",
"bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"clsx": "^1.1.0",
"clsx": "^1.2.1",
"eth-block-tracker": "6.1.0",
"eth-json-rpc-filters": "5.1.0",
"eth-rpc-errors": "4.0.2",
"eth-rpc-errors": "4.0.3",
"json-rpc-engine": "6.1.0",
"keccak": "^3.0.1",
"preact": "^10.5.9",
"keccak": "^3.0.3",
"preact": "^10.16.0",
"rxjs": "^6.6.3",
"sha.js": "^2.4.11",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@peculiar/webcrypto": "^1.3.3",
"@testing-library/jest-dom": "^5.16.4",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@peculiar/webcrypto": "^1.4.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/preact": "^2.0.1",
"@types/bn.js": "^4.11.6",
"@types/jest": "^27.4.1",
"@types/node": "^14.14.20",
"@types/sha.js": "^2.4.0",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.54",
"@types/sha.js": "^2.4.1",
"babel-jest": "^27.5.1",
"browserify": "17.0.0",
"core-js": "^3.8.2",
"jasmine": "3.8.0",
"core-js": "^3.31.1",
"jest": "^27.5.1",
"jest-chrome": "^0.7.2",
"jest-websocket-mock": "^2.3.0",
"karma": "^6.4.0",
"karma-browserify": "8.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"nodemon": "^2.0.6",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.13.7",
"sass": "^1.50.0",
"jest-websocket-mock": "^2.4.0",
"prettier": "^2.8.8",
"regenerator-runtime": "^0.13.11",
"sass": "^1.64.1",
"svgo": "^2.8.0",
"ts-jest": "^27.1.4",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit c976448

Please sign in to comment.