Skip to content

Commit a36bb34

Browse files
update torus deps
1 parent e7f341b commit a36bb34

File tree

8 files changed

+445
-282
lines changed

8 files changed

+445
-282
lines changed

package-lock.json

Lines changed: 429 additions & 266 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@
3131
"@toruslabs/eslint-config-typescript": "^1.1.3",
3232
"@toruslabs/torus-scripts": "^1.2.4",
3333
"@types/node": "^16",
34-
"@typescript-eslint/eslint-plugin": "^5.41.0",
34+
"@typescript-eslint/eslint-plugin": "^5.42.1",
3535
"cross-env": "^7.0.3",
36-
"eslint": "^8.26.0",
36+
"eslint": "^8.27.0",
3737
"eslint-plugin-import": "^2.26.0",
3838
"eslint-plugin-mocha": "^10.1.0",
39-
"eslint-plugin-n": "^15.3.0",
39+
"eslint-plugin-n": "^15.5.0",
4040
"eslint-plugin-prettier": "^4.2.1",
4141
"eslint-plugin-promise": "^6.1.1",
4242
"eslint-plugin-simple-import-sort": "^8.0.0",
4343
"eslint-plugin-tsdoc": "^0.2.17",
44-
"husky": "^8.0.1",
44+
"husky": "^8.0.2",
4545
"lerna": "^5.5.4",
4646
"lint-staged": "^13.0.3",
4747
"prettier": "^2.7.1",
4848
"rimraf": "^3.0.2",
4949
"ts-node": "^10.9.1",
5050
"tsconfig-paths": "^4.1.0",
5151
"tsconfig-paths-webpack-plugin": "^4.0.0",
52-
"tslib": "^2.4.0",
52+
"tslib": "^2.4.1",
5353
"typescript": "^4.8.4"
5454
},
5555
"repository": {

packages/adapters/torus-evm-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/runtime": "^7.x"
3636
},
3737
"dependencies": {
38-
"@toruslabs/torus-embed": "^1.36.6",
38+
"@toruslabs/torus-embed": "^1.37.0",
3939
"@web3auth/base": "^3.0.0",
4040
"@web3auth/base-evm-adapter": "^3.0.0"
4141
},

packages/adapters/torus-solana-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/runtime": "^7.x"
3636
},
3737
"dependencies": {
38-
"@toruslabs/solana-embed": "^0.3.0",
38+
"@toruslabs/solana-embed": "^0.3.2",
3939
"@web3auth/base": "^3.0.0",
4040
"@web3auth/base-provider": "^3.0.0",
4141
"@web3auth/base-solana-adapter": "^3.0.0",

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@toruslabs/http-helpers": "^3.2.0",
2323
"@toruslabs/openlogin-jrpc": "^2.6.0",
2424
"jwt-decode": "^3.1.2",
25-
"loglevel": "^1.8.0",
26-
"ts-custom-error": "^3.2.2"
25+
"loglevel": "^1.8.1",
26+
"ts-custom-error": "^3.3.1"
2727
},
2828
"devDependencies": {
2929
"@toruslabs/openlogin": "^2.7.0"

packages/plugins/solana-wallet-connector-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"eth-rpc-errors": "^4.0.3"
3636
},
3737
"dependencies": {
38-
"@toruslabs/solana-embed": "^0.3.0",
38+
"@toruslabs/solana-embed": "^0.3.2",
3939
"@web3auth/base": "^3.0.0",
4040
"@web3auth/base-plugin": "^3.0.0",
4141
"@web3auth/core": "^3.0.0",
42-
"loglevel": "^1.8.0"
42+
"loglevel": "^1.8.1"
4343
},
4444
"lint-staged": {
4545
"!(*d).ts": [

packages/plugins/torus-wallet-connector-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"eth-rpc-errors": "^4.0.3"
3636
},
3737
"dependencies": {
38-
"@toruslabs/torus-embed": "^1.36.6",
38+
"@toruslabs/torus-embed": "^1.37.0",
3939
"@web3auth/base": "^3.0.0",
4040
"@web3auth/base-plugin": "^3.0.0",
4141
"@web3auth/core": "^3.0.0",
42-
"loglevel": "^1.8.0"
42+
"loglevel": "^1.8.1"
4343
},
4444
"lint-staged": {
4545
"!(*d).ts": [

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@toruslabs/eslint-config-react": "^1.1.3",
4343
"@types/lodash.clonedeep": "^4.5.7",
4444
"@types/lodash.merge": "^4.6.7",
45-
"@types/react": "^18.0.24",
45+
"@types/react": "^18.0.25",
4646
"@types/react-dom": "^18.0.8",
47-
"@typescript-eslint/eslint-plugin": "^5.41.0",
47+
"@typescript-eslint/eslint-plugin": "^5.42.1",
4848
"css-loader": "^6.7.1",
4949
"eslint-plugin-import": "^2.26.0",
5050
"eslint-plugin-jsx-a11y": "^6.6.1",
@@ -66,7 +66,7 @@
6666
"@web3auth/base": "^3.0.0",
6767
"bowser": "^2.11.0",
6868
"classnames": "^2.3.2",
69-
"i18next": "^22.0.3",
69+
"i18next": "^22.0.4",
7070
"lodash.clonedeep": "^4.5.0",
7171
"lodash.merge": "^4.6.2",
7272
"qr.js": "^0.0.0",

0 commit comments

Comments
 (0)