|
68 | 68 | }, |
69 | 69 | "homepage": "https://ota-meshi.github.io/eslint-plugin-astro/", |
70 | 70 | "dependencies": { |
71 | | - "@eslint-community/eslint-utils": "^4.2.0", |
72 | | - "@jridgewell/sourcemap-codec": "^1.4.14", |
73 | | - "@typescript-eslint/types": "^7.7.1 || ^8", |
| 71 | + "@eslint-community/eslint-utils": "^4.5.1", |
| 72 | + "@jridgewell/sourcemap-codec": "^1.5.0", |
| 73 | + "@typescript-eslint/types": "^8.28.0", |
74 | 74 | "astro-eslint-parser": "^1.3.0", |
75 | | - "eslint-compat-utils": "^0.6.0", |
| 75 | + "eslint-compat-utils": "^0.6.4", |
| 76 | + "espree": "^10.3.0", |
76 | 77 | "globals": "^16.0.0", |
77 | | - "postcss": "^8.4.14", |
78 | | - "postcss-selector-parser": "^7.0.0" |
| 78 | + "postcss": "^8.5.3", |
| 79 | + "postcss-selector-parser": "^7.1.0" |
79 | 80 | }, |
80 | 81 | "peerDependencies": { |
81 | | - "eslint": ">=8.57.0" |
| 82 | + "@typescript-eslint/parser": ">=8.28.0", |
| 83 | + "eslint": ">=8.57.0", |
| 84 | + "eslint-plugin-jsx-a11y": ">=6.10.2" |
| 85 | + }, |
| 86 | + "peerDependenciesMeta": { |
| 87 | + "@typescript-eslint/parser": { |
| 88 | + "optional": true |
| 89 | + }, |
| 90 | + "eslint-plugin-jsx-a11y": { |
| 91 | + "optional": true |
| 92 | + } |
82 | 93 | }, |
83 | 94 | "devDependencies": { |
84 | 95 | "@actions/github": "^9.0.0", |
|
101 | 112 | "@types/react": "^19.0.0", |
102 | 113 | "@types/semver": "^7.3.9", |
103 | 114 | "@types/stylus": "^0.48.38", |
104 | | - "@typescript-eslint/eslint-plugin": "^8.5.0", |
105 | | - "@typescript-eslint/parser": "^8.5.0", |
| 115 | + "@typescript-eslint/eslint-plugin": "^8.28.0", |
| 116 | + "@typescript-eslint/parser": "^8.28.0", |
106 | 117 | "assert": "^2.0.0", |
107 | 118 | "astro": "^5.0.0", |
108 | 119 | "env-cmd": "^11.0.0", |
|
115 | 126 | "eslint-plugin-jsdoc": "^63.0.0", |
116 | 127 | "eslint-plugin-json-schema-validator": "^6.0.0", |
117 | 128 | "eslint-plugin-jsonc": "^3.0.0", |
118 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
| 129 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
119 | 130 | "eslint-plugin-markdown": "^5.1.0", |
120 | 131 | "eslint-plugin-n": "^17.2.0", |
121 | 132 | "eslint-plugin-node-dependencies": "^2.0.0", |
|
142 | 153 | "tsdown": "^0.22.2", |
143 | 154 | "tsx": "^4.22.4", |
144 | 155 | "typescript": "~5.9.0", |
145 | | - "typescript-eslint": "^8.5.0", |
| 156 | + "typescript-eslint": "^8.28.0", |
146 | 157 | "vite-plugin-eslint4b": "^0.8.0" |
147 | 158 | }, |
148 | 159 | "publishConfig": { |
|
0 commit comments