From: Evan You Date: Fri, 24 Sep 2021 21:08:47 +0000 (-0400) Subject: chore: upgrade repl X-Git-Tag: v3.2.19~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901e18bd94a280dedcb41c9bf22253de0748632c;p=thirdparty%2Fvuejs%2Fcore.git chore: upgrade repl close #4673 --- diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index f361775542..4216bdc4f6 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -12,7 +12,7 @@ "vite": "^2.5.10" }, "dependencies": { - "@vue/repl": "^0.4.0", + "@vue/repl": "^0.4.1", "file-saver": "^2.0.5", "jszip": "^3.6.0" } diff --git a/yarn.lock b/yarn.lock index c9d8768d2d..ac8344bd45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -920,10 +920,10 @@ resolved "https://registry.yarnpkg.com/@vue/consolidate/-/consolidate-0.17.3.tgz#9614d25a2eb263fa5df18ce98b0a576142e0ec83" integrity sha512-nl0SWcTMzaaTnJ5G6V8VlMDA1CVVrNnaQKF1aBZU3kXtjgU9jtHMsEAsgjoRUx+T0EVJk9TgbmxGhK3pOk22zw== -"@vue/repl@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.4.0.tgz#c9f8c32dd000e569ba7e6c3427ab14b5a8e3633e" - integrity sha512-iHP8TSDvX8LxcOc9R0WVJG/OH6x2UYJOvBqilRe2mp/OuWbwymIPI3kIH/icSO7uTwVFrTAkb1x8DOlrkRi4MA== +"@vue/repl@^0.4.1": + version "0.4.1" + resolved "https://registry.yarnpkg.com/@vue/repl/-/repl-0.4.1.tgz#b2062bea2baa077520eb01b87df51fff357961be" + integrity sha512-Rq9q0MHRA0YRGBE2VSFL5ZkllqLK5HnFK9/+6Iu75M39BZAacwf808fHPTN0bhYGkJ63ur2i0sEYnnNzWzluPg== "@zeit/schemas@2.6.0": version "2.6.0"