fix: explicit dev dependencies #10

Closed
ghost wants to merge 2 commits from fix/test-dependencies into main
2 changed files with 2837 additions and 621 deletions
+2830 -620
View File
File diff suppressed because it is too large Load Diff
+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"
}
}