fix(ci): add missing eslint/prettier devDeps, fix tsconfig types
- Add eslint@^8.57.0, @headlamp-k8s/eslint-config@^0.6.0, prettier@^2.8.8 as explicit devDependencies — without these the lint and format:check CI steps fail with "eslint: not found" / "prettier: not found" - Remove vite/client and vite-plugin-svgr/client from tsconfig types — these are transitive deps that pnpm does not hoist; polaris plugin omits them too and tsc passes cleanly without them - Update pnpm-lock.yaml to reflect new direct deps
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
"node-forge": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@headlamp-k8s/eslint-config": "^0.6.0",
|
||||
"@iconify/react": "^6.0.2",
|
||||
"@kinvolk/headlamp-plugin": "^0.13.0",
|
||||
"@mui/material": "^5.15.14",
|
||||
@@ -64,8 +65,10 @@
|
||||
"@types/node-forge": "^1.3.11",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"notistack": "^3.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^5.3.0",
|
||||
|
||||
Reference in New Issue
Block a user