fix: explicit dev dependencies

This commit is contained in:
gandalf-the-greybeard[bot]
2026-03-11 01:10:31 +00:00
parent 84bfc04917
commit 00a81e9185
+7 -1
View File
@@ -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"
}
}