]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump @vue/repl
authorEvan You <yyx990803@gmail.com>
Thu, 30 Nov 2023 05:11:27 +0000 (13:11 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 30 Nov 2023 05:11:27 +0000 (13:11 +0800)
packages/sfc-playground/package.json
packages/sfc-playground/src/main.ts
pnpm-lock.yaml

index 769ec8d77fc4b2048cc98da491cab2b736db5b49..3c7c4a293689d23824ad2b37ffbbae6d933bb0e2 100644 (file)
@@ -13,7 +13,7 @@
     "vite": "^5.0.0"
   },
   "dependencies": {
-    "@vue/repl": "^2.7.0",
+    "@vue/repl": "^3.0.0",
     "file-saver": "^2.0.5",
     "jszip": "^3.10.1",
     "vue": "workspace:*"
index 713251fd81cf8122562757b1003abbd39a689ccf..2e7bc652865ec3ff7039592d14113986a0e75bae 100644 (file)
@@ -1,6 +1,5 @@
 import { createApp } from 'vue'
 import App from './App.vue'
-import '@vue/repl/style.css'
 
 // @ts-expect-error Custom window property
 window.VUE_DEVTOOLS_CONFIG = {
index 8dab8de146d6b64613aac94abb5ad3d7bdc3141a..4b83aedcad8d6a52551aedd9002b082c9ea74c21 100644 (file)
@@ -354,8 +354,8 @@ importers:
   packages/sfc-playground:
     dependencies:
       '@vue/repl':
-        specifier: ^2.7.0
-        version: 2.7.0
+        specifier: ^3.0.0
+        version: 3.0.0
       file-saver:
         specifier: ^2.0.5
         version: 2.0.5
@@ -1765,8 +1765,8 @@ packages:
     engines: {node: '>= 0.12.0'}
     dev: true
 
-  /@vue/repl@2.7.0:
-    resolution: {integrity: sha512-zzyb+tVvzmOePv8Gp4sefP/7CKidx4WiJDfKPP698b9bN5jSFtmSOg4nvPoJEE1ICKeAEgdRKVneYJ8Mp7C/WA==}
+  /@vue/repl@3.0.0:
+    resolution: {integrity: sha512-tGYibiftMo5yEuIKPWVsNuuNDejjJk0JQmvKtTm12KNLFqtGD7fWoGv1qUzcN9EAxwVeDgnT9ljRgqGVgZkyEg==}
     dev: false
 
   /@zeit/schemas@2.29.0: