Skip to content

Commit 427531d

Browse files
Update deps
1 parent 195f52f commit 427531d

File tree

11 files changed

+112
-93
lines changed

11 files changed

+112
-93
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"lerna": "^7.1.4",
5454
"lint-staged": "^13.2.3",
5555
"mocha": "^10.2.0",
56-
"node-fetch": "^3.3.1",
56+
"node-fetch": "^3.3.2",
5757
"prettier": "^2.8.8",
5858
"rimraf": "^5.0.1",
5959
"ts-node": "^10.9.1",
6060
"tsconfig-paths": "^4.2.0",
6161
"tsconfig-paths-webpack-plugin": "^4.1.0",
62-
"tslib": "^2.6.0",
62+
"tslib": "^2.6.1",
6363
"typescript": "^4.9.5"
6464
},
6565
"repository": {

packages/adapters/openlogin-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/lodash.merge": "^4.6.7"
4040
},
4141
"dependencies": {
42-
"@toruslabs/openlogin": "^4.7.0",
42+
"@toruslabs/openlogin": "^4.7.1",
4343
"@toruslabs/openlogin-utils": "^4.7.0",
4444
"@web3auth/base": "^6.1.4",
4545
"@web3auth/base-provider": "^6.1.4",

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": "^2.2.5",
38+
"@toruslabs/torus-embed": "^2.2.6",
3939
"@web3auth/base": "^6.1.4",
4040
"@web3auth/base-evm-adapter": "^6.1.4"
4141
},

packages/adapters/wallet-connect-v2-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"devDependencies": {
4747
"@types/lodash.merge": "^4.6.7",
48-
"@walletconnect/sign-client": "^2.9.0",
49-
"@walletconnect/types": "^2.9.0",
50-
"@walletconnect/utils": "^2.9.0"
48+
"@walletconnect/sign-client": "^2.9.1",
49+
"@walletconnect/types": "^2.9.1",
50+
"@walletconnect/utils": "^2.9.1"
5151
},
5252
"lint-staged": {
5353
"!(*d).ts": [

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@toruslabs/http-helpers": "^4.0.0",
23-
"@toruslabs/openlogin": "^4.7.0",
23+
"@toruslabs/openlogin": "^4.7.1",
2424
"@toruslabs/openlogin-jrpc": "^4.7.0",
2525
"@toruslabs/openlogin-utils": "^4.7.0",
2626
"jwt-decode": "^3.1.2",

packages/no-modal/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/openlogin": "^4.7.0",
38+
"@toruslabs/openlogin": "^4.7.1",
3939
"@toruslabs/openlogin-jrpc": "^4.7.0",
4040
"@toruslabs/openlogin-utils": "^4.7.0",
4141
"@web3auth/base": "^6.1.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eth-rpc-errors": "^4.0.3"
3636
},
3737
"dependencies": {
38-
"@toruslabs/torus-embed": "^2.2.5",
38+
"@toruslabs/torus-embed": "^2.2.6",
3939
"@web3auth/base": "^6.1.4",
4040
"@web3auth/base-plugin": "^6.1.4",
4141
"@web3auth/no-modal": "^6.1.4",

packages/providers/ethereum-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@toruslabs/http-helpers": "^4.0.0",
2828
"@toruslabs/openlogin-jrpc": "^4.7.0",
2929
"@walletconnect/legacy-types": "2.0.0",
30-
"@walletconnect/utils": "^2.9.0",
30+
"@walletconnect/utils": "^2.9.1",
3131
"@web3auth/base": "^6.1.4",
3232
"@web3auth/base-provider": "^6.1.4",
3333
"assert": "^2.0.0",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/bn.js": "^5.1.1",
4141
"@types/json-rpc-random-id": "^1.0.1",
42-
"@walletconnect/types": "^2.9.0"
42+
"@walletconnect/types": "^2.9.1"
4343
},
4444
"peerDependencies": {
4545
"@babel/runtime": "7.x"

packages/providers/xrpl-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@types/elliptic": "6.4.14",
31-
"xrpl": "^2.9.0"
31+
"xrpl": "^2.9.1"
3232
},
3333
"peerDependencies": {
3434
"@babel/runtime": "7.x",

packages/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"@toruslabs/isomorphic-style-loader": "^5.3.3",
4848
"@types/lodash.clonedeep": "^4.5.7",
4949
"@types/lodash.merge": "^4.6.7",
50-
"@types/react": "^18.2.15",
50+
"@types/react": "^18.2.17",
5151
"@types/react-dom": "^18.2.7",
5252
"@typescript-eslint/eslint-plugin": "^5.61.0",
5353
"autoprefixer": "^10.4.14",
5454
"css-loader": "^6.8.1",
5555
"eslint-plugin-import": "^2.27.5",
5656
"eslint-plugin-jsx-a11y": "^6.7.1",
57-
"eslint-plugin-react": "^7.32.2",
57+
"eslint-plugin-react": "^7.33.0",
5858
"eslint-plugin-react-hooks": "^4.6.0",
5959
"eslint-plugin-simple-import-sort": "^10.0.0",
6060
"live-server": "^1.2.2",
61-
"postcss": "^8.4.26",
61+
"postcss": "^8.4.27",
6262
"postcss-loader": "^7.3.3",
6363
"postcss-prefix-selector": "^1.16.0",
6464
"react": "^18.2.0",
@@ -70,14 +70,14 @@
7070
},
7171
"dependencies": {
7272
"@toruslabs/http-helpers": "^4.0.0",
73-
"@toruslabs/openlogin": "^4.7.0",
73+
"@toruslabs/openlogin": "^4.7.1",
7474
"@toruslabs/openlogin-jrpc": "^4.7.0",
7575
"@toruslabs/openlogin-utils": "^4.7.0",
7676
"@web3auth/base": "^6.1.4",
7777
"bowser": "^2.11.0",
7878
"classnames": "^2.3.2",
7979
"copy-to-clipboard": "^3.3.3",
80-
"i18next": "^23.2.11",
80+
"i18next": "^23.3.0",
8181
"lodash.clonedeep": "^4.5.0",
8282
"lodash.merge": "^4.6.2",
8383
"react-i18next": "^13.0.2",

0 commit comments

Comments
 (0)