Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 29, 2024
1 parent a931e1d commit 5941683
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 72 deletions.
255 changes: 199 additions & 56 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"@toruslabs/eslint-config-typescript": "^3.2.0",
"@toruslabs/torus-scripts": "^5.3.1",
"@types/chai": "^4.3.14",
"@types/faker": "^5.5.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^5.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"faker": "^5.5.3",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
Expand All @@ -54,8 +52,8 @@
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^18.2.4",
"@rollup/rollup-linux-x64-gnu": "^4.14.3"
"@nx/nx-linux-x64-gnu": "^18.3.4",
"@rollup/rollup-linux-x64-gnu": "^4.17.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solflare-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bn.js": "^5.2.1"
},
"devDependencies": {
"@solana/web3.js": "^1.91.4",
"@solana/web3.js": "^1.91.7",
"@solflare-wallet/sdk": "^1.4.2"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/constants": "^13.2.0",
"@toruslabs/constants": "^13.3.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.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 @@ -18,7 +18,7 @@
"@toruslabs/openlogin-utils": "^8.1.0",
"@web3auth/wallet-connect-v2-adapter": "^8.3.0",
"css-loader": "^7.1.1",
"postcss-prefix-selector": "^1.16.0",
"postcss-prefix-selector": "^1.16.1",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@web3auth/openlogin-adapter": "^8.3.0"
},
"dependencies": {
"@toruslabs/ethereum-controllers": "^5.5.6",
"@toruslabs/ethereum-controllers": "^5.5.7",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.3.0",
"@web3auth/no-modal": "^8.3.0",
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 @@ -31,7 +31,7 @@
"json-rpc-random-id": "^1.0.1"
},
"devDependencies": {
"@solana/web3.js": "^1.91.4",
"@solana/web3.js": "^1.91.7",
"@solflare-wallet/sdk": "^1.4.2",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@toruslabs/vue-components": "^7.8.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"live-server": "^1.2.2",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"postcss-prefix-selector": "^1.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
Expand All @@ -75,8 +75,8 @@
"i18next": "^23.11.2",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.1.0",
"react-qrcode-logo": "^2.9.0"
"react-i18next": "^14.1.1",
"react-qrcode-logo": "^2.10.0"
},
"lint-staged": {
"!(*d).ts": [
Expand Down

0 comments on commit 5941683

Please sign in to comment.