mirror of https://github.com/vuejs/core.git
workflow(sfc-playground): fix file renaming by bumping repl
close #10791
This commit is contained in:
parent
574c3e63bb
commit
41df25015f
|
|
@ -13,7 +13,7 @@
|
|||
"vite": "^5.2.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/repl": "^4.1.1",
|
||||
"@vue/repl": "^4.1.2",
|
||||
"file-saver": "^2.0.5",
|
||||
"jszip": "^3.10.1",
|
||||
"vue": "workspace:*"
|
||||
|
|
|
|||
|
|
@ -341,8 +341,8 @@ importers:
|
|||
packages/sfc-playground:
|
||||
dependencies:
|
||||
'@vue/repl':
|
||||
specifier: ^4.1.1
|
||||
version: 4.1.1
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.2
|
||||
file-saver:
|
||||
specifier: ^2.0.5
|
||||
version: 2.0.5
|
||||
|
|
@ -1153,8 +1153,8 @@ packages:
|
|||
resolution: {integrity: sha512-oTyUE+QHIzLw2PpV14GD/c7EohDyP64xCniWTcqcEmTd699eFqTIwOmtDYjcO1j3QgdXoJEoWv1/cCdLrRoOfg==}
|
||||
engines: {node: '>= 0.12.0'}
|
||||
|
||||
'@vue/repl@4.1.1':
|
||||
resolution: {integrity: sha512-gkbnU+rM01/ILdnDJbsWS8+PW6qMAzprBo/U2+7eVci0kx6VAR26fL/qrcEPwEYa6q0vzzptZ4il0SaUGGqZKw==}
|
||||
'@vue/repl@4.1.2':
|
||||
resolution: {integrity: sha512-h5JQ5NRN9HOCNfE4QCbZsFgAFS7/A21V3zrltxV2Uag1JIvtQb68qfmj795CPFjMBnRNpCddOBi34AKlq5yHbg==}
|
||||
|
||||
'@zeit/schemas@2.29.0':
|
||||
resolution: {integrity: sha512-g5QiLIfbg3pLuYUJPlisNKY+epQJTcMDsOnVNkscrDP1oi7vmJnzOANYJI/1pZcVJ6umUkBv3aFtlg1UvUHGzA==}
|
||||
|
|
@ -4125,7 +4125,7 @@ snapshots:
|
|||
|
||||
'@vue/consolidate@1.0.0': {}
|
||||
|
||||
'@vue/repl@4.1.1': {}
|
||||
'@vue/repl@4.1.2': {}
|
||||
|
||||
'@zeit/schemas@2.29.0': {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue