From: Evan You Date: Fri, 23 Jun 2023 01:03:52 +0000 (+0800) Subject: workflow: upgrade repl, use monaco + volar for sfc playground (#8625) X-Git-Tag: v3.3.5~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124160e417015ed55afc2e7a9207429ff4eaebb4;p=thirdparty%2Fvuejs%2Fcore.git workflow: upgrade repl, use monaco + volar for sfc playground (#8625) --- diff --git a/packages/sfc-playground/index.html b/packages/sfc-playground/index.html index d9ca2eb808..26431e1344 100644 --- a/packages/sfc-playground/index.html +++ b/packages/sfc-playground/index.html @@ -8,14 +8,14 @@ Vue SFC Playground diff --git a/packages/sfc-playground/package.json b/packages/sfc-playground/package.json index 38916073af..0203934823 100644 --- a/packages/sfc-playground/package.json +++ b/packages/sfc-playground/package.json @@ -12,7 +12,7 @@ "vite": "^4.3.0" }, "dependencies": { - "@vue/repl": "^1.5.0", + "@vue/repl": "^2.1.3", "file-saver": "^2.0.5", "jszip": "^3.6.0", "vue": "workspace:*" diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index f7db1b7951..e21f7328e8 100644 --- a/packages/sfc-playground/src/App.vue +++ b/packages/sfc-playground/src/App.vue @@ -1,6 +1,7 @@