mirror of https://github.com/vuejs/core.git
chore(deps): update @vue/repl to version 4.6.0 (#13470)
This commit is contained in:
parent
a6e2032f43
commit
4e9e9ceeb1
|
@ -13,7 +13,7 @@
|
|||
"vite": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/repl": "^4.5.1",
|
||||
"@vue/repl": "^4.6.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"jszip": "^3.10.1",
|
||||
"vue": "workspace:*"
|
||||
|
|
|
@ -141,6 +141,8 @@ onMounted(() => {
|
|||
:editorOptions="{ autoSaveText: false }"
|
||||
:store="store"
|
||||
:showCompileOutput="true"
|
||||
:showSsrOutput="useSSRMode"
|
||||
:showOpenSourceMap="true"
|
||||
:autoResize="true"
|
||||
:clearConsole="false"
|
||||
:preview-options="{
|
||||
|
|
|
@ -204,8 +204,8 @@ importers:
|
|||
packages-private/sfc-playground:
|
||||
dependencies:
|
||||
'@vue/repl':
|
||||
specifier: ^4.5.1
|
||||
version: 4.5.1
|
||||
specifier: ^4.6.0
|
||||
version: 4.6.0
|
||||
file-saver:
|
||||
specifier: ^2.0.5
|
||||
version: 2.0.5
|
||||
|
@ -1588,8 +1588,8 @@ packages:
|
|||
resolution: {integrity: sha512-oTyUE+QHIzLw2PpV14GD/c7EohDyP64xCniWTcqcEmTd699eFqTIwOmtDYjcO1j3QgdXoJEoWv1/cCdLrRoOfg==}
|
||||
engines: {node: '>= 0.12.0'}
|
||||
|
||||
'@vue/repl@4.5.1':
|
||||
resolution: {integrity: sha512-YYXvFue2GOrZ6EWnoA8yQVKzdCIn45+tpwJHzMof1uwrgyYAVY9ynxCsDYeAuWcpaAeylg/nybhFuqiFy2uvYA==}
|
||||
'@vue/repl@4.6.0':
|
||||
resolution: {integrity: sha512-Y7/PFs0gXpLP7eeg114mx0AbT7cRfPTWJfusjOanAcYHiyJXsDzkdBX4YVo6F/pAvisldQ4Gkyd8BSQ93wwRtw==}
|
||||
|
||||
'@zeit/schemas@2.36.0':
|
||||
resolution: {integrity: sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==}
|
||||
|
@ -4587,7 +4587,7 @@ snapshots:
|
|||
|
||||
'@vue/consolidate@1.0.0': {}
|
||||
|
||||
'@vue/repl@4.5.1': {}
|
||||
'@vue/repl@4.6.0': {}
|
||||
|
||||
'@zeit/schemas@2.36.0': {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue