Browse Source

add bs58 type dep

Jordan Sexton 3 years ago
parent
commit
6a2cedf45c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/starter/example/package.json

+ 2 - 1
packages/starter/example/package.json

@@ -48,13 +48,14 @@
         "@solana/web3.js": "^1.61.0",
         "antd": "^4.22.6",
         "bs58": "^4.0.1",
-        "next": "12.2.0",
+        "next": "^12.3.1",
         "notistack": "^2.0.3",
         "react": "^18.0.0",
         "react-dom": "^18.0.0",
         "tweetnacl": "^1.0.3"
     },
     "devDependencies": {
+        "@types/bs58": "^4.0.1",
         "@types/node-fetch": "^2.6.2",
         "@types/react": "^18.0.0",
         "@types/react-dom": "^18.0.0",