fix: explicit dev dependencies #10

Closed
ghost wants to merge 2 commits from fix/test-dependencies into main
Showing only changes of commit 00a81e9185 - Show all commits
+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"
}
}