8000 feat: support `augmentFlatConfigUtils` · antfu/eslint-typegen@348de6f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 348de6f

Browse files
committed
feat: support augmentFlatConfigUtils
1 parent e840c7a commit 348de6f

File tree

4 files changed

+178
-220
lines changed

4 files changed

+178
-220
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-typegen",
33
"type": "module",
44
"version": "0.2.2",
5-
"packageManager": "pnpm@8.15.6",
5+
"packageManager": "pnpm@8.15.7",
66
"description": "Generate types from ESLint rule schemas automatically, with auto-completion and type-checking for rule options.",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -61,28 +61,28 @@
6161
"eslint": "^8.45.0 || ^9.0.0"
6262
},
6363
"dependencies": {
64-
"@types/eslint": "^8.56.7",
64+
"@types/eslint": "^8.56.9",
6565
"json-schema-to-typescript-lite": "^14.0.0",
6666
"ohash": "^1.1.3"
6767
},
6868
"devDependencies": {
69-
"@antfu/eslint-config": "^2.13.1",
69+
"@antfu/eslint-config": "^2.13.3",
7070
"@antfu/ni": "^0.21.12",
7171
"@antfu/utils": "^0.7.7",
7272
"@types/json-schema": "^7.0.15",
73-
"@types/node": "^20.12.6",
73+
"@types/node": "^20.12.7",
7474
"bumpp": "^9.4.0",
7575
"eslint": "^9.0.0",
7676
"esno": "^4.7.0",
7777
"json-schema-to-typescript": "^13.1.2",
7878
"lint-staged": "^15.2.2",
79-
"pnpm": "^8.15.6",
79+
"pnpm": "^8.15.7",
8080
"rimraf": "^5.0.5",
8181
"simple-git-hooks": "^2.11.1",
82-
"typescript": "^5.4.4",
82+
"typescript": "^5.4.5",
8383
"unbuild": "^2.0.0",
8484
"vite": "^5.2.8",
85-
"vitest": "^1.4.0"
85+
"vitest": "^1.5.0"
8686
},
8787
"pnpm": {
8888
"patchedDependencies": {

0 commit comments

Comments
 (0)
0