Browse Source

chore: updates dependencies

e22m4u 11 months ago
parent
commit
b63f468949
2 changed files with 9 additions and 9 deletions
  1. 3 3
      dist/cjs/index.cjs
  2. 6 6
      package.json

+ 3 - 3
dist/cjs/index.cjs

@@ -20,13 +20,13 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
 var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
 var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
 
 
 // src/index.js
 // src/index.js
-var src_exports = {};
-__export(src_exports, {
+var index_exports = {};
+__export(index_exports, {
   SERVICE_CLASS_NAME: () => SERVICE_CLASS_NAME,
   SERVICE_CLASS_NAME: () => SERVICE_CLASS_NAME,
   Service: () => Service,
   Service: () => Service,
   ServiceContainer: () => ServiceContainer
   ServiceContainer: () => ServiceContainer
 });
 });
-module.exports = __toCommonJS(src_exports);
+module.exports = __toCommonJS(index_exports);
 
 
 // src/errors/invalid-argument-error.js
 // src/errors/invalid-argument-error.js
 var import_js_format = require("@e22m4u/js-format");
 var import_js_format = require("@e22m4u/js-format");

+ 6 - 6
package.json

@@ -40,17 +40,17 @@
     "@e22m4u/js-format": "~0.1.0"
     "@e22m4u/js-format": "~0.1.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@commitlint/cli": "~19.6.0",
+    "@commitlint/cli": "~19.6.1",
     "@commitlint/config-conventional": "~19.6.0",
     "@commitlint/config-conventional": "~19.6.0",
-    "@eslint/js": "~9.16.0",
-    "c8": "~10.1.2",
+    "@eslint/js": "~9.17.0",
+    "c8": "~10.1.3",
     "chai": "~5.1.2",
     "chai": "~5.1.2",
-    "esbuild": "~0.24.0",
-    "eslint": "~9.16.0",
+    "esbuild": "~0.24.2",
+    "eslint": "~9.17.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.13.0",
+    "globals": "~15.14.0",
     "husky": "~9.1.7",
     "husky": "~9.1.7",
     "mocha": "~11.0.1",
     "mocha": "~11.0.1",
     "prettier": "~3.4.2",
     "prettier": "~3.4.2",