chore: Update sSolid template to vite 5 (#265)

This commit is contained in:
Aaron
2023-12-07 23:05:08 -06:00
committed by GitHub
parent ba41691296
commit 59094c9af3
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
matrix:
template:
- react
# - solid
- solid
- svelte
- vanilla
- vue
+2 -3
View File
@@ -19,8 +19,7 @@
},
"devDependencies": {
"typescript": "^5.3.2",
"vite": "^4.0.0",
"vite-plugin-solid": "^2.7.0",
"wxt": "^0.10.0"
"vite-plugin-solid": "^2.8.0",
"wxt": "^0.11.0"
}
}