@jsse/eslint-config 0.4.30 → 0.4.31

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jsse/eslint-config
2
2
 
3
+ ## 0.4.31
4
+
5
+ ### Patch Changes
6
+
7
+ - fix peer dependency issue
8
+
3
9
  ## 0.4.30
4
10
 
5
11
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as DEBUG$1, t as VERSION } from "./version-C783EB_5.js";
1
+ import { n as DEBUG$1, t as VERSION } from "./version-CMawUObI.js";
2
2
  import process$1 from "node:process";
3
3
  import fs from "node:fs";
4
4
  import { EventEmitter } from "events";
package/dist/index.d.ts CHANGED
@@ -14629,7 +14629,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
14629
14629
  type DefineConfig = typeof defineConfig;
14630
14630
  //#endregion
14631
14631
  //#region src/generated/version.d.ts
14632
- declare const VERSION = "0.4.30";
14632
+ declare const VERSION = "0.4.31";
14633
14633
  declare namespace globs_d_exports {
14634
14634
  export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_TS_SRC_EXT, GLOB_YAML };
14635
14635
  }
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-B7RtqpM4.js";
2
- import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-C783EB_5.js";
2
+ import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-CMawUObI.js";
3
3
  import { builtinModules, createRequire } from "node:module";
4
4
  import process$1 from "node:process";
5
5
  import fs, { promises, realpathSync, statSync } from "node:fs";
@@ -36,7 +36,7 @@ const SLOW_RULES = [
36
36
 
37
37
  //#endregion
38
38
  //#region src/generated/version.ts
39
- const VERSION = "0.4.30";
39
+ const VERSION = "0.4.31";
40
40
 
41
41
  //#endregion
42
42
  export { DEBUG as n, SLOW_RULES as r, VERSION as t };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.30",
4
+ "version": "0.4.31",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "eslint": "^9.39.1",
41
41
  "eslint-plugin-react": "^7.37.5",
42
42
  "eslint-plugin-react-hooks": "^7.0.0",
43
- "eslint-plugin-react-refresh": "^0.4.23"
43
+ "eslint-plugin-react-refresh": "^0.5.0"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@eslint-react/eslint-plugin": {