Skip to content

Commit

Permalink
Merge branch 'master' into feat/sms-via-dashboard-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Mar 26, 2024
2 parents 53bae3d + 5f60b62 commit dfb8b51
Show file tree
Hide file tree
Showing 16 changed files with 1,387 additions and 736 deletions.
2,005 changes: 1,328 additions & 677 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"devDependencies": {
"@babel/register": "^7.23.7",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.1.0",
"@toruslabs/torus-scripts": "^5.2.0",
"@types/chai": "^4.3.11",
"@toruslabs/eslint-config-typescript": "^3.2.0",
"@toruslabs/torus-scripts": "^5.3.0",
"@types/chai": "^4.3.12",
"@types/faker": "^5.5.9",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^5.0.3",
"chai": "^5.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"faker": "^5.5.3",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsonwebtoken": "^9.0.2",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
Expand All @@ -52,11 +52,11 @@
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^18.0.4",
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
"@nx/nx-linux-x64-gnu": "^18.1.1",
"@rollup/rollup-linux-x64-gnu": "^4.13.0"
},
"repository": {
"type": "git",
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.5.1",
"@toruslabs/base-controllers": "^5.5.3",
"@web3auth/base": "^8.0.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.5.1",
"@toruslabs/base-controllers": "^5.5.3",
"@web3auth/base": "^8.0.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 @@ -38,8 +38,8 @@
"@types/lodash.merge": "^4.6.9"
},
"dependencies": {
"@toruslabs/openlogin": "^7.0.4",
"@toruslabs/openlogin-utils": "^7.0.4",
"@toruslabs/openlogin": "^8.0.0",
"@toruslabs/openlogin-utils": "^8.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"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 @@ -45,9 +45,9 @@
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@walletconnect/sign-client": "^2.11.1",
"@walletconnect/types": "^2.11.1",
"@walletconnect/utils": "^2.11.1"
"@walletconnect/sign-client": "^2.11.2",
"@walletconnect/types": "^2.11.2",
"@walletconnect/utils": "^2.11.2"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
8 changes: 4 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@toruslabs/constants": "^13.2.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^7.0.4",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/openlogin-utils": "^7.0.4",
"@toruslabs/http-helpers": "^6.1.0",
"@toruslabs/openlogin": "^8.0.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@toruslabs/openlogin-utils": "^8.0.0",
"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": "^7.0.4",
"@toruslabs/openlogin-utils": "^8.0.0",
"@web3auth/wallet-connect-v2-adapter": "^8.0.1",
"css-loader": "^6.10.0",
"postcss-prefix-selector": "^1.16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/no-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@web3auth/wallet-connect-v2-adapter": "^8.x"
},
"dependencies": {
"@toruslabs/openlogin": "^7.0.4",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/openlogin-utils": "^7.0.4",
"@toruslabs/openlogin": "^8.0.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@toruslabs/openlogin-utils": "^8.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
"@web3auth/base-provider": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/solana-wallet-connector-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"src"
],
"devDependencies": {
"@metamask/rpc-errors": "^6.1.0"
"@metamask/rpc-errors": "^6.2.1"
},
"dependencies": {
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@toruslabs/solana-embed": "^2.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"src"
],
"devDependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@metamask/rpc-errors": "^6.2.1",
"@web3auth/openlogin-adapter": "^8.0.1"
},
"dependencies": {
"@toruslabs/ethereum-controllers": "^5.5.1",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/ethereum-controllers": "^5.5.3",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
"@web3auth/no-modal": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/base-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.5.1",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/base-controllers": "^5.5.3",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@web3auth/base": "^8.0.0",
"json-rpc-random-id": "^1.0.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@ethereumjs/tx": "^5.2.1",
"@ethereumjs/util": "^9.0.2",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.5.1",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@walletconnect/utils": "^2.11.1",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.3",
"@toruslabs/http-helpers": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@walletconnect/utils": "^2.11.2",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"assert": "^2.1.0",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.11.1"
"@walletconnect/types": "^2.11.2"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
8 changes: 4 additions & 4 deletions packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.5.1",
"@toruslabs/openlogin-ed25519": "^7.0.0",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.3",
"@toruslabs/openlogin-ed25519": "^8.0.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/xrpl-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^5.5.1",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.3",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"lodash": "^4.17.21",
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.2.0",
"@toruslabs/eslint-config-react": "^3.3.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/vue-components": "^7.3.0",
"@toruslabs/vue-components": "^7.6.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.18",
"css-loader": "^6.10.0",
"live-server": "^1.2.2",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss": "^8.4.36",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -65,18 +65,18 @@
"url-loader": "^4.1.1"
},
"dependencies": {
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^7.0.4",
"@toruslabs/openlogin-jrpc": "^7.0.0",
"@toruslabs/openlogin-utils": "^7.0.4",
"@toruslabs/http-helpers": "^6.1.0",
"@toruslabs/openlogin": "^8.0.0",
"@toruslabs/openlogin-jrpc": "^8.0.0",
"@toruslabs/openlogin-utils": "^8.0.0",
"@web3auth/base": "^8.0.0",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.8.2",
"i18next": "^23.10.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.0.5",
"react-i18next": "^14.1.0",
"react-qrcode-logo": "^2.9.0"
},
"lint-staged": {
Expand Down

0 comments on commit dfb8b51

Please sign in to comment.