Skip to content

Commit

Permalink
Merge branch 'fix/build' of github.com:Web3Auth/Web3Auth into feat/wa…
Browse files Browse the repository at this point in the history
…llet-services-plugin
  • Loading branch information
arch1995 committed Jan 16, 2024
2 parents ad0bcd3 + 0e1783e commit 2e0e8f0
Show file tree
Hide file tree
Showing 14 changed files with 3,280 additions and 6,327 deletions.
9,537 changes: 3,245 additions & 6,292 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 @@ -27,7 +27,7 @@
"locale": "node locales/importLocales.mjs"
},
"devDependencies": {
"@babel/register": "^7.22.15",
"@babel/register": "^7.23.7",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.0.3",
"@toruslabs/torus-scripts": "^5.1.0",
Expand All @@ -36,17 +36,17 @@
"@types/jsonwebtoken": "^9.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.10",
"chai": "^5.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"faker": "^5.5.3",
"husky": "^8.0.3",
"jsonwebtoken": "^9.0.2",
"lerna": "^8.0.1",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.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 @@ -39,8 +39,8 @@
"@types/lodash.merge": "^4.6.9"
},
"dependencies": {
"@toruslabs/openlogin": "^6.1.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@toruslabs/openlogin": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@web3auth/base": "^7.2.1",
"@web3auth/base-provider": "^7.2.1",
"lodash.merge": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solflare-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bn.js": "^5.2.1"
},
"devDependencies": {
"@solana/web3.js": "^1.87.6",
"@solana/web3.js": "^1.89.1",
"@solflare-wallet/sdk": "^1.4.1"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/torus-embed": "^4.1.1",
"@toruslabs/torus-embed": "^4.1.2",
"@web3auth/base": "^7.2.1",
"@web3auth/base-evm-adapter": "^7.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@toruslabs/openlogin": "^6.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"jwt-decode": "^4.0.0",
"loglevel": "^1.8.1",
"ts-custom-error": "^3.3.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^6.1.0",
"css-loader": "^6.8.1",
"@toruslabs/openlogin-utils": "^6.2.2",
"css-loader": "^6.9.0",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"url-loader": "^4.1.1"
},
"engines": {
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 @@ -35,9 +35,9 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/openlogin": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@toruslabs/openlogin": "^6.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@web3auth/base": "^7.2.1",
"@web3auth/base-plugin": "^7.2.1",
"@web3auth/base-provider": "^7.2.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@metamask/rpc-errors": "^6.1.0"
},
"dependencies": {
"@toruslabs/torus-embed": "^4.1.1",
"@toruslabs/torus-embed": "^4.1.2",
"@web3auth/base": "^7.2.1",
"@web3auth/base-plugin": "^7.2.1",
"@web3auth/no-modal": "^7.2.1",
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 @@ -21,7 +21,7 @@
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@web3auth/base": "^7.2.1",
"json-rpc-random-id": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@walletconnect/utils": "^2.11.0",
"@web3auth/base": "^7.2.1",
"@web3auth/base-provider": "^7.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-ed25519": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/base": "^7.2.1",
"@web3auth/base-provider": "^7.2.1",
Expand All @@ -31,7 +31,7 @@
"json-rpc-random-id": "^1.0.1"
},
"devDependencies": {
"@solana/web3.js": "^1.87.6",
"@solana/web3.js": "^1.89.1",
"@solflare-wallet/sdk": "^1.4.1",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.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 @@ -21,7 +21,7 @@
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@web3auth/base": "^7.2.1",
"@web3auth/base-provider": "^7.2.1",
"lodash": "^4.17.21",
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,31 @@
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.45",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"live-server": "^1.2.2",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"url-loader": "^4.1.1"
},
"dependencies": {
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^6.2.1",
"@toruslabs/openlogin-jrpc": "^6.2.1",
"@toruslabs/openlogin-utils": "^6.2.0",
"@toruslabs/openlogin": "^6.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@web3auth/base": "^7.2.1",
"bowser": "^2.11.0",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.7.11",
"i18next": "^23.7.16",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^13.5.0",
Expand Down

0 comments on commit 2e0e8f0

Please sign in to comment.