fix: add prettier as direct devDependency

prettier is needed by the format:check script but was only available
as a transitive dependency of @kinvolk/headlamp-plugin.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 20:00:49 +00:00
committed by Gandalf the Greybeard [agent]
parent f07a4c7775
commit 514d306eea
2 changed files with 25 additions and 14 deletions
+1
View File
@@ -31,6 +31,7 @@
"@testing-library/user-event": "^14.5.2",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"prettier": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.0",