Skip to content

Commit

Permalink
update openlogin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Mar 15, 2023
1 parent e871ee2 commit b21038f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/lodash.merge": "^4.6.7"
},
"dependencies": {
"@toruslabs/openlogin": "^3.2.0",
"@toruslabs/openlogin": "^3.2.1",
"@toruslabs/openlogin-ed25519": "^3.2.0",
"@web3auth/base": "^5.0.1-alpha.0",
"@web3auth/base-provider": "^5.0.1-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^3.3.0",
"@toruslabs/openlogin": "^3.2.0",
"@toruslabs/openlogin": "^3.2.1",
"@toruslabs/openlogin-jrpc": "^3.2.0",
"jwt-decode": "^3.1.2",
"loglevel": "^1.8.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 @@ -32,7 +32,7 @@
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin": "^3.2.0",
"@toruslabs/openlogin": "^3.2.1",
"css-loader": "^6.7.3",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/no-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/openlogin": "^3.2.0",
"@toruslabs/openlogin": "^3.2.1",
"@toruslabs/openlogin-jrpc": "^3.2.0",
"@web3auth/base": "^5.0.1-alpha.0",
"@web3auth/base-plugin": "^5.0.1-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^3.3.0",
"@toruslabs/openlogin": "^3.2.0",
"@toruslabs/openlogin": "^3.2.1",
"@toruslabs/openlogin-jrpc": "^3.2.0",
"@web3auth/base": "^5.0.1-alpha.0",
"bowser": "^2.11.0",
Expand Down

0 comments on commit b21038f

Please sign in to comment.