@vida0905/eslint-config 1.0.0 → 1.1.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 (1) hide show
  1. package/package.json +13 -25
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vida0905/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.0",
5
- "packageManager": "pnpm@9.7.0",
4
+ "version": "1.1.1",
5
+ "packageManager": "pnpm@9.11.0",
6
6
  "description": "Vida Xie's ESLint Config",
7
7
  "author": "Vida Xie <vida_2020@163.com> (https://github.com/9romise/)",
8
8
  "license": "MIT",
@@ -32,7 +32,6 @@
32
32
  "lint": "eslint .",
33
33
  "lint:fix": "eslint . --fix",
34
34
  "dev": "tsup --watch",
35
- "inspect": "npx @eslint/config-inspector",
36
35
  "typegen": "tsx scripts/typegen",
37
36
  "build": "npm run typegen && tsup",
38
37
  "release": "npm run lint && npm run typecheck && bumpp",
@@ -41,35 +40,24 @@
41
40
  "prepare": "simple-git-hooks"
42
41
  },
43
42
  "peerDependencies": {
44
- "@unocss/eslint-plugin": ">=0.50.0",
45
- "eslint": ">=8.40.0",
46
- "eslint-plugin-format": ">=0.1.0"
47
- },
48
- "peerDependenciesMeta": {
49
- "@unocss/eslint-plugin": {
50
- "optional": true
51
- },
52
- "eslint-plugin-format": {
53
- "optional": true
54
- }
43
+ "eslint": ">=9.10.0"
55
44
  },
56
45
  "dependencies": {
57
- "@antfu/eslint-config": "^3.0.0",
58
- "eslint-import-resolver-oxc": "^0.3.0",
46
+ "@antfu/eslint-config": "^3.11.2",
47
+ "eslint-import-resolver-oxc": "^0.5.0",
59
48
  "eslint-plugin-pinia": "^0.4.1",
60
- "local-pkg": "^0.5.0"
49
+ "local-pkg": "^0.5.1"
61
50
  },
62
51
  "devDependencies": {
63
- "@eslint/config-inspector": "^0.5.4",
64
- "@types/node": "^22.5.2",
65
- "bumpp": "^9.5.2",
66
- "eslint": "^9.9.1",
67
- "eslint-typegen": "^0.3.1",
52
+ "@types/node": "^22.10.1",
53
+ "bumpp": "^9.8.1",
54
+ "eslint": "^9.16.0",
55
+ "eslint-typegen": "^0.3.2",
68
56
  "lint-staged": "^15.2.10",
69
57
  "simple-git-hooks": "^2.11.1",
70
- "tsup": "^8.2.4",
71
- "tsx": "^4.19.0",
72
- "typescript": "^5.5.4"
58
+ "tsup": "^8.3.5",
59
+ "tsx": "^4.19.2",
60
+ "typescript": "^5.7.2"
73
61
  },
74
62
  "simple-git-hooks": {
75
63
  "pre-commit": "pnpm lint-staged"