mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #42165 from nextcloud/deps/nextcloud-upload-from-1.0.2-to-1.0.3
chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3
This commit is contained in:
commit
b9fe1300ef
10 changed files with 14 additions and 19 deletions
3
dist/4454-4454.js
vendored
3
dist/4454-4454.js
vendored
File diff suppressed because one or more lines are too long
1
dist/4454-4454.js.map
vendored
1
dist/4454-4454.js.map
vendored
File diff suppressed because one or more lines are too long
3
dist/6713-6713.js
vendored
Normal file
3
dist/6713-6713.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6713-6713.js.map
vendored
Normal file
1
dist/6713-6713.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
6
dist/files-main.js.LICENSE.txt
vendored
6
dist/files-main.js.LICENSE.txt
vendored
|
|
@ -4,12 +4,6 @@
|
|||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.7.15
|
||||
* (c) 2014-2023 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* pinia v2.1.7
|
||||
* (c) 2023 Eduardo San Martin Morote
|
||||
|
|
|
|||
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/upload": "^1.0.2",
|
||||
"@nextcloud/upload": "^1.0.3",
|
||||
"@nextcloud/vue": "^8.3.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vueuse/components": "^10.4.1",
|
||||
|
|
@ -4147,9 +4147,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.2.tgz",
|
||||
"integrity": "sha512-YIn2Kd5bAVolhnU2eRWLEBlWZxNlWfuwAHlPQ9Bk6HTgNsbd2tHIqaKnjL+WgfnQVHnr9qwuRSeUDmk13rjmNA==",
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.3.tgz",
|
||||
"integrity": "sha512-SfhM+Pq3nnD/WDowOIerBv5+0FKfsnul26dXtIxPjbe5Xa1faDrURBouqWv/FhixGKNdPgQeJ1QbDjWBTHjQDw==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.2.1",
|
||||
"@nextcloud/axios": "^2.4.0",
|
||||
|
|
@ -4163,7 +4163,8 @@
|
|||
"p-cancelable": "^4.0.1",
|
||||
"p-limit": "^5.0.0",
|
||||
"p-queue": "^7.4.1",
|
||||
"simple-eta": "^3.0.2"
|
||||
"simple-eta": "^3.0.2",
|
||||
"vue": "^2.7.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/upload": "^1.0.2",
|
||||
"@nextcloud/upload": "^1.0.3",
|
||||
"@nextcloud/vue": "^8.3.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vueuse/components": "^10.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue