|
2 | 2 | "name": "eslint-typegen",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.2.2",
|
5 |
| - "packageManager": "pnpm@8.15.6", |
| 5 | + "packageManager": "pnpm@8.15.7", |
6 | 6 | "description": "Generate types from ESLint rule schemas automatically, with auto-completion and type-checking for rule options.",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
61 | 61 | "eslint": "^8.45.0 || ^9.0.0"
|
62 | 62 | },
|
63 | 63 | "dependencies": {
|
64 |
| - "@types/eslint": "^8.56.7", |
| 64 | + "@types/eslint": "^8.56.9", |
65 | 65 | "json-schema-to-typescript-lite": "^14.0.0",
|
66 | 66 | "ohash": "^1.1.3"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@antfu/eslint-config": "^2.13.1", |
| 69 | + "@antfu/eslint-config": "^2.13.3", |
70 | 70 | "@antfu/ni": "^0.21.12",
|
71 | 71 | "@antfu/utils": "^0.7.7",
|
72 | 72 | "@types/json-schema": "^7.0.15",
|
73 |
| - "@types/node": "^20.12.6", |
| 73 | + "@types/node": "^20.12.7", |
74 | 74 | "bumpp": "^9.4.0",
|
75 | 75 | "eslint": "^9.0.0",
|
76 | 76 | "esno": "^4.7.0",
|
77 | 77 | "json-schema-to-typescript": "^13.1.2",
|
78 | 78 | "lint-staged": "^15.2.2",
|
79 |
| - "pnpm": "^8.15.6", |
| 79 | + "pnpm": "^8.15.7", |
80 | 80 | "rimraf": "^5.0.5",
|
81 | 81 | "simple-git-hooks": "^2.11.1",
|
82 |
| - "typescript": "^5.4.4", |
| 82 | + "typescript": "^5.4.5", |
83 | 83 | "unbuild": "^2.0.0",
|
84 | 84 | "vite": "^5.2.8",
|
85 |
| - "vitest": "^1.4.0" |
| 85 | + "vitest": "^1.5.0" |
86 | 86 | },
|
87 | 87 | "pnpm": {
|
88 | 88 | "patchedDependencies": {
|
|
0 commit comments