⬆️ Update all the dependencies to latest

This commit is contained in:
Alexandre Mouton-Brady
2022-08-27 11:10:47 +02:00
parent ed0772c518
commit ed3b9bc040
26 changed files with 3343 additions and 2549 deletions
+6 -6
View File
@@ -9,14 +9,14 @@
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"solid-js": "^1.4.7"
"solid-js": "^1.5.1"
}
}