⬆️ Update dependencies

This commit is contained in:
Alexandre Mouton-Brady
2022-01-11 22:21:59 +01:00
parent 31fe5149cf
commit 6c03842fb0
16 changed files with 167 additions and 163 deletions
+3 -3
View File
@@ -9,14 +9,14 @@
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11",
"tailwindcss": "^3.0.13",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite-plugin-solid": "^2.2.1"
},
"dependencies": {
"solid-js": "^1.3.1"
"solid-js": "^1.3.2"
}
}