diff --git a/package.json b/package.json index 01f0271..1b5f4c0 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,12 @@ "test:watch": "vitest" }, "devDependencies": { - "@kinvolk/headlamp-plugin": "^0.13.0" + "@kinvolk/headlamp-plugin": "^0.13.1", + "@testing-library/jest-dom": "^6.9.1", + "@testing-library/react": "^16.3.2", + "@testing-library/user-event": "^14.6.1", + "canvas": "^2.11.2", + "jsdom": "^24.1.3", + "vitest": "^1.6.1" } }