|
@@ -10,7 +10,7 @@
|
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
"format": "prettier --write \"./src/**/*.js\"",
|
|
|
"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",
|
|
|
- "prepare": "npx husky install"
|
|
|
|
|
|
|
+ "prepare": "husky"
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|
|
|
"type": "git",
|
|
"type": "git",
|
|
@@ -26,23 +26,23 @@
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"homepage": "https://github.com/e22m4u/js-service",
|
|
"homepage": "https://github.com/e22m4u/js-service",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@e22m4u/js-format": "0.0.7"
|
|
|
|
|
|
|
+ "@e22m4u/js-format": "0.0.8"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^18.4.2",
|
|
|
|
|
- "@commitlint/config-conventional": "^18.4.2",
|
|
|
|
|
- "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-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.54.0",
|
|
|
|
|
- "eslint-config-prettier": "^9.0.0",
|
|
|
|
|
|
|
+ "eslint": "^8.56.0",
|
|
|
|
|
+ "eslint-config-prettier": "^9.1.0",
|
|
|
"eslint-plugin-chai-expect": "^3.0.0",
|
|
"eslint-plugin-chai-expect": "^3.0.0",
|
|
|
"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.0",
|
|
|
|
|
- "typescript": "^5.2.2"
|
|
|
|
|
|
|
+ "prettier": "^3.2.4",
|
|
|
|
|
+ "typescript": "^5.3.3"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|