Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 5, 2024
1 parent a28b514 commit 7e042e5
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 209 deletions.
510 changes: 315 additions & 195 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"devDependencies": {
"@babel/register": "^7.24.6",
"@toruslabs/config": "^2.1.0",
"@toruslabs/eslint-config-typescript": "^3.3.1",
"@toruslabs/config": "^2.1.1",
"@toruslabs/eslint-config-typescript": "^3.3.3",
"@toruslabs/torus-scripts": "^5.3.1",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.1.1",
"husky": "^9.1.4",
"lerna": "^8.1.7",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand All @@ -53,8 +53,8 @@
"typescript": "^5.5.4"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^19.5.3",
"@rollup/rollup-linux-x64-gnu": "^4.19.0"
"@nx/nx-linux-x64-gnu": "^19.5.6",
"@rollup/rollup-linux-x64-gnu": "^4.20.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@solana/wallet-standard-features": "^1.2.0",
"@solana/web3.js": "^1.95.0",
"@solana/web3.js": "^1.95.2",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@wallet-standard/app": "^1.0.1",
"@wallet-standard/base": "^1.0.1",
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.95.1",
"@solana/web3.js": "^1.95.2",
"@solflare-wallet/sdk": "^1.4.2"
},
"lint-staged": {
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 @@ -38,7 +38,7 @@
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.12.0",
"@web3auth/no-modal": "^8.12.0",
"@web3auth/ws-embed": "^2.0.15",
"@web3auth/ws-embed": "^2.0.20",
"loglevel": "^1.9.1"
},
"peerDependencies": {
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.95.1",
"@solana/web3.js": "^1.95.2",
"@solflare-wallet/sdk": "^1.4.2",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.4.1",
"@toruslabs/eslint-config-react": "^3.4.3",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/vue-components": "^7.8.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"live-server": "^1.2.2",
"postcss": "^8.4.40",
Expand All @@ -60,7 +60,7 @@
"react-dom": "^18.3.1",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"url-loader": "^4.1.1"
},
"dependencies": {
Expand Down

0 comments on commit 7e042e5

Please sign in to comment.