Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Sep 10, 2021
1 parent 611b591 commit c73d3ba
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 324 deletions.
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": {
"@types/eslint": "^7.2.13",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^16.4.13",
"@types/node": "^16.9.1",
"@types/prettier": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^3.2.3",
"lerna": "^4.0.0",
"prettier": "^2.2.1",
"prettier": "^2.4.0",
"shx": "^0.3.3",
"tslib": "^2.3.0",
"typedoc": "^0.21.2",
"typescript": "^4.3.5"
"typedoc": "^0.22.1",
"typescript": "^4.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@solana/wallet-adapter-react": "^0.10.0",
"@solana/wallet-adapter-react-ui": "^0.2.0",
"@solana/wallet-adapter-wallets": "^0.8.0",
"@solana/web3.js": "^1.22.0",
"@solana/web3.js": "^1.20.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand All @@ -49,7 +49,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"typescript": "^4.1.2",
"typescript": "^4.4.3",
"web-vitals": "^1.0.1",
"yarn": "^1.22.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@solana/wallet-adapter-material-ui": "^0.10.0",
"@solana/wallet-adapter-react": "^0.10.0",
"@solana/wallet-adapter-wallets": "^0.8.0",
"@solana/web3.js": "^1.22.0",
"@solana/web3.js": "^1.20.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand All @@ -44,7 +44,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"typescript": "^4.1.2",
"typescript": "^4.4.3",
"web-vitals": "^1.0.1",
"yarn": "^1.22.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.0",
"@solana/wallet-adapter-wallets": "^0.8.0",
"@solana/web3.js": "^1.24.2",
"@solana/web3.js": "^1.20.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand All @@ -41,6 +41,6 @@
"eslint-config-next": "11.1.2",
"next-transpile-modules": "^8.0.0",
"shx": "^0.3.3",
"typescript": "4.4.2"
"typescript": "4.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-ui-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@solana/wallet-adapter-react": "^0.10.0",
"@solana/wallet-adapter-react-ui": "^0.2.0",
"@solana/wallet-adapter-wallets": "^0.8.0",
"@solana/web3.js": "^1.22.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1"
Expand All @@ -37,7 +37,7 @@
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.0",
"react-scripts": "^4.0.3",
"typescript": "^4.1.2",
"typescript": "^4.4.3",
"yarn": "^1.22.11"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/torus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-torus",
"version": "0.6.2",
"version": "0.6.3",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"@solana/web3.js": "^1.20.0"
},
"dependencies": {
"@toruslabs/openlogin": "^0.10.0",
"@toruslabs/openlogin-ed25519": "^0.10.0",
"@toruslabs/openlogin": "^0.10.1",
"@toruslabs/openlogin-ed25519": "^0.10.1",
"@types/keccak": "^3.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@solana/wallet-adapter-solflare": "^0.2.2",
"@solana/wallet-adapter-sollet": "^0.6.0",
"@solana/wallet-adapter-solong": "^0.5.2",
"@solana/wallet-adapter-torus": "^0.6.2"
"@solana/wallet-adapter-torus": "^0.6.3"
},
"devDependencies": {
"@solana/wallet-adapter-base": "^0.5.2"
Expand Down
Loading

0 comments on commit c73d3ba

Please sign in to comment.