fix: add missing devDependencies for CI #12

Merged
ghost merged 1 commits from fix/add-missing-devdependencies into main 2026-03-18 23:30:29 +00:00

1 Commits

Author SHA1 Message Date
Gandalf the Greybeard 509ac7c521 fix: add missing devDependencies for CI (vitest, testing-library, jsdom, react)
The package.json only listed @kinvolk/headlamp-plugin as a devDependency,
but CI runs tsc, eslint, prettier, and vitest which all require additional
packages. Add the same devDependencies used by the reference kube-vip plugin
and regenerate the lock file.

Also adds peerDependencies for react/react-dom to match the reference plugin
conventions.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 23:24:27 +00:00