mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore: upgrade @nextcloud/sharing
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
16aad8d2e8
commit
b1cec44fc8
2 changed files with 10 additions and 18 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.0.1",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.2.1",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/sharing": "^0.2.2",
|
||||
"@nextcloud/upload": "^1.1.1",
|
||||
"@nextcloud/vue": "^8.11.2",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
|
|
@ -4520,18 +4520,6 @@
|
|||
"npm": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/files/node_modules/@nextcloud/sharing": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz",
|
||||
"integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==",
|
||||
"dependencies": {
|
||||
"@nextcloud/initial-state": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/initial-state": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz",
|
||||
|
|
@ -4636,11 +4624,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/sharing": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.1.0.tgz",
|
||||
"integrity": "sha512-Cv4uc1aFrA18w0dltq7a5om/EbJSXf36rtO0LP3vi42E6l8ZDVCZwHLKrsZZa/TXNLeYErs1g/6tmWx5xiSSow==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz",
|
||||
"integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.4"
|
||||
"@nextcloud/initial-state": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/stylelint-config": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.0.1",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.2.1",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
"@nextcloud/sharing": "^0.2.2",
|
||||
"@nextcloud/upload": "^1.1.1",
|
||||
"@nextcloud/vue": "^8.11.2",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue