Skip to content

Commit

Permalink
Update torus dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 3, 2022
1 parent a9a76a3 commit bf45fc4
Show file tree
Hide file tree
Showing 9 changed files with 930 additions and 1,052 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@
"prepare": "husky install"
},
"devDependencies": {
"@toruslabs/eslint-config-typescript": "^1.1.0",
"@toruslabs/torus-scripts": "^1.1.1",
"@toruslabs/eslint-config-typescript": "^1.1.2",
"@toruslabs/torus-scripts": "^1.2.2",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.1",
"lerna": "^5.5.0",
"lerna": "^5.5.4",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -80,6 +80,6 @@
"npm": ">=6.x"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^5.36.2"
"@typescript-eslint/eslint-plugin": "^5.38.1"
}
}
2 changes: 1 addition & 1 deletion packages/adapters/coinbase-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.5.2",
"@coinbase/wallet-sdk": "^3.5.3",
"@web3auth/base": "^2.1.2",
"@web3auth/base-evm-adapter": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/lodash.merge": "^4.6.7"
},
"dependencies": {
"@toruslabs/openlogin": "^2.6.0",
"@toruslabs/openlogin": "^2.6.1",
"@toruslabs/openlogin-ed25519": "^2.0.0",
"@web3auth/base": "^2.1.2",
"@web3auth/base-provider": "^2.1.2",
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": "^1.35.5",
"@toruslabs/torus-embed": "^1.36.2",
"@web3auth/base": "^2.1.2",
"@web3auth/base-evm-adapter": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ts-custom-error": "^3.2.2"
},
"devDependencies": {
"@toruslabs/openlogin": "^2.6.0"
"@toruslabs/openlogin": "^2.6.1"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@web3auth/wallet-connect-v1-adapter": "^2.1.2"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@toruslabs/openlogin": "^2.6.0",
"@svgr/webpack": "^6.4.0",
"@toruslabs/openlogin": "^2.6.1",
"css-loader": "^6.7.1",
"isomorphic-style-loader": "^5.3.2",
"style-loader": "^3.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eth-rpc-errors": "^4.0.3"
},
"dependencies": {
"@toruslabs/torus-embed": "^1.35.5",
"@toruslabs/torus-embed": "^1.36.2",
"@web3auth/base": "^2.1.2",
"@web3auth/base-plugin": "^2.1.2",
"@web3auth/core": "^2.1.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@svgr/rollup": "^6.3.1",
"@svgr/webpack": "^6.3.1",
"@toruslabs/eslint-config-react": "^1.1.0",
"@svgr/rollup": "^6.4.0",
"@svgr/webpack": "^6.4.0",
"@toruslabs/eslint-config-react": "^1.1.2",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.merge": "^4.6.7",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"css-loader": "^6.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
Expand All @@ -53,23 +53,23 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"isomorphic-style-loader": "^5.3.2",
"live-server": "^1.2.2",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^3.0.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1"
},
"dependencies": {
"@toruslabs/openlogin": "^2.6.0",
"@toruslabs/openlogin": "^2.6.1",
"@toruslabs/openlogin-jrpc": "^2.6.0",
"@web3auth/base": "^2.1.2",
"bowser": "^2.11.0",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.7"
"react-qr-code": "^2.0.8"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
Loading

0 comments on commit bf45fc4

Please sign in to comment.