chore: update lockfile
This commit is contained in:
parent
b5a8418f82
commit
cf5b1dab78
1 changed files with 31 additions and 31 deletions
|
@ -44,7 +44,7 @@ importers:
|
|||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
astro: link:../../packages/astro
|
||||
|
@ -52,7 +52,7 @@ importers:
|
|||
examples/blog-multiple-authors:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
sass: ^1.49.9
|
||||
devDependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -61,14 +61,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -84,7 +84,7 @@ importers:
|
|||
'@docsearch/css': ^3.0.0
|
||||
'@docsearch/react': ^3.0.0
|
||||
'@types/react': ^17.0.40
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
dependencies:
|
||||
|
@ -101,20 +101,20 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-lit:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/lit': link:../../packages/integrations/lit
|
||||
astro: link:../../packages/astro
|
||||
|
@ -127,7 +127,7 @@ importers:
|
|||
'@astrojs/solid-js': ^0.0.1
|
||||
'@astrojs/svelte': ^0.0.1
|
||||
'@astrojs/vue': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/lit': link:../../packages/integrations/lit
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -140,7 +140,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
astro: link:../../packages/astro
|
||||
|
@ -148,7 +148,7 @@ importers:
|
|||
examples/framework-react:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/react': link:../../packages/integrations/react
|
||||
astro: link:../../packages/astro
|
||||
|
@ -156,7 +156,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/solid-js': link:../../packages/integrations/solid
|
||||
astro: link:../../packages/astro
|
||||
|
@ -164,7 +164,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/svelte': link:../../packages/integrations/svelte
|
||||
astro: link:../../packages/astro
|
||||
|
@ -172,7 +172,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/vue': link:../../packages/integrations/vue
|
||||
astro: link:../../packages/astro
|
||||
|
@ -185,7 +185,7 @@ importers:
|
|||
'@astrojs/sitemap': ^0.0.1
|
||||
'@astrojs/tailwind': ^0.0.1
|
||||
'@astrojs/turbolinks': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/lit': link:../../packages/integrations/lit
|
||||
'@astrojs/partytown': link:../../packages/integrations/partytown
|
||||
|
@ -197,20 +197,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
sass: ^1.49.9
|
||||
devDependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -220,7 +220,7 @@ importers:
|
|||
examples/ssr:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
concurrently: ^7.0.0
|
||||
lightcookie: ^1.0.25
|
||||
unocss: ^0.15.6
|
||||
|
@ -235,14 +235,14 @@ importers:
|
|||
|
||||
examples/starter:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
sass: ^1.49.9
|
||||
devDependencies:
|
||||
'@astrojs/react': link:../../packages/integrations/react
|
||||
|
@ -251,12 +251,12 @@ importers:
|
|||
|
||||
examples/with-markdown:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.6.4
|
||||
'@astrojs/markdown-remark': ^0.7.0-next.0
|
||||
'@astrojs/preact': ^0.0.1
|
||||
'@astrojs/react': ^0.0.1
|
||||
'@astrojs/svelte': ^0.0.1
|
||||
'@astrojs/vue': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -267,8 +267,8 @@ importers:
|
|||
|
||||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.6.4
|
||||
astro: ^0.24.3
|
||||
'@astrojs/markdown-remark': ^0.7.0-next.0
|
||||
astro: ^0.25.0-next.0
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -285,8 +285,8 @@ importers:
|
|||
|
||||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.6.4
|
||||
astro: ^0.24.3
|
||||
'@astrojs/markdown-remark': ^0.7.0-next.0
|
||||
astro: ^0.25.0-next.0
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
@ -301,7 +301,7 @@ importers:
|
|||
'@nanostores/preact': ^0.1.3
|
||||
'@nanostores/react': ^0.1.5
|
||||
'@nanostores/vue': ^0.4.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.6.6
|
||||
react: ^17.0.2
|
||||
|
@ -329,7 +329,7 @@ importers:
|
|||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.0.1
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
autoprefixer: ^10.4.4
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.12
|
||||
|
@ -344,7 +344,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^0.24.3
|
||||
astro: ^0.25.0-next.0
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.1
|
||||
devDependencies:
|
||||
|
@ -356,7 +356,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/compiler': ^0.13.0
|
||||
'@astrojs/language-server': ^0.8.10
|
||||
'@astrojs/markdown-remark': ^0.6.4
|
||||
'@astrojs/markdown-remark': ^0.7.0-next.0
|
||||
'@astrojs/parser': ^0.22.2
|
||||
'@astrojs/prism': 0.4.0
|
||||
'@astrojs/webapi': ^0.11.0
|
||||
|
|
Loading…
Reference in a new issue