Skip to content

Commit

Permalink
chore: 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Mar 13, 2024
1 parent 6a81955 commit d1142ef
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 49 deletions.
2 changes: 1 addition & 1 deletion apps/astro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@qwikdev/astro": "workspace:*",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"astro": "^4.4.15",
"astro": "^4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwikdev/astro",
"description": "Use Qwik components and Resumability within Astro",
"version": "0.5.8",
"version": "0.5.9",
"contributors": [
{
"name": "Miško Hevery",
Expand Down Expand Up @@ -57,9 +57,9 @@
"@builder.io/qwik": "^1.5.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.4.15",
"astro": "^4.5",
"typescript": "^5.4.2",
"vite": "^5.1.5"
"vite": "^5.1.6"
},
"peerDependencies": {
"@builder.io/qwik": "^1.5.1",
Expand Down
Loading

0 comments on commit d1142ef

Please sign in to comment.