Skip to content

Commit

Permalink
update openlogin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 7, 2024
1 parent 8a17afb commit aabda0c
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 44 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@toruslabs/openlogin": "^6.2.11",
"@toruslabs/openlogin-utils": "^6.2.11",
"@web3auth/base": "^7.3.1",
"@web3auth/base-provider": "^7.3.1",
"lodash.merge": "^4.6.2"
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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@toruslabs/openlogin": "^6.2.11",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@toruslabs/openlogin-utils": "^6.2.11",
"jwt-decode": "^4.0.0",
"loglevel": "^1.8.1",
"ts-custom-error": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.11",
"css-loader": "^6.9.0",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.4",
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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.2",
"@toruslabs/openlogin-utils": "^6.2.2",
"@toruslabs/openlogin": "^6.2.11",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@toruslabs/openlogin-utils": "^6.2.11",
"@web3auth/base": "^7.3.1",
"@web3auth/base-plugin": "^7.3.1",
"@web3auth/base-provider": "^7.3.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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@web3auth/base": "^7.3.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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@walletconnect/utils": "^2.11.0",
"@web3auth/base": "^7.3.1",
"@web3auth/base-provider": "^7.3.1",
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 @@ -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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/base": "^7.3.1",
"@web3auth/base-provider": "^7.3.1",
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.2.2",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@web3auth/base": "^7.3.1",
"@web3auth/base-provider": "^7.3.1",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/openlogin": "^6.2.5",
"@toruslabs/openlogin-jrpc": "^6.2.5",
"@toruslabs/openlogin-utils": "^6.2.5",
"@toruslabs/openlogin": "^6.2.11",
"@toruslabs/openlogin-jrpc": "^6.2.11",
"@toruslabs/openlogin-utils": "^6.2.11",
"@web3auth/base": "^7.3.1",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
Expand Down Expand Up @@ -97,4 +97,4 @@
"node": ">=18.x",
"npm": ">=9.x"
}
}
}

0 comments on commit aabda0c

Please sign in to comment.