Browse Source

ts: fix Module needs an import assertion of type json (#2023)

Kevin Rodríguez 3 years ago
parent
commit
8a6a9e1c75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/template.rs

+ 1 - 1
cli/src/template.rs

@@ -254,7 +254,7 @@ pub fn ts_package_json() -> String {
     "devDependencies": {{
         "chai": "^4.3.4",
         "mocha": "^9.0.3",
-        "ts-mocha": "^8.0.0",
+        "ts-mocha": "^10.0.0",
         "@types/bn.js": "^5.1.0",
         "@types/chai": "^4.3.0",
         "@types/mocha": "^9.0.0",