⬆️ Update dependencies

This commit is contained in:
Alexandre Mouton-Brady
2022-03-25 19:39:49 +01:00
parent a6cbd4d563
commit 332b634e76
26 changed files with 2028 additions and 2218 deletions
+3 -3
View File
@@ -13,14 +13,14 @@
},
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/jest-dom": "^5.16.3",
"jsdom": "^19.0.0",
"solid-testing-library": "^0.3.0",
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6",
"vitest": "^0.6.1"
"vitest": "^0.7.11"
},
"dependencies": {
"solid-js": "^1.3.10"
"solid-js": "^1.3.13"
}
}