mirror of https://github.com/vuejs/core.git
fix(deps): update playground (#11064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
48ccb3a5af
commit
4aba580670
|
|
@ -13,7 +13,7 @@
|
|||
"vite": "^5.2.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/repl": "^4.1.2",
|
||||
"@vue/repl": "^4.2.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"jszip": "^3.10.1",
|
||||
"vue": "workspace:*"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"enableNonBrowserBranches": true
|
||||
},
|
||||
"dependencies": {
|
||||
"monaco-editor": "^0.47.0",
|
||||
"monaco-editor": "^0.49.0",
|
||||
"source-map-js": "^1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -341,8 +341,8 @@ importers:
|
|||
packages/sfc-playground:
|
||||
dependencies:
|
||||
'@vue/repl':
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.2
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1
|
||||
file-saver:
|
||||
specifier: ^2.0.5
|
||||
version: 2.0.5
|
||||
|
|
@ -365,8 +365,8 @@ importers:
|
|||
packages/template-explorer:
|
||||
dependencies:
|
||||
monaco-editor:
|
||||
specifier: ^0.47.0
|
||||
version: 0.47.0
|
||||
specifier: ^0.49.0
|
||||
version: 0.49.0
|
||||
source-map-js:
|
||||
specifier: ^1.2.0
|
||||
version: 1.2.0
|
||||
|
|
@ -1188,8 +1188,8 @@ packages:
|
|||
resolution: {integrity: sha512-oTyUE+QHIzLw2PpV14GD/c7EohDyP64xCniWTcqcEmTd699eFqTIwOmtDYjcO1j3QgdXoJEoWv1/cCdLrRoOfg==}
|
||||
engines: {node: '>= 0.12.0'}
|
||||
|
||||
'@vue/repl@4.1.2':
|
||||
resolution: {integrity: sha512-h5JQ5NRN9HOCNfE4QCbZsFgAFS7/A21V3zrltxV2Uag1JIvtQb68qfmj795CPFjMBnRNpCddOBi34AKlq5yHbg==}
|
||||
'@vue/repl@4.2.1':
|
||||
resolution: {integrity: sha512-kPpoAp0hQ1sKIGXEHtVdtdh2BgL97SAizEvCqRDB3LmgIYCPbzInwd4mqYkHstAhJPmkNslLd3rwfceMwzwinQ==}
|
||||
|
||||
'@zeit/schemas@2.36.0':
|
||||
resolution: {integrity: sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==}
|
||||
|
|
@ -2508,8 +2508,8 @@ packages:
|
|||
mlly@1.6.1:
|
||||
resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==}
|
||||
|
||||
monaco-editor@0.47.0:
|
||||
resolution: {integrity: sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==}
|
||||
monaco-editor@0.49.0:
|
||||
resolution: {integrity: sha512-2I8/T3X/hLxB2oPHgqcNYUVdA/ZEFShT7IAujifIPMfKkNbLOqY8XCoyHCXrsdjb36dW9MwoTwBCFpXKMwNwaQ==}
|
||||
|
||||
ms@2.0.0:
|
||||
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
|
||||
|
|
@ -4216,7 +4216,7 @@ snapshots:
|
|||
|
||||
'@vue/consolidate@1.0.0': {}
|
||||
|
||||
'@vue/repl@4.1.2': {}
|
||||
'@vue/repl@4.2.1': {}
|
||||
|
||||
'@zeit/schemas@2.36.0': {}
|
||||
|
||||
|
|
@ -5614,7 +5614,7 @@ snapshots:
|
|||
pkg-types: 1.0.3
|
||||
ufo: 1.5.3
|
||||
|
||||
monaco-editor@0.47.0: {}
|
||||
monaco-editor@0.49.0: {}
|
||||
|
||||
ms@2.0.0: {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue