diff options
author | 2022-06-17 10:38:27 -0400 | |
---|---|---|
committer | 2022-06-17 10:38:27 -0400 | |
commit | 00a23092b3be413affb28ab798392db18a3ac167 (patch) | |
tree | 7233b1104e0b4a56f8b42da30e0f8d08a2a4db1b /pnpm-lock.yaml | |
parent | 5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff) | |
download | astro-00a23092b3be413affb28ab798392db18a3ac167.tar.gz astro-00a23092b3be413affb28ab798392db18a3ac167.tar.zst astro-00a23092b3be413affb28ab798392db18a3ac167.zip |
Support re-exporting astro components containing client components
Diffstat (limited to '')
-rw-r--r-- | pnpm-lock.yaml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50e86253c..3c5e64a98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,7 +461,7 @@ importers: packages/astro: specifiers: - '@astrojs/compiler': ^0.15.2 + '@astrojs/compiler': metadata-preview '@astrojs/language-server': ^0.13.4 '@astrojs/markdown-remark': ^0.11.2 '@astrojs/prism': 0.4.1 @@ -545,7 +545,7 @@ importers: yargs-parser: ^21.0.1 zod: ^3.17.3 dependencies: - '@astrojs/compiler': 0.15.2 + '@astrojs/compiler': 0.16.0-metadata-preview '@astrojs/language-server': 0.13.4 '@astrojs/markdown-remark': link:../markdown/remark '@astrojs/prism': link:../astro-prism @@ -1454,6 +1454,14 @@ importers: react-dom: 18.1.0_react@18.1.0 vue: 3.2.37 + packages/astro/test/fixtures/reexport-astro-containing-client-component: + specifiers: + '@astrojs/preact': 'workspace:' + astro: 'workspace:' + dependencies: + '@astrojs/preact': link:../../../../integrations/preact + astro: link:../../.. + packages/astro/test/fixtures/remote-css: specifiers: astro: workspace:* @@ -2302,11 +2310,8 @@ packages: leven: 3.1.0 dev: true - /@astrojs/compiler/0.15.2: - resolution: {integrity: sha512-YsxIyx026zPWbxv3wYrudr1jh8u6oSnhP6MW+9OAgiFuICHjSX4Rw+qm8wJj1D5IkJ3HsDtE+kFMMYIozZ5bvQ==} - dependencies: - tsm: 2.2.1 - uvu: 0.5.3 + /@astrojs/compiler/0.16.0-metadata-preview: + resolution: {integrity: sha512-fFUcDSqK06DMGR6+C/YkhrKeNtQx2hgymrI7SqhoR9okOAFf4ckqZ0i7tvd5Mb8F9bhBwVN61kOwv2wpsitRcQ==} dev: false /@astrojs/language-server/0.13.4: |