Bump @nextcloud/dialogs from 2.0.0 to 2.0.1

Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-29 01:19:00 +00:00 committed by GitHub
parent ff18f03523
commit 9238c20088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 15 deletions

19
package-lock.json generated
View file

@ -2733,23 +2733,14 @@
} }
}, },
"@nextcloud/dialogs": { "@nextcloud/dialogs": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
"integrity": "sha512-iPZMKAYs09g+zJXzrkHo71RVXAhtSw4+YSA/2FhUeWBtlJBcFYsxUW6gmgnhGU+3UTptjyPrl4hvIqgLU8p6BA==", "integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
"requires": { "requires": {
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^0.2.2", "@nextcloud/typings": "^0.2.2",
"core-js": "^3.6.4" "core-js": "^3.6.4",
}, "toastify-js": "^1.9.1"
"dependencies": {
"@nextcloud/typings": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-0.2.2.tgz",
"integrity": "sha512-LZrv1VV3vyDaKw4UKMcGM9dvLMpdI2tfMexHf/ixVn6OrsRDsRTbxByWMMdRF2ArHD5Q8RsICa72p6BcG9b80Q==",
"requires": {
"@types/jquery": "2.0.54"
}
}
} }
}, },
"@nextcloud/eslint-config": { "@nextcloud/eslint-config": {

View file

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3", "@nextcloud/axios": "^1.3.3",
"@nextcloud/dialogs": "^2.0.0", "@nextcloud/dialogs": "^2.0.1",
"@nextcloud/event-bus": "^1.2.0", "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",