Skip to content

Commit

Permalink
feat: support augmentFlatConfigUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 15, 2024
1 parent e840c7a commit 348de6f
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 220 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-typegen",
"type": "module",
"version": "0.2.2",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"description": "Generate types from ESLint rule schemas automatically, with auto-completion and type-checking for rule options.",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -61,28 +61,28 @@
"eslint": "^8.45.0 || ^9.0.0"
},
"dependencies": {
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.9",
"json-schema-to-typescript-lite": "^14.0.0",
"ohash": "^1.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.1",
"@antfu/eslint-config": "^2.13.3",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"esno": "^4.7.0",
"json-schema-to-typescript": "^13.1.2",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.6",
"pnpm": "^8.15.7",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 348de6f

Please sign in to comment.