Update vitest templates

This commit is contained in:
Alex Lohr
2022-11-21 21:31:03 +01:00
parent 8671428a75
commit 28ebc31924
13 changed files with 1064 additions and 1279 deletions
+6 -6
View File
@@ -13,13 +13,13 @@
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"jsdom": "^20.0.0",
"solid-testing-library": "^0.3.0",
"vite": "^3.0.9",
"vite-plugin-solid": "^2.3.0",
"vitest": "^0.22.1"
"jsdom": "^20.0.3",
"@solidjs/testing-library": "^0.5.1",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0",
"vitest": "^0.25.2"
},
"dependencies": {
"solid-js": "^1.5.1"
"solid-js": "^1.6.2"
}
}