@antfu/eslint-config 4.11.0 → 4.12.0

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/cli.js CHANGED
@@ -5,7 +5,7 @@ import c5 from "ansis";
5
5
  import { cac } from "cac";
6
6
 
7
7
  // package.json
8
- var version = "4.11.0";
8
+ var version = "4.12.0";
9
9
 
10
10
  // src/cli/run.ts
11
11
  import fs3 from "node:fs";
@@ -224,19 +224,19 @@ import c3 from "ansis";
224
224
 
225
225
  // src/cli/constants-generated.ts
226
226
  var versionsMap = {
227
- "@eslint-react/eslint-plugin": "^1.37.3",
227
+ "@eslint-react/eslint-plugin": "^1.43.0",
228
228
  "@unocss/eslint-plugin": "^66.0.0",
229
229
  "astro-eslint-parser": "^1.2.2",
230
- "eslint": "^9.23.0",
230
+ "eslint": "^9.24.0",
231
231
  "eslint-plugin-astro": "^1.3.1",
232
232
  "eslint-plugin-format": "^1.0.1",
233
233
  "eslint-plugin-react-hooks": "^5.2.0",
234
234
  "eslint-plugin-react-refresh": "^0.4.19",
235
235
  "eslint-plugin-solid": "^0.14.5",
236
- "eslint-plugin-svelte": "^3.3.3",
236
+ "eslint-plugin-svelte": "^3.5.1",
237
237
  "prettier-plugin-astro": "^0.14.1",
238
238
  "prettier-plugin-slidev": "^1.0.5",
239
- "svelte-eslint-parser": "^1.1.0"
239
+ "svelte-eslint-parser": "^1.1.2"
240
240
  };
241
241
 
242
242
  // src/cli/stages/update-package-json.ts