Преглед изворни кода

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

Kevin Rodríguez пре 3 година
родитељ
комит
8a6a9e1c75
1 измењених фајлова са 1 додато и 1 уклоњено
  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",