Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 22, 2023
1 parent 591e1ed commit 0f7563d
Show file tree
Hide file tree
Showing 12 changed files with 2,508 additions and 2,081 deletions.
4,527 changes: 2,477 additions & 2,050 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@babel/register": "^7.22.15",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.0.2",
"@toruslabs/torus-scripts": "^5.0.6",
"@toruslabs/eslint-config-typescript": "^3.0.3",
"@toruslabs/torus-scripts": "^5.1.0",
"@types/chai": "^4.3.11",
"@types/faker": "^5.5.9",
"@types/jsonwebtoken": "^9.0.5",
Expand All @@ -39,20 +39,20 @@
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"faker": "^5.5.3",
"husky": "^8.0.3",
"jsonwebtoken": "^9.0.2",
"lerna": "^7.4.2",
"lint-staged": "^15.1.0",
"lerna": "^8.0.1",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
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.0.7",
"@toruslabs/torus-embed": "^4.1.1",
"@web3auth/base": "^7.2.0",
"@web3auth/base-evm-adapter": "^7.2.0"
},
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.10.5",
"@walletconnect/types": "^2.10.5",
"@walletconnect/utils": "^2.10.5"
"@walletconnect/sign-client": "^2.11.0",
"@walletconnect/types": "^2.11.0",
"@walletconnect/utils": "^2.11.0"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/base/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/http-helpers": "^5.0.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-utils": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"css-loader": "^6.8.1",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.0",
"url-loader": "^4.1.1"
},
"engines": {
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.0.7",
"@toruslabs/torus-embed": "^4.1.1",
"@web3auth/base": "^7.2.0",
"@web3auth/base-plugin": "^7.2.0",
"@web3auth/no-modal": "^7.2.0",
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.1.0",
"@toruslabs/base-controllers": "^4.9.1",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@web3auth/base": "^7.2.0",
"json-rpc-random-id": "^1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@ethereumjs/util": "^9.0.1",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.9.1",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@walletconnect/utils": "^2.10.5",
"@walletconnect/utils": "^2.11.0",
"@web3auth/base": "^7.2.0",
"@web3auth/base-provider": "^7.2.0",
"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.10.5"
"@walletconnect/types": "^2.11.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.1.0",
"@toruslabs/base-controllers": "^4.9.1",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-ed25519": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/tweetnacl-js": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"@toruslabs/base-controllers": "^4.9.1",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@web3auth/base": "^7.2.0",
"@web3auth/base-provider": "^7.2.0",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/elliptic": "6.4.18",
"xrpl": "^2.13.0"
"xrpl": "^2.14.0"
},
"peerDependencies": {
"@babel/runtime": "7.x",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,39 +39,39 @@
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.1.2",
"@toruslabs/eslint-config-react": "^3.1.3",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"live-server": "^1.2.2",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"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.3.5",
"tailwindcss": "^3.4.0",
"url-loader": "^4.1.1"
},
"dependencies": {
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^6.1.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@web3auth/base": "^7.2.0",
"bowser": "^2.11.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.7.6",
"i18next": "^23.7.11",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^13.5.0",
Expand Down

0 comments on commit 0f7563d

Please sign in to comment.