@smartive/eslint-config 6.4.0 → 6.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -26,13 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  config: () => config,
32
32
  configs: () => configs,
33
33
  generateLegacyConfig: () => generateLegacyConfig
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
  var import_eslintrc = require("@eslint/eslintrc");
37
37
  var import_js = __toESM(require("@eslint/js"));
38
38
  var import_eslint_plugin_import = require("eslint-plugin-import");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartive/eslint-config",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "ESLint configuration by smartive",
5
5
  "files": [
6
6
  "README.md",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-prettier": "^5.2.1",
48
48
  "eslint-plugin-react": "^7.37.2",
49
49
  "eslint-plugin-react-hooks": "^5.0.0",
50
- "globals": "^15.13.0",
50
+ "globals": "^16.0.0",
51
51
  "typescript-eslint": "^8.15.0"
52
52
  },
53
53
  "peerDependencies": {
@@ -62,7 +62,7 @@
62
62
  "@types/eslint__eslintrc": "^2.1.2",
63
63
  "@types/node": "^22.9.1",
64
64
  "cz-conventional-changelog": "^3.3.0",
65
- "esbuild": "0.24.0",
65
+ "esbuild": "0.25.0",
66
66
  "eslint": "^9.15.0",
67
67
  "husky": "^9.1.7",
68
68
  "prettier": "^3.3.3",