diff options
Diffstat (limited to 'examples/starlog/package.json')
-rw-r--r-- | examples/starlog/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 2372b7364..33ed4f685 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -4,14 +4,13 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { - "astro": "^4.16.16", - "sass": "^1.81.0", + "astro": "^5.0.0-beta.11", + "sass": "^1.80.6", "sharp": "^0.33.3" } } |