|
@@ -79,11 +79,6 @@
|
79
|
79
|
"fastq": "^1.6.0"
|
80
|
80
|
}
|
81
|
81
|
},
|
82
|
|
- "@popperjs/core": {
|
83
|
|
- "version": "npm:@sxzz/popperjs-es@2.11.7",
|
84
|
|
- "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
85
|
|
- "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ=="
|
86
|
|
- },
|
87
|
82
|
"@rollup/pluginutils": {
|
88
|
83
|
"version": "5.0.2",
|
89
|
84
|
"resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz",
|
|
@@ -349,6 +344,11 @@
|
349
|
344
|
"delayed-stream": "~1.0.0"
|
350
|
345
|
}
|
351
|
346
|
},
|
|
347
|
+ "core-js": {
|
|
348
|
+ "version": "3.33.0",
|
|
349
|
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz",
|
|
350
|
+ "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw=="
|
|
351
|
+ },
|
352
|
352
|
"csstype": {
|
353
|
353
|
"version": "2.6.20",
|
354
|
354
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.20.tgz",
|
|
@@ -402,6 +402,13 @@
|
402
|
402
|
"lodash-unified": "^1.0.2",
|
403
|
403
|
"memoize-one": "^6.0.0",
|
404
|
404
|
"normalize-wheel-es": "^1.2.0"
|
|
405
|
+ },
|
|
406
|
+ "dependencies": {
|
|
407
|
+ "@popperjs/core": {
|
|
408
|
+ "version": "npm:@sxzz/popperjs-es@2.11.7",
|
|
409
|
+ "resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
|
410
|
+ "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ=="
|
|
411
|
+ }
|
405
|
412
|
}
|
406
|
413
|
},
|
407
|
414
|
"emojis-list": {
|
|
@@ -1192,11 +1199,25 @@
|
1192
|
1199
|
"@vue/shared": "3.2.37"
|
1193
|
1200
|
}
|
1194
|
1201
|
},
|
|
1202
|
+ "vue-count-to": {
|
|
1203
|
+ "version": "1.0.13",
|
|
1204
|
+ "resolved": "https://registry.npmjs.org/vue-count-to/-/vue-count-to-1.0.13.tgz",
|
|
1205
|
+ "integrity": "sha512-6R4OVBVNtQTlcbXu6SJ8ENR35M2/CdWt3Jmv57jOUM+1ojiFmjVGvZPH8DfHpMDSA+ITs+EW5V6qthADxeyYOQ=="
|
|
1206
|
+ },
|
1195
|
1207
|
"vue-demi": {
|
1196
|
1208
|
"version": "0.14.5",
|
1197
|
1209
|
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.5.tgz",
|
1198
|
1210
|
"integrity": "sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA=="
|
1199
|
1211
|
},
|
|
1212
|
+ "vue3-count-to": {
|
|
1213
|
+ "version": "1.1.2",
|
|
1214
|
+ "resolved": "https://registry.npmjs.org/vue3-count-to/-/vue3-count-to-1.1.2.tgz",
|
|
1215
|
+ "integrity": "sha512-C5AvlcGfyM4XvFqPDkni94rqGd5K/+RB+B4xv/1NQx3RrdC+GvXPFzeXW5hWL/jh8ehWLm4LITyK0eMKf4iJbg==",
|
|
1216
|
+ "requires": {
|
|
1217
|
+ "core-js": "^3.8.1",
|
|
1218
|
+ "vue-count-to": "^1.0.13"
|
|
1219
|
+ }
|
|
1220
|
+ },
|
1200
|
1221
|
"vue3-video-play": {
|
1201
|
1222
|
"version": "1.3.1-beta.6",
|
1202
|
1223
|
"resolved": "https://registry.npmmirror.com/vue3-video-play/-/vue3-video-play-1.3.1-beta.6.tgz",
|