@vp-tw/eslint-config 1.0.4 → 1.0.5

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 +37 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vp-tw/eslint-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "ViPro's ESLint configuration",
5
5
  "homepage": "https://github.com/vdustr/eslint-config",
6
6
  "license": "MIT",
@@ -43,48 +43,41 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "scripts": {
47
- "build": "unbuild",
48
- "copy": "tsx scripts/copy",
49
- "prepare": "run-s typegen",
50
- "prepublishOnly": "run-s copy build",
51
- "typegen": "jiti scripts/typegen"
52
- },
53
46
  "dependencies": {
54
- "@mui/types": "catalog:",
55
- "@typescript-eslint/utils": "catalog:",
56
- "es-toolkit": "catalog:",
57
- "eslint-flat-config-utils": "catalog:",
58
- "local-pkg": "catalog:"
47
+ "@mui/types": "^7.4.2",
48
+ "@typescript-eslint/utils": "^8.54.0",
49
+ "es-toolkit": "^1.44.0",
50
+ "eslint-flat-config-utils": "^3.0.0",
51
+ "local-pkg": "^1.1.2"
59
52
  },
60
53
  "devDependencies": {
61
- "@antfu/eslint-config": "catalog:",
62
- "@emotion/eslint-plugin": "catalog:",
63
- "@tanstack/eslint-plugin-query": "catalog:",
64
- "@types/eslint-config-prettier": "catalog:",
65
- "eslint": "catalog:",
66
- "eslint-config-prettier": "catalog:",
67
- "eslint-plugin-mdx": "catalog:",
68
- "eslint-plugin-package-json": "catalog:",
69
- "eslint-plugin-react-compiler": "catalog:",
70
- "eslint-plugin-storybook": "catalog:",
71
- "eslint-plugin-yml": "catalog:",
72
- "eslint-typegen": "catalog:",
73
- "storybook": "catalog:",
74
- "unbuild": "catalog:"
54
+ "@antfu/eslint-config": "^7.2.0",
55
+ "@emotion/eslint-plugin": "^11.12.0",
56
+ "@tanstack/eslint-plugin-query": "^5.91.3",
57
+ "@types/eslint-config-prettier": "^6.11.3",
58
+ "eslint": "^9.39.2",
59
+ "eslint-config-prettier": "^10.1.8",
60
+ "eslint-plugin-mdx": "^3.6.2",
61
+ "eslint-plugin-package-json": "^0.88.2",
62
+ "eslint-plugin-react-compiler": "19.1.0-rc.2",
63
+ "eslint-plugin-storybook": "^10.2.1",
64
+ "eslint-plugin-yml": "^3.0.0",
65
+ "eslint-typegen": "^2.2.0",
66
+ "storybook": "^10.2.1",
67
+ "unbuild": "^3.5.0"
75
68
  },
76
69
  "peerDependencies": {
77
- "@emotion/eslint-plugin": "catalog:",
78
- "@tanstack/eslint-plugin-query": "catalog:",
79
- "@types/eslint-config-prettier": "catalog:",
80
- "eslint": "catalog:",
81
- "eslint-config-prettier": "catalog:",
82
- "eslint-plugin-mdx": "catalog:",
83
- "eslint-plugin-package-json": "catalog:",
84
- "eslint-plugin-react-compiler": "catalog:",
85
- "eslint-plugin-storybook": "catalog:",
86
- "eslint-plugin-yml": "catalog:",
87
- "storybook": "catalog:"
70
+ "@emotion/eslint-plugin": "^11.12.0",
71
+ "@tanstack/eslint-plugin-query": "^5.91.3",
72
+ "@types/eslint-config-prettier": "^6.11.3",
73
+ "eslint": "^9.39.2",
74
+ "eslint-config-prettier": "^10.1.8",
75
+ "eslint-plugin-mdx": "^3.6.2",
76
+ "eslint-plugin-package-json": "^0.88.2",
77
+ "eslint-plugin-react-compiler": "19.1.0-rc.2",
78
+ "eslint-plugin-storybook": "^10.2.1",
79
+ "eslint-plugin-yml": "^3.0.0",
80
+ "storybook": "^10.2.1"
88
81
  },
89
82
  "peerDependenciesMeta": {
90
83
  "@emotion/eslint-plugin": {
@@ -117,5 +110,10 @@
117
110
  "storybook": {
118
111
  "optional": true
119
112
  }
113
+ },
114
+ "scripts": {
115
+ "build": "unbuild",
116
+ "copy": "tsx scripts/copy",
117
+ "typegen": "jiti scripts/typegen"
120
118
  }
121
- }
119
+ }