Skip to content

Commit

Permalink
fix(demo): update dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Oct 21, 2023
1 parent 7c0df3f commit 9042b92
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 489 deletions.
9 changes: 6 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"astro": "^3.3.0",
"astro": "^3.3.2",
"astro-portabletext": "^0.9.6",
"solid-js": "^1.8.1",
"svelte": "^4.2.1"
"solid-js": "^1.8.3",
"svelte": "^4.2.2"
},
"engines": {
"node": ">=18.14.1"
}
}
Loading

0 comments on commit 9042b92

Please sign in to comment.