diff options
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 4 | ||||
-rw-r--r-- | examples/hackernews/src/env.d.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e47cf63d7..836cb8486 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.2", - "astro": "^4.13.3" + "@astrojs/node": "^8.3.3", + "astro": "^4.13.4" } } diff --git a/examples/hackernews/src/env.d.ts b/examples/hackernews/src/env.d.ts index f964fe0cf..e16c13c69 100644 --- a/examples/hackernews/src/env.d.ts +++ b/examples/hackernews/src/env.d.ts @@ -1 +1 @@ -/// <reference types="astro/client" /> +/// <reference path="../.astro/types.d.ts" /> |