fix: add eslint as direct devDependency #102

Merged
privilegedescalation-engineer[bot] merged 3 commits from fix/add-eslint-direct-dep into main 2026-03-22 04:38:32 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 62baf2bd5e - Show all commits
+1
View File
@@ -49,6 +49,7 @@
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.0",
+3
View File
@@ -46,6 +46,9 @@ importers:
jsdom:
specifier: ^24.0.0
version: 24.1.3
prettier:
specifier: ^2.8.8
version: 2.8.8
react:
specifier: ^18.3.1
version: 18.3.1