diff options
author | 2023-01-04 15:36:44 -0500 | |
---|---|---|
committer | 2023-01-04 15:36:44 -0500 | |
commit | 116d8835ca9e78f8b5e477ee5a3d737b69f80706 (patch) | |
tree | f6f075ad1caf24a8c1a4e48b0c8c2f1b407f3c87 /pnpm-lock.yaml | |
parent | 1965ae4628bc22c0c48ba57ce362abb7e1fcfe3d (diff) | |
download | astro-116d8835ca9e78f8b5e477ee5a3d737b69f80706.tar.gz astro-116d8835ca9e78f8b5e477ee5a3d737b69f80706.tar.zst astro-116d8835ca9e78f8b5e477ee5a3d737b69f80706.zip |
Fix for hoisted scripts in project with spaces in the file path (#5756)
* Fix for hoisted scripts in project with spaces in the file path
* Adding a changeset
* Use viteID instead
Diffstat (limited to '')
-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 126fc2a6a..57c885655 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2275,6 +2275,12 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 + packages/astro/test/fixtures/space in folder name/app: + specifiers: + astro: workspace:* + dependencies: + astro: link:../../../.. + packages/astro/test/fixtures/special-chars-in-component-imports: specifiers: '@astrojs/mdx': workspace:* |