@oliver139/eslint-config 2.4.0 → 2.6.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@oliver139/eslint-config?color=9d87e0&label=Oliver's+Code+Style)](https://npmjs.com/package/@oliver139/eslint-config)
4
4
 
5
- [![npm](https://img.shields.io/badge/Anthony's_Code_Style-v4.10.1-444)](https://npmjs.com/package/@oliver139/eslint-config)
5
+ [![npm](https://img.shields.io/badge/Anthony's_Code_Style-v4.12.0-444)](https://npmjs.com/package/@oliver139/eslint-config)
6
6
 
7
7
  <!-- [![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config) -->
8
8
 
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 = "2.4.0";
8
+ var version = "2.6.0";
9
9
 
10
10
  // src/cli/run.ts
11
11
  import fs3 from "node:fs";
@@ -231,19 +231,19 @@ import c3 from "ansis";
231
231
 
232
232
  // src/cli/constants-generated.ts
233
233
  var versionsMap = {
234
- "@eslint-react/eslint-plugin": "^1.38.4",
234
+ "@eslint-react/eslint-plugin": "^1.43.0",
235
235
  "@unocss/eslint-plugin": "^66.0.0",
236
236
  "astro-eslint-parser": "^1.2.2",
237
- "eslint": "^9.23.0",
237
+ "eslint": "^9.24.0",
238
238
  "eslint-plugin-astro": "^1.3.1",
239
239
  "eslint-plugin-format": "^1.0.1",
240
240
  "eslint-plugin-react-hooks": "^5.2.0",
241
241
  "eslint-plugin-react-refresh": "^0.4.19",
242
242
  "eslint-plugin-solid": "^0.14.5",
243
- "eslint-plugin-svelte": "^3.3.3",
243
+ "eslint-plugin-svelte": "^3.5.1",
244
244
  "prettier-plugin-astro": "^0.14.1",
245
245
  "prettier-plugin-slidev": "^1.0.5",
246
- "svelte-eslint-parser": "^1.1.0"
246
+ "svelte-eslint-parser": "^1.1.2"
247
247
  };
248
248
 
249
249
  // src/cli/stages/update-package-json.ts