diff options
author | 2022-07-08 11:38:06 -0400 | |
---|---|---|
committer | 2022-07-08 11:38:06 -0400 | |
commit | c2c4e5c238463a09d621237698a5399eb7b3e9ad (patch) | |
tree | e107d09a3f4a63508763e6fa067542eb0d9666c0 /pnpm-lock.yaml | |
parent | ed8161f3d99e1d427bb3afaa798ff8ba50e95666 (diff) | |
download | astro-c2c4e5c238463a09d621237698a5399eb7b3e9ad.tar.gz astro-c2c4e5c238463a09d621237698a5399eb7b3e9ad.tar.zst astro-c2c4e5c238463a09d621237698a5399eb7b3e9ad.zip |
Better response.arrayBuffer() handling in Node (#3860)
* Better response.arrayBuffer() handling in Node
* Adds a changeset
Diffstat (limited to '')
-rw-r--r-- | pnpm-lock.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59c1ec6a9..c2f047436 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1538,6 +1538,14 @@ importers: '@astrojs/vue': link:../../../../integrations/vue astro: link:../../.. + packages/astro/test/fixtures/large-array: + specifiers: + '@astrojs/solid-js': workspace:* + astro: workspace:* + dependencies: + '@astrojs/solid-js': link:../../../../integrations/solid + astro: link:../../.. + packages/astro/test/fixtures/legacy-build: specifiers: '@astrojs/vue': workspace:* |