chore(deps): update dependency vue-draggable-plus to v0.5.1
This commit is contained in:
parent
ee8e00cb2f
commit
584d2d1bce
2 changed files with 10 additions and 6 deletions
|
@ -86,7 +86,7 @@
|
|||
"vite": "5.3.3",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vue": "3.4.31",
|
||||
"vue-draggable-plus": "0.5.0",
|
||||
"vue-draggable-plus": "0.5.1",
|
||||
"vue-plyr": "7.0.0",
|
||||
"vue-prism-editor": "2.0.0-alpha.2",
|
||||
"vue-tsc": "2.0.26"
|
||||
|
|
|
@ -728,8 +728,8 @@ importers:
|
|||
specifier: 3.4.31
|
||||
version: 3.4.31(typescript@5.5.3)
|
||||
vue-draggable-plus:
|
||||
specifier: 0.5.0
|
||||
version: 0.5.0(@types/sortablejs@1.15.8)
|
||||
specifier: 0.5.1
|
||||
version: 0.5.1(@types/sortablejs@1.15.8)
|
||||
vue-plyr:
|
||||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
|
@ -1006,11 +1006,13 @@ packages:
|
|||
'@biomejs/cli-darwin-arm64@1.8.3':
|
||||
resolution: {integrity: sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-darwin-x64@1.8.3':
|
||||
resolution: {integrity: sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@1.8.3':
|
||||
|
@ -1022,6 +1024,7 @@ packages:
|
|||
'@biomejs/cli-linux-arm64@1.8.3':
|
||||
resolution: {integrity: sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@1.8.3':
|
||||
|
@ -1033,6 +1036,7 @@ packages:
|
|||
'@biomejs/cli-linux-x64@1.8.3':
|
||||
resolution: {integrity: sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-win32-arm64@1.8.3':
|
||||
|
@ -6708,8 +6712,8 @@ packages:
|
|||
vscode-uri@3.0.8:
|
||||
resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==}
|
||||
|
||||
vue-draggable-plus@0.5.0:
|
||||
resolution: {integrity: sha512-A5TT5+M5JceROSjPO9aDZTsrSN1TetEs419czPlboomarSiGIBIxTp2WD7XH53EHMrbO7Qo+leRiHWV/rMlyjA==}
|
||||
vue-draggable-plus@0.5.1:
|
||||
resolution: {integrity: sha512-WbN2Lqux1Kewezn1kbEt5M/8a3fke6Zu+gtMdwua+tNJXvcr/vf+TiPft9b/EZMznFIrX0oK25oLfQe3g5kzvg==}
|
||||
peerDependencies:
|
||||
'@types/sortablejs': ^1.15.0
|
||||
'@vue/composition-api': '*'
|
||||
|
@ -13131,7 +13135,7 @@ snapshots:
|
|||
|
||||
vscode-uri@3.0.8: {}
|
||||
|
||||
vue-draggable-plus@0.5.0(@types/sortablejs@1.15.8):
|
||||
vue-draggable-plus@0.5.1(@types/sortablejs@1.15.8):
|
||||
dependencies:
|
||||
'@types/sortablejs': 1.15.8
|
||||
|
||||
|
|
Loading…
Reference in a new issue