diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-02 02:03:19 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-08-31 17:42:36 +0200 |
commit | 60c42914d8d4ef815b239cb3b83ee682e56c5c22 (patch) | |
tree | 9c59af0633281c8422947c58e8c71706a921b320 /package-lock.json | |
parent | b617f3983a8152f2da018ddba6936dd8381a1f20 (diff) | |
download | nextcloud-server-60c42914d8d4ef815b239cb3b83ee682e56c5c22.tar.gz nextcloud-server-60c42914d8d4ef815b239cb3b83ee682e56c5c22.zip |
Port password settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 1d0b45d26d2..08247a3e192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/vue": "^6.0.0-beta.4", + "@nextcloud/vue": "^6.0.0-beta.5", "@nextcloud/vue-dashboard": "^2.0.1", "@vue/cli-plugin-unit-jest": "^4.5.15", "autosize": "^5.0.1", @@ -3251,9 +3251,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "6.0.0-beta.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.4.tgz", - "integrity": "sha512-1TdzH0++/gIcBzot8iNT3AnweR/1EykpCfBwkJNhMgoiY4HlMLxBj7bpe2D4ul24XTCoXVEdGMYyB32GNVc9WA==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.5.tgz", + "integrity": "sha512-23vdV3Z9iyUXs5mGi++uGShpL1+lhNPLfjbnCjf9rIytG6XQV/46vzdBSttbBA91CnuEYufEsTu3grjwW9JiRg==", "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", @@ -3262,6 +3262,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1", "@nextcloud/router": "^2.0.0", @@ -34467,9 +34468,9 @@ } }, "@nextcloud/vue": { - "version": "6.0.0-beta.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.4.tgz", - "integrity": "sha512-1TdzH0++/gIcBzot8iNT3AnweR/1EykpCfBwkJNhMgoiY4HlMLxBj7bpe2D4ul24XTCoXVEdGMYyB32GNVc9WA==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-6.0.0-beta.5.tgz", + "integrity": "sha512-23vdV3Z9iyUXs5mGi++uGShpL1+lhNPLfjbnCjf9rIytG6XQV/46vzdBSttbBA91CnuEYufEsTu3grjwW9JiRg==", "requires": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", @@ -34478,6 +34479,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1", "@nextcloud/router": "^2.0.0", |