|
@@ -23,7 +23,7 @@
|
|
|
"dependencies": {
|
|
|
"@gradecam/tsenum": "1.2.0",
|
|
|
"@nuxtjs/opencollective": "0.2.2",
|
|
|
- "acorn": "8.0.2",
|
|
|
+ "acorn": "8.0.3",
|
|
|
"chalk": "4.1.0",
|
|
|
"chance": "1.1.7",
|
|
|
"class-validator": "0.12.2",
|
|
@@ -45,6 +45,7 @@
|
|
|
"tslib": "2.0.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@istanbuljs/nyc-config-typescript": "1.0.1",
|
|
|
"@types/chai": "4.2.12",
|
|
|
"@types/chance": "1.1.0",
|
|
|
"@types/escodegen": "0.0.6",
|
|
@@ -58,7 +59,7 @@
|
|
|
"@types/multimatch": "4.0.0",
|
|
|
"@types/node": "14.11.2",
|
|
|
"@types/rimraf": "3.0.0",
|
|
|
- "@types/sinon": "9.0.7",
|
|
|
+ "@types/sinon": "9.0.8",
|
|
|
"@types/string-template": "1.0.2",
|
|
|
"@types/webpack-env": "1.15.3",
|
|
|
"@typescript-eslint/eslint-plugin": "4.3.0",
|
|
@@ -68,7 +69,7 @@
|
|
|
"coveralls": "3.1.0",
|
|
|
"eslint": "7.10.0",
|
|
|
"eslint-plugin-import": "2.22.1",
|
|
|
- "eslint-plugin-jsdoc": "30.6.2",
|
|
|
+ "eslint-plugin-jsdoc": "30.6.3",
|
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
|
"eslint-plugin-unicorn": "22.0.0",
|
|
@@ -99,16 +100,14 @@
|
|
|
"webpack:dev": "scripts/webpack-dev",
|
|
|
"build": "scripts/build",
|
|
|
"watch": "scripts/watch",
|
|
|
- "removeCacheDir": "scripts/remove-cache-dir",
|
|
|
- "test:compile": "scripts/test-compile",
|
|
|
"test:dev": "scripts/test-dev",
|
|
|
"test:devCompilePerformance": "scripts/test-dev-compile-performance",
|
|
|
"test:devRuntimePerformance": "scripts/test-dev-runtime-performance",
|
|
|
"test:full": "scripts/test-full",
|
|
|
"test:coveralls": "scripts/test-coveralls",
|
|
|
"test:mocha": "scripts/test-mocha",
|
|
|
+ "test:mocha-coverage": "scripts/test-mocha-coverage",
|
|
|
"test:mocha-memory-performance": "scripts/test-mocha-memory-performance",
|
|
|
- "test:removeTmpDir": "scripts/test-remove-tmp-dir",
|
|
|
"test": "scripts/test",
|
|
|
"eslint": "scripts/eslint",
|
|
|
"travis": "scripts/travis",
|