diff options
author | 2023-11-08 09:44:02 +0200 | |
---|---|---|
committer | 2023-11-08 08:44:02 +0100 | |
commit | 14e586cc77570b08afae5eeef605e978fec287d8 (patch) | |
tree | 6dc0ae6a86355d5f1dae9f5677e14bd2cbceda6b /pnpm-lock.yaml | |
parent | d979b8f0a82c12f2a844c429982207c88fe13ae6 (diff) | |
download | astro-14e586cc77570b08afae5eeef605e978fec287d8.tar.gz astro-14e586cc77570b08afae5eeef605e978fec287d8.tar.zst astro-14e586cc77570b08afae5eeef605e978fec287d8.zip |
fix(vue): vue regular script block exports not being recognized inside editor (#8998)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 525adb49a..d47b4e5f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4803,6 +4803,9 @@ importers: chai: specifier: ^4.3.7 version: 4.3.10 + cheerio: + specifier: 1.0.0-rc.12 + version: 1.0.0-rc.12 linkedom: specifier: ^0.15.1 version: 0.15.6 |