Преглед на файлове

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",