Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 4, 2024
1 parent 6ca3c8f commit 9e78452
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 92 deletions.
144 changes: 80 additions & 64 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"faker": "^5.5.3",
"husky": "^9.0.7",
"husky": "^9.0.10",
"jsonwebtoken": "^9.0.2",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
Expand All @@ -55,7 +55,7 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^17.3.0",
"@nx/nx-linux-x64-gnu": "^18.0.0",
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/lodash.merge": "^4.6.9"
},
"dependencies": {
"@toruslabs/openlogin": "^6.2.5",
"@toruslabs/openlogin-utils": "^6.2.5",
"@toruslabs/openlogin": "^6.2.9",
"@toruslabs/openlogin-utils": "^6.2.9",
"@web3auth/base": "^8.0.0-alpha.8",
"@web3auth/base-provider": "^8.0.0-alpha.8",
"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.5",
"@toruslabs/openlogin-jrpc": "^6.2.8",
"@toruslabs/openlogin-utils": "^6.2.5",
"@toruslabs/openlogin": "^6.2.9",
"@toruslabs/openlogin-jrpc": "^6.2.9",
"@toruslabs/openlogin-utils": "^6.2.9",
"jwt-decode": "^4.0.0",
"loglevel": "^1.9.1",
"ts-custom-error": "^3.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^6.2.5",
"@toruslabs/openlogin-utils": "^6.2.9",
"@web3auth/wallet-connect-v2-adapter": "^8.0.0-alpha.8",
"css-loader": "^6.9.1",
"css-loader": "^6.10.0",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
Expand Down
Loading

0 comments on commit 9e78452

Please sign in to comment.