Skip to content

Commit

Permalink
chore: Update sSolid template to vite 5 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Dec 8, 2023
1 parent ba41691 commit 59094c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
template:
- react
# - solid
- solid
- svelte
- vanilla
- vue
Expand Down
5 changes: 2 additions & 3 deletions templates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 59094c9

Please sign in to comment.