Browse Source

chore: upgrades dependencies

e22m4u 1 year ago
parent
commit
f388a6e9f7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -26,10 +26,10 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-service",
   "dependencies": {
-    "@e22m4u/js-format": "0.0.9"
+    "@e22m4u/js-format": "0.0.10"
   },
   "devDependencies": {
-    "@commitlint/cli": "~19.2.0",
+    "@commitlint/cli": "~19.2.1",
     "@commitlint/config-conventional": "~19.1.0",
     "c8": "~9.1.0",
     "chai": "~4.4.1",
@@ -41,8 +41,8 @@
     "eslint-plugin-chai-expect": "~3.0.0",
     "eslint-plugin-mocha": "~10.4.1",
     "husky": "~9.0.11",
-    "mocha": "~10.3.0",
+    "mocha": "~10.4.0",
     "prettier": "~3.2.5",
-    "typescript": "~5.4.2"
+    "typescript": "~5.4.4"
   }
 }