Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 9, 2023
1 parent d8bce04 commit e0756c5
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 588 deletions.
699 changes: 119 additions & 580 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chai": "^4.3.8",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"faker": "^5.5.3",
"husky": "^8.0.3",
"jsonwebtoken": "^9.0.2",
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 @@ -46,7 +46,7 @@
},
"devDependencies": {
"@solana/web3.js": "^1.78.4",
"@solflare-wallet/sdk": "^1.3.0"
"@solflare-wallet/sdk": "^1.3.1"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/torus-embed": "^2.2.9",
"@toruslabs/torus-embed": "^3.0.0",
"@web3auth/base": "^6.1.7",
"@web3auth/base-evm-adapter": "^6.1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/torus-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@solana/web3.js": "^1.x"
},
"dependencies": {
"@toruslabs/solana-embed": "^1.0.0",
"@toruslabs/solana-embed": "^2.0.0",
"@web3auth/base": "^6.1.7",
"@web3auth/base-provider": "^6.1.7",
"@web3auth/base-solana-adapter": "^6.1.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@metamask/rpc-errors": "^6.0.0"
},
"dependencies": {
"@toruslabs/solana-embed": "^1.0.0",
"@toruslabs/solana-embed": "^2.0.0",
"@web3auth/base": "^6.1.7",
"@web3auth/base-plugin": "^6.1.7",
"@web3auth/no-modal": "^6.1.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@metamask/rpc-errors": "^6.0.0"
},
"dependencies": {
"@toruslabs/torus-embed": "^2.2.9",
"@toruslabs/torus-embed": "^3.0.0",
"@web3auth/base": "^6.1.7",
"@web3auth/base-plugin": "^6.1.7",
"@web3auth/no-modal": "^6.1.7",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@solana/web3.js": "^1.78.4",
"@solflare-wallet/sdk": "^1.3.0",
"@solflare-wallet/sdk": "^1.3.1",
"@types/bn.js": "^5.1.1",
"@types/bs58": "^4.0.1",
"@types/json-rpc-random-id": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"bowser": "^2.11.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.5.0",
"i18next": "^23.5.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^13.2.2",
Expand Down

0 comments on commit e0756c5

Please sign in to comment.