Skip to content

Commit

Permalink
[ci] update-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent f88a369 commit 8867bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"astro": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion templates/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/preact": "^4.0.1",
"@preact/signals": "^1.3.0",
"@preact/signals": "^2.0.0",
"astro": "^5.1.2",
"preact": "^10.24.3"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.1.2",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
}
}

0 comments on commit 8867bcc

Please sign in to comment.