]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump repl version
authorEvan You <yyx990803@gmail.com>
Tue, 2 Jan 2024 02:54:13 +0000 (10:54 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 2 Jan 2024 02:54:13 +0000 (10:54 +0800)
packages/sfc-playground/package.json
packages/sfc-playground/src/App.vue
pnpm-lock.yaml

index 0755c46fb04e91615fa56773db0f191c8c8d0ba9..1e6bd1a3733c07214c94e08dc4869946c434a8e2 100644 (file)
@@ -13,7 +13,7 @@
     "vite": "^5.0.5"
   },
   "dependencies": {
-    "@vue/repl": "^3.1.0",
+    "@vue/repl": "^3.1.1",
     "file-saver": "^2.0.5",
     "jszip": "^3.10.1",
     "vue": "workspace:*"
index 1a484cc480115bf18ccadb3cf2d47f2dfb2e6d90..de6c24dded04cb24d9ad24cdfcf63670aaa4f591 100644 (file)
@@ -69,6 +69,9 @@ const sfcOptions: SFCOptions = {
   },
   template: {
     isProd: useProdMode.value,
+    compilerOptions: {
+      isCustomElement: (tag: string) => tag === 'mjx-container'
+    }
   },
 }
 
index e9cc8202a0bf110305c4bb3e6530775fac589e92..191e80d2af17f7be8ce557a05791f4b44314aac6 100644 (file)
@@ -347,8 +347,8 @@ importers:
   packages/sfc-playground:
     dependencies:
       '@vue/repl':
-        specifier: ^3.1.0
-        version: 3.1.0
+        specifier: ^3.1.1
+        version: 3.1.1
       file-saver:
         specifier: ^2.0.5
         version: 2.0.5
@@ -1592,8 +1592,8 @@ packages:
     engines: {node: '>= 0.12.0'}
     dev: true
 
-  /@vue/repl@3.1.0:
-    resolution: {integrity: sha512-lnR010NTkysg71Z0TVsFCTfiF5ARZbyohqymGpOxOrSuSI4o9RlSvWH6YmJdv9OHm5j69HKLVVUhXlCScMCQrg==}
+  /@vue/repl@3.1.1:
+    resolution: {integrity: sha512-9nJImsUeywU2MTqvzf4ueqWC49UC3LVXVPk1HmoNnLVumfWXv+w5ytuSA//fxb/N/O5vCqE0UV63/dYvnCZpwQ==}
     dev: false
 
   /@zeit/schemas@2.29.0: