Skip to content

Commit

Permalink
fix(deps): update demo dependencies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Aug 24, 2023
1 parent ae54b3c commit c33800e
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 592 deletions.
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/solid-js": "^2.2.0",
"@astrojs/svelte": "^3.0.0",
"astro": "^2.6.4",
"@astrojs/solid-js": "^2.2.1",
"@astrojs/svelte": "^3.1.1",
"astro": "^2.10.13",
"astro-portabletext": "^0.9.1",
"solid-js": "^1.7.6",
"svelte": "^3.59.1"
"solid-js": "^1.7.11",
"svelte": "^4.2.0"
}
}
Loading

0 comments on commit c33800e

Please sign in to comment.