|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@solana/wallet-adapter-example",
|
|
|
- "version": "0.17.2",
|
|
|
+ "version": "0.18.0",
|
|
|
"author": "Solana Maintainers <maintainers@solana.foundation>",
|
|
|
"repository": "https://github.com/solana-labs/wallet-adapter",
|
|
|
"license": "Apache-2.0",
|
|
|
@@ -40,20 +40,20 @@
|
|
|
"@solana/web3.js": "^1.20.0",
|
|
|
"antd": "~4.16.13",
|
|
|
"bs58": "^4.0.0",
|
|
|
- "next": "^11.0.0",
|
|
|
+ "next": "12.0.7",
|
|
|
"notistack": "^2.0.0",
|
|
|
- "react": "^17.0.0",
|
|
|
- "react-dom": "^17.0.0",
|
|
|
+ "react": "17.0.2",
|
|
|
+ "react-dom": "17.0.2",
|
|
|
"tweetnacl": "^1.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@types/node": "17.0.8",
|
|
|
"@types/react": "^17.0.0",
|
|
|
"babel-plugin-import": "^1.13.3",
|
|
|
- "eslint": "^7.32.0",
|
|
|
- "eslint-config-next": "^11.0.0",
|
|
|
+ "eslint": "8.6.0",
|
|
|
+ "eslint-config-next": "12.0.7",
|
|
|
"next-compose-plugins": "^2.2.1",
|
|
|
- "next-plugin-antd-less": "^1.4.3",
|
|
|
- "next-transpile-modules": "^8.0.0",
|
|
|
+ "next-plugin-antd-less": "^1.8.0",
|
|
|
"shx": "^0.3.3",
|
|
|
"typescript": "~4.4.4"
|
|
|
}
|