Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 20, 2024
1 parent 65b269d commit 913f629
Show file tree
Hide file tree
Showing 16 changed files with 388 additions and 395 deletions.
727 changes: 360 additions & 367 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^5.1.0",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"lint-staged": "^15.2.2",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^19.0.0",
"@nx/nx-linux-x64-gnu": "^19.0.4",
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/base-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@web3auth/base": "^8.5.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/base-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@web3auth/base": "^8.5.0",
"bs58": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@types/lodash.merge": "^4.6.9"
},
"dependencies": {
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.0",
"@toruslabs/openlogin": "^8.1.2",
"@toruslabs/openlogin-utils": "^8.1.2",
"@web3auth/base": "^8.5.0",
"@web3auth/base-provider": "^8.5.0",
"lodash.merge": "^4.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@walletconnect/sign-client": "^2.12.2",
"@walletconnect/types": "^2.12.2",
"@walletconnect/utils": "^2.12.2"
"@walletconnect/sign-client": "^2.13.0",
"@walletconnect/types": "^2.13.0",
"@walletconnect/utils": "^2.13.0"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"@toruslabs/constants": "^13.4.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin": "^8.1.2",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.2",
"jwt-decode": "^4.0.0",
"loglevel": "^1.9.1",
"ts-custom-error": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.2",
"@web3auth/wallet-connect-v2-adapter": "^8.5.0",
"css-loader": "^7.1.1",
"postcss-prefix-selector": "^1.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/no-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@web3auth/wallet-connect-v2-adapter": "^8.x"
},
"dependencies": {
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin": "^8.1.2",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.2",
"@web3auth/base": "^8.5.0",
"@web3auth/base-provider": "^8.5.0",
"lodash.clonedeep": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"devDependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/openlogin-utils": "^8.1.2",
"@toruslabs/ethereum-controllers": "^5.6.1"
"@toruslabs/ethereum-controllers": "^5.6.4"
},
"dependencies": {
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.5.0",
"@web3auth/no-modal": "^8.5.0",
"@web3auth/ws-embed": "^2.0.0",
"@web3auth/ws-embed": "^2.0.3",
"loglevel": "^1.9.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/base-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.5.0",
"json-rpc-random-id": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-mpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ethereumjs/util": "^9.0.3",
"@metamask/eth-sig-util": "^7.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.5.0",
"@web3auth/base-provider": "^8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ethereumjs/util": "^9.0.3",
"@metamask/eth-sig-util": "^7.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.5.0",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.12.2"
"@walletconnect/types": "^2.13.0"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@toruslabs/openlogin-ed25519": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/tweetnacl-js": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/xrpl-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/base-controllers": "^5.6.3",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.5.0",
"@web3auth/base-provider": "^8.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@toruslabs/vue-components": "^7.8.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
Expand All @@ -65,14 +65,14 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin": "^8.1.2",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.2",
"@web3auth/base": "^8.5.0",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.11.3",
"i18next": "^23.11.4",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.1.1",
Expand Down

0 comments on commit 913f629

Please sign in to comment.