fix: add eslint as direct devDependency (unblocks PRI-556, PRI-568) #8

Merged
privilegedescalation-engineer[bot] merged 4 commits from fix/add-eslint-direct-dependency into main 2026-05-05 10:31:00 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit b204491808 - Show all commits
+1
View File
@@ -34,6 +34,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.0",
"typescript": "^5.6.2",
"vitest": "^3.0.5"
}
}
+3
View File
@@ -35,6 +35,9 @@ importers:
react-router-dom:
specifier: ^5.3.0
version: 5.3.4(react@18.3.1)
typescript:
specifier: ^5.6.2
version: 5.6.2
vitest:
specifier: ^3.0.5
version: 3.2.4(@types/debug@4.1.13)(@types/node@20.19.39)(jsdom@24.1.3)(msw@2.4.9(typescript@5.6.2))(terser@5.46.2)(yaml@2.8.4)