From 54db1eb3727d872620874c3ddf842f54851afeaf Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 19 Sep 2021 14:59:49 -0400 Subject: [PATCH] chore: bump repl --- package.json | 2 +- packages/sfc-playground/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dd7a86b0443..a6dea40f7c4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "dev-compiler": "npm-run-all --parallel \"dev template-explorer\" serve", "dev-sfc": "npm-run-all --parallel \"dev compiler-sfc -f esm-browser\" \"dev runtime-core -f esm-bundler\" \"dev runtime-dom -f esm-bundler\" serve-sfc-playground", - "serve-sfc-playground": "vite packages/sfc-playground", + "serve-sfc-playground": "vite packages/sfc-playground --host", "serve": "serve", "open": "open http://localhost:5000/packages/template-explorer/local.html", "preinstall": "node ./scripts/checkYarn.js", diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index e977d61ac7c..7f0ead977a4 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -12,7 +12,7 @@ "vite": "^2.5.0" }, "dependencies": { - "@vue/repl": "^0.3.3", + "@vue/repl": "^0.3.4", "file-saver": "^2.0.5", "jszip": "^3.6.0" } diff --git a/yarn.lock b/yarn.lock index 97bce8cb1d6..2a294fd756d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -928,10 +928,10 @@ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.6.1.tgz#a40a06661af61fdc1bebdfb811b28f50ad39dfb3" integrity sha512-tX2Ju8fOyEtfstfmwjfSJcstTFXwzdFAUbYJ5bWWifvKIgbe6B0FbM8l3Wb7wOaaxKn4FYkii7WQnAPcsTqaIA== -"@vue/repl@^0.3.3": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.3.tgz#40aca60a12bb33a4e74ba46a2b4fee2982737264" - integrity sha512-MY82VlDPk+IWoCsiqcueowTgxcuBW36DAqeJvxZc4SBFj++mpQ7DGyhKf8V4NCFwqRgJ9HSWGqk4GMY01Tjrkg== +"@vue/repl@^0.3.4": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.3.4.tgz#58cb4f016ca72243035611602dd5a6426fd88a25" + integrity sha512-WLCCfnxSYSUcweNVJ8T4qqnkZfw3rX5AkXqoX5lHBnjjmCCoqKAXNSTiqwXHQ86Q8fbzH8LyOK89GgmHeXdcHw== "@zeit/schemas@2.6.0": version "2.6.0"