Sfoglia il codice sorgente

align version of mocha with version of types/mocha

Jakob Pietron 2 anni fa
parent
commit
f7600b98bd
2 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 8 8
      package-lock.json
  2. 1 1
      package.json

+ 8 - 8
package-lock.json

@@ -31,11 +31,11 @@
 				"@types/d3-drag": "^3.0.2",
 				"@types/d3-force": "^3.0.4",
 				"@types/d3-selection": "^3.0.4",
-				"@types/mocha": "^9.1.1",
+				"@types/mocha": "^10.0.1",
 				"@types/node": "^18.11.18",
 				"@types/react": "^18.0.26",
 				"@types/react-dom": "^18.0.10",
-				"fork-ts-checker-webpack-plugin": "^7.2.14",
+				"fork-ts-checker-webpack-plugin": "^7.2.14 ",
 				"mocha": "^10.2.0",
 				"nyc": "^15.1.0",
 				"ts-loader": "^9.4.2",
@@ -1372,9 +1372,9 @@
 			"dev": true
 		},
 		"node_modules/@types/mocha": {
-			"version": "9.1.1",
-			"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz",
-			"integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==",
+			"version": "10.0.1",
+			"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
+			"integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
 			"dev": true
 		},
 		"node_modules/@types/node": {
@@ -9036,9 +9036,9 @@
 			"dev": true
 		},
 		"@types/mocha": {
-			"version": "9.1.1",
-			"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz",
-			"integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==",
+			"version": "10.0.1",
+			"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
+			"integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
 			"dev": true
 		},
 		"@types/node": {

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
 		"@types/d3-drag": "^3.0.2",
 		"@types/d3-force": "^3.0.4",
 		"@types/d3-selection": "^3.0.4",
-		"@types/mocha": "^9.1.1",
+		"@types/mocha": "^10.0.1",
 		"@types/node": "^18.11.18",
 		"@types/react": "^18.0.26",
 		"@types/react-dom": "^18.0.10",