|
@@ -14,7 +14,7 @@
|
|
|
"test": "npm run lint && c8 --reporter=text-summary mocha",
|
|
"test": "npm run lint && c8 --reporter=text-summary mocha",
|
|
|
"test:coverage": "npm run lint && c8 --reporter=text mocha",
|
|
"test:coverage": "npm run lint && c8 --reporter=text mocha",
|
|
|
"build:doc": "tsc && npx typedoc",
|
|
"build:doc": "tsc && npx typedoc",
|
|
|
- "prepare": "npx husky install"
|
|
|
|
|
|
|
+ "prepare": "husky"
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|
|
|
"type": "git",
|
|
"type": "git",
|
|
@@ -38,27 +38,27 @@
|
|
|
"@e22m4u/js-service": "0.0.7"
|
|
"@e22m4u/js-service": "0.0.7"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^18.4.3",
|
|
|
|
|
- "@commitlint/config-conventional": "^18.4.3",
|
|
|
|
|
|
|
+ "@commitlint/cli": "^18.6.0",
|
|
|
|
|
+ "@commitlint/config-conventional": "^18.6.0",
|
|
|
"@types/chai": "^4.3.11",
|
|
"@types/chai": "^4.3.11",
|
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/mocha": "^10.0.6",
|
|
|
- "@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
|
|
|
- "@typescript-eslint/parser": "^6.17.0",
|
|
|
|
|
- "c8": "^8.0.1",
|
|
|
|
|
- "chai": "^4.3.10",
|
|
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
|
|
|
+ "@typescript-eslint/parser": "^6.19.1",
|
|
|
|
|
+ "c8": "^9.1.0",
|
|
|
|
|
+ "chai": "^4.4.1",
|
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-as-promised": "^7.1.1",
|
|
|
"chai-spies": "^1.1.0",
|
|
"chai-spies": "^1.1.0",
|
|
|
"chai-subset": "^1.6.0",
|
|
"chai-subset": "^1.6.0",
|
|
|
"eslint": "^8.56.0",
|
|
"eslint": "^8.56.0",
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
"eslint-plugin-chai-expect": "^3.0.0",
|
|
"eslint-plugin-chai-expect": "^3.0.0",
|
|
|
- "eslint-plugin-jsdoc": "^47.0.2",
|
|
|
|
|
|
|
+ "eslint-plugin-jsdoc": "^48.0.4",
|
|
|
"eslint-plugin-mocha": "^10.2.0",
|
|
"eslint-plugin-mocha": "^10.2.0",
|
|
|
- "husky": "^8.0.3",
|
|
|
|
|
|
|
+ "husky": "^9.0.6",
|
|
|
"mocha": "^10.2.0",
|
|
"mocha": "^10.2.0",
|
|
|
- "prettier": "^3.1.1",
|
|
|
|
|
|
|
+ "prettier": "^3.2.4",
|
|
|
"ts-node": "^10.9.2",
|
|
"ts-node": "^10.9.2",
|
|
|
- "typedoc": "^0.25.6",
|
|
|
|
|
|
|
+ "typedoc": "^0.25.7",
|
|
|
"typescript": "^5.3.3"
|
|
"typescript": "^5.3.3"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|