Browse Source

chore: updates dependencies

e22m4u 1 year ago
parent
commit
31bff2772d
1 changed files with 6 additions and 6 deletions
  1. 6 6
      package.json

+ 6 - 6
package.json

@@ -37,23 +37,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.1.x"
+    "@e22m4u/js-format": "~0.1.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@commitlint/cli": "~19.6.0",
     "@commitlint/cli": "~19.6.0",
     "@commitlint/config-conventional": "~19.6.0",
     "@commitlint/config-conventional": "~19.6.0",
-    "@eslint/js": "~9.15.0",
+    "@eslint/js": "~9.16.0",
     "c8": "~10.1.2",
     "c8": "~10.1.2",
     "chai": "~5.1.2",
     "chai": "~5.1.2",
     "esbuild": "~0.24.0",
     "esbuild": "~0.24.0",
-    "eslint": "~9.15.0",
+    "eslint": "~9.16.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-mocha": "~10.5.0",
     "eslint-plugin-mocha": "~10.5.0",
-    "globals": "~15.12.0",
+    "globals": "~15.13.0",
     "husky": "~9.1.7",
     "husky": "~9.1.7",
-    "mocha": "~10.8.2",
-    "prettier": "~3.3.3",
+    "mocha": "~11.0.1",
+    "prettier": "~3.4.2",
     "rimraf": "~6.0.1",
     "rimraf": "~6.0.1",
     "typescript": "~5.7.2"
     "typescript": "~5.7.2"
   }
   }