|
|
@@ -13,7 +13,7 @@
|
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
|
"test": "eslint . && c8 --reporter=text-summary mocha",
|
|
|
"test:coverage": "eslint . && c8 --reporter=text mocha",
|
|
|
- "prepare": "npx husky install"
|
|
|
+ "prepare": "husky"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
@@ -41,19 +41,19 @@
|
|
|
"@e22m4u/js-repository": "~0.1.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^18.4.3",
|
|
|
- "@commitlint/config-conventional": "^18.4.3",
|
|
|
- "c8": "^8.0.1",
|
|
|
- "chai": "^4.3.10",
|
|
|
+ "@commitlint/cli": "^18.6.0",
|
|
|
+ "@commitlint/config-conventional": "^18.6.0",
|
|
|
+ "c8": "^9.1.0",
|
|
|
+ "chai": "^4.4.1",
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
"chai-spies": "^1.1.0",
|
|
|
- "dotenv": "^16.3.1",
|
|
|
+ "dotenv": "^16.4.1",
|
|
|
"eslint": "^8.56.0",
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
"eslint-plugin-chai-expect": "^3.0.0",
|
|
|
"eslint-plugin-mocha": "^10.2.0",
|
|
|
- "husky": "^8.0.3",
|
|
|
+ "husky": "^9.0.6",
|
|
|
"mocha": "^10.2.0",
|
|
|
- "prettier": "^3.1.1"
|
|
|
+ "prettier": "^3.2.4"
|
|
|
}
|
|
|
}
|