We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a8872 commit bd387c8Copy full SHA for bd387c8
packages/eslint-config/package.json
@@ -16,8 +16,8 @@
16
".": "./index.js"
17
},
18
"dependencies": {
19
- "@babel/eslint-parser": "^7.28.0",
20
- "@typescript-eslint/parser": "^8.42.0",
+ "@babel/eslint-parser": "^7.28.4",
+ "@typescript-eslint/parser": "^8.43.0",
21
"eslint-config-prettier": "^10.1.8",
22
"eslint-plugin-n": "^17.21.3",
23
"eslint-plugin-promise": "^7.2.1",
@@ -26,9 +26,9 @@
26
"eslint-plugin-vuejs-accessibility": "^2.4.1",
27
"globals": "^16.3.0",
28
"typescript": "^5.9.2",
29
- "typescript-eslint": "^8.42.0"
+ "typescript-eslint": "^8.43.0"
30
31
"peerDependencies": {
32
- "eslint": "^9.34.0"
+ "eslint": "^9.35.0"
33
}
34
0 commit comments