diff options
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d75356fb5..40b9fd2dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,6 +43,12 @@ importers: turbo: 1.2.5 typescript: 4.6.3 + examples/basics: + specifiers: + astro: ^1.0.0-beta.17 + devDependencies: + astro: link:../../packages/astro + examples/blog: specifiers: '@astrojs/preact': ^0.1.2 |