@whoj/eslint-config 2.4.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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -3
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -112,8 +112,8 @@ import c2 from "picocolors";
112
112
  var package_default = {
113
113
  name: "@whoj/eslint-config",
114
114
  type: "module",
115
- version: "2.4.0",
116
- packageManager: "pnpm@10.2.1",
115
+ version: "2.4.1",
116
+ packageManager: "pnpm@10.3.0",
117
117
  description: "ESLint config",
118
118
  license: "MIT",
119
119
  homepage: "https://github.com/who-jonson/eslint-config",
@@ -148,7 +148,7 @@ var package_default = {
148
148
  peerDependencies: {
149
149
  "@prettier/plugin-xml": "^3.4.1",
150
150
  "@unocss/eslint-plugin": ">=0.50.0",
151
- eslint: "^9.19.0",
151
+ eslint: "^9.20.0",
152
152
  "eslint-plugin-format": ">=0.1.0"
153
153
  },
154
154
  peerDependenciesMeta: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -21,7 +21,7 @@
21
21
  "peerDependencies": {
22
22
  "@prettier/plugin-xml": "^3.4.1",
23
23
  "@unocss/eslint-plugin": ">=0.50.0",
24
- "eslint": "^9.19.0",
24
+ "eslint": "^9.20.0",
25
25
  "eslint-plugin-format": ">=0.1.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
@@ -113,7 +113,7 @@
113
113
  "typescript": "^5.7.3",
114
114
  "vitest": "^3.0.4",
115
115
  "vue": "^3.5.13",
116
- "@whoj/eslint-config": "2.4.0"
116
+ "@whoj/eslint-config": "2.4.1"
117
117
  },
118
118
  "resolutions": {
119
119
  "@eslint-community/eslint-utils": "^4.4.1",