From a8ab9e931112d2f269013977c5390b4452d64e8f Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 12 Nov 2021 10:10:24 +0800 Subject: [PATCH] workflow(sfc-playground): fix preview height --- packages/sfc-playground/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index d40638f0..93c3ee63 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "vue": "3.2.21", - "@vue/repl": "^0.4.3", + "@vue/repl": "^0.4.4", "file-saver": "^2.0.5", "jszip": "^3.6.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de767e02..93d07af1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -234,12 +234,12 @@ importers: packages/sfc-playground: specifiers: '@vitejs/plugin-vue': ^1.9.3 - '@vue/repl': ^0.4.3 + '@vue/repl': ^0.4.4 file-saver: ^2.0.5 jszip: ^3.6.0 vue: 3.2.21 dependencies: - '@vue/repl': 0.4.3 + '@vue/repl': 0.4.4 file-saver: 2.0.5 jszip: 3.7.1 vue: link:../vue @@ -1268,8 +1268,8 @@ packages: engines: {node: '>= 0.12.0'} dev: true - /@vue/repl/0.4.3: - resolution: {integrity: sha512-C9/hBNFjS6ROwWIMZOQpEz04DBONvgTT7s/LL0esXd8yQaO8UEAPJw8f/dfK5141nwcBZgfzbPtfcGMThddx2w==} + /@vue/repl/0.4.4: + resolution: {integrity: sha512-Mj0Zasc6V7bymDg7DNiN1bW/MZVNS4PmKzDkG9hq9ysrkrZoTHcwA+gcAxF+25Dfn0Tz8WSZD9FuEgEKoA681g==} peerDependencies: vue: ^3.2.13 dev: false