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 b12941a commit 4357bdfCopy full SHA for 4357bdf
2 files changed
package.json
@@ -88,6 +88,18 @@
88
"@types/react": "^19.2.7",
89
"@types/react-dom": "^19.2.3",
90
"@types/node": "^22.15.3",
91
+ "@typescript-eslint/eslint-plugin": "8.56.1",
92
+ "@typescript-eslint/parser": "8.56.1",
93
+ "@typescript-eslint/project-service": "8.56.1",
94
+ "@typescript-eslint/rule-tester": "8.56.1",
95
+ "@typescript-eslint/scope-manager": "8.56.1",
96
+ "@typescript-eslint/tsconfig-utils": "8.56.1",
97
+ "@typescript-eslint/type-utils": "8.56.1",
98
+ "@typescript-eslint/types": "8.56.1",
99
+ "@typescript-eslint/typescript-estree": "8.56.1",
100
+ "@typescript-eslint/utils": "8.56.1",
101
+ "@typescript-eslint/visitor-keys": "8.56.1",
102
+ "typescript-eslint": "8.56.1",
103
"vite": "^6.4.1",
104
"esbuild": "^0.27.2"
105
}
0 commit comments