mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix: Fix resolved nextcloud/files dep version
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
cd15c30619
commit
9b164540d5
2 changed files with 56 additions and 34 deletions
86
package-lock.json
generated
86
package-lock.json
generated
|
|
@ -17,9 +17,9 @@
|
|||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.2.4",
|
||||
"@nextcloud/dialogs": "^4.2.5",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.8",
|
||||
"@nextcloud/files": "3.0.0-beta.8",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^2.1.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
|
|
@ -3743,12 +3743,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.4.tgz",
|
||||
"integrity": "sha512-XlE0cybR1dVzYOmDxSKchKOEb7EOZoIoPj2PW9AA2V4TapfoON0/UwgfUO+kdEZ24PraJFOg1v5EOd3N/UwC4g==",
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.5.tgz",
|
||||
"integrity": "sha512-WkTxceq458MGZNPs4eWTCr2V58ik2/tyrTUdj04o2Wy9EjkxnWGIUu3lZAjra4v8UJUDz3/1XM9HBLnjudusFA==",
|
||||
"dependencies": {
|
||||
"@mdi/svg": "^7.4.47",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
"@nextcloud/files": "3.0.0-beta.21",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/router": "^2.2.0",
|
||||
"@nextcloud/typings": "^1.7.0",
|
||||
|
|
@ -3767,6 +3767,23 @@
|
|||
"vue": "^2.7.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs/node_modules/@nextcloud/files": {
|
||||
"version": "3.0.0-beta.21",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.21.tgz",
|
||||
"integrity": "sha512-haydsUhF3t7DTUcC48lveztXZA1KMAkn+DRZUwSWu0S0VF4tTjn/+ZM7pqnNBIqOkPMTW9azAU8h6mmENpvd9w==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.1.0",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"is-svg": "^5.0.0",
|
||||
"webdav": "^5.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^9.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/dialogs/node_modules/@vueuse/core": {
|
||||
"version": "10.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.4.1.tgz",
|
||||
|
|
@ -3935,21 +3952,17 @@
|
|||
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
||||
},
|
||||
"node_modules/@nextcloud/files": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
|
||||
"integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
|
||||
"version": "3.0.0-beta.8",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.8.tgz",
|
||||
"integrity": "sha512-qzL5lKhm913mBzu//rFnKobZ5GI8iAQ7GwVUez3Gpmso6TyEm/kdSloK2dRNWHStFotQdQRbl75KoyCyoz4cXg==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.2.1",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/logger": "^2.7.0",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.2.0",
|
||||
"is-svg": "^5.0.0",
|
||||
"webdav": "^5.3.0"
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/l10n": "^2.1.0",
|
||||
"@nextcloud/logger": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^9.0.0"
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/initial-state": {
|
||||
|
|
@ -29433,12 +29446,12 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@nextcloud/dialogs": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.4.tgz",
|
||||
"integrity": "sha512-XlE0cybR1dVzYOmDxSKchKOEb7EOZoIoPj2PW9AA2V4TapfoON0/UwgfUO+kdEZ24PraJFOg1v5EOd3N/UwC4g==",
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.5.tgz",
|
||||
"integrity": "sha512-WkTxceq458MGZNPs4eWTCr2V58ik2/tyrTUdj04o2Wy9EjkxnWGIUu3lZAjra4v8UJUDz3/1XM9HBLnjudusFA==",
|
||||
"requires": {
|
||||
"@mdi/svg": "^7.4.47",
|
||||
"@nextcloud/files": "^3.0.0-beta.14",
|
||||
"@nextcloud/files": "3.0.0-beta.21",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/router": "^2.2.0",
|
||||
"@nextcloud/typings": "^1.7.0",
|
||||
|
|
@ -29450,6 +29463,19 @@
|
|||
"webdav": "^5.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/files": {
|
||||
"version": "3.0.0-beta.21",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.21.tgz",
|
||||
"integrity": "sha512-haydsUhF3t7DTUcC48lveztXZA1KMAkn+DRZUwSWu0S0VF4tTjn/+ZM7pqnNBIqOkPMTW9azAU8h6mmENpvd9w==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.1.0",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"is-svg": "^5.0.0",
|
||||
"webdav": "^5.2.3"
|
||||
}
|
||||
},
|
||||
"@vueuse/core": {
|
||||
"version": "10.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.4.1.tgz",
|
||||
|
|
@ -29541,17 +29567,13 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/files": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
|
||||
"integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
|
||||
"version": "3.0.0-beta.8",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.8.tgz",
|
||||
"integrity": "sha512-qzL5lKhm913mBzu//rFnKobZ5GI8iAQ7GwVUez3Gpmso6TyEm/kdSloK2dRNWHStFotQdQRbl75KoyCyoz4cXg==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.2.1",
|
||||
"@nextcloud/l10n": "^2.2.0",
|
||||
"@nextcloud/logger": "^2.7.0",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.2.0",
|
||||
"is-svg": "^5.0.0",
|
||||
"webdav": "^5.3.0"
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/l10n": "^2.1.0",
|
||||
"@nextcloud/logger": "^2.5.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/initial-state": {
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
"@nextcloud/browserslist-config": "^2.3.0",
|
||||
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^4.2.4",
|
||||
"@nextcloud/dialogs": "^4.2.5",
|
||||
"@nextcloud/event-bus": "^3.0.2",
|
||||
"@nextcloud/files": "^3.0.0-beta.8",
|
||||
"@nextcloud/files": "3.0.0-beta.8",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^2.1.0",
|
||||
"@nextcloud/logger": "^2.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue