Browse Source

update root package.json

Ayush 4 months ago
parent
commit
bac80611a8
2 changed files with 590 additions and 85 deletions
  1. 11 7
      package.json
  2. 579 78
      pnpm-lock.yaml

+ 11 - 7
package.json

@@ -18,18 +18,22 @@
   "author": "Solana Foundation",
   "license": "MIT",
   "devDependencies": {
-    "@biomejs/biome": "1.8.1",
+    "@biomejs/biome": "^1.8.1",
+    "@types/chai": "^5.2.2",
+    "@types/mocha": "^10.0.10",
     "@types/node": "^20.9.0",
+    "anchor-litesvm": "^0.1.2",
+    "chai": "^5.1.1",
     "husky": "^9.0.11",
+    "mocha": "^11.5.0",
     "picocolors": "^1.0.0",
-    "ts-node": "^10.9.1",
+    "ts-mocha": "^11.1.0",
+    "ts-node": "^10.9.2",
+    "tsconfig-paths": "^4.2.0",
     "typescript": "^5.2.2"
   },
   "dependencies": {
-    "@coral-xyz/anchor": "^0.30.1",
-    "@solana/web3.js": "^1.95.2",
-    "anchor-bankrun": "^0.4.0",
-    "chai": "^5.1.1",
-    "solana-bankrun": "^0.3.0"
+    "@coral-xyz/anchor": "^0.31.1",
+    "@solana/web3.js": "^1.98.2"
   }
 }

File diff suppressed because it is too large
+ 579 - 78
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff