@infernodesign/eslint-config 2.3.0 → 2.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/cli.js CHANGED
@@ -8,7 +8,7 @@ import { cac } from "cac";
8
8
  import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
  //#region package.json
11
- var version = "2.3.0";
11
+ var version = "2.4.1";
12
12
  //#endregion
13
13
  //#region src/cli/constants.ts
14
14
  const vscodeSettingsString = `
@@ -186,18 +186,18 @@ async function updateEslintFiles(result) {
186
186
  //#endregion
187
187
  //#region src/cli/constants-generated.ts
188
188
  const versionsMap = {
189
- "@eslint-react/eslint-plugin": "^4.2.3",
189
+ "@eslint-react/eslint-plugin": "^5.7.1",
190
190
  "@next/eslint-plugin-next": "^16.2.4",
191
191
  "@unocss/eslint-plugin": "^66.6.8",
192
192
  "astro-eslint-parser": "^1.4.0",
193
- "eslint": "^10.2.1",
193
+ "eslint": "^10.3.0",
194
194
  "eslint-plugin-astro": "^1.7.0",
195
- "eslint-plugin-better-tailwindcss": "^4.4.1",
195
+ "eslint-plugin-better-tailwindcss": "^4.5.0",
196
196
  "eslint-plugin-format": "^2.0.1",
197
197
  "eslint-plugin-react-refresh": "^0.5.2",
198
198
  "eslint-plugin-solid": "^0.14.5",
199
- "eslint-plugin-storybook": "^10.3.5",
200
- "eslint-plugin-svelte": "^3.17.0",
199
+ "eslint-plugin-storybook": "^10.3.6",
200
+ "eslint-plugin-svelte": "^3.17.1",
201
201
  "prettier-plugin-astro": "^0.14.1",
202
202
  "prettier-plugin-slidev": "^1.0.5",
203
203
  "svelte-eslint-parser": "^1.6.0"