diff options
author | 2022-03-14 15:04:34 -0700 | |
---|---|---|
committer | 2022-03-14 15:04:34 -0700 | |
commit | de2b2462376d7750b9069e5473bfbf591e9929b5 (patch) | |
tree | f960b63a20924eae30819c32b859626238cee0d5 | |
parent | 80066c01c26d974d79bde27bf0e271efad3aa76c (diff) | |
download | astro-de2b2462376d7750b9069e5473bfbf591e9929b5.tar.gz astro-de2b2462376d7750b9069e5473bfbf591e9929b5.tar.zst astro-de2b2462376d7750b9069e5473bfbf591e9929b5.zip |
update lockfile (#2792)
-rw-r--r-- | pnpm-lock.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 849f19b01..7d2b6b717 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -199,16 +199,6 @@ importers: astro: link:../../packages/astro sass: 1.49.9 - examples/portfolio-svelte: - specifiers: - '@astrojs/renderer-svelte': ^0.5.1 - astro: ^0.24.0 - sass: ^1.49.9 - devDependencies: - '@astrojs/renderer-svelte': link:../../packages/renderers/renderer-svelte - astro: link:../../packages/astro - sass: 1.49.9 - examples/ssr: specifiers: '@astrojs/renderer-svelte': ^0.5.1 |