summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-10 11:33:43 +0200
committerGitHub <noreply@github.com>2020-10-10 11:33:43 +0200
commit1494d93f8e18b310ac950f27f9900b8207b2de64 (patch)
treece26da924dd2ed1fdfcc343b6bf52c5a763b19bc
parent2f3be99b72ab56ef347f8d28fb2da7ad4a16eeec (diff)
parent7913ce7c1a5b52255e69a33c10f6faadbeaea60a (diff)
Merge pull request #1840 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-3.0.0
Bump @nextcloud/dialogs from 2.0.1 to 3.0.0
-rw-r--r--package-lock.json37
-rw-r--r--package.json2
2 files changed, 31 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2df2113f..8b2e38b5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2430,14 +2430,24 @@
}
},
"@nextcloud/dialogs": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
- "integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.0.0.tgz",
+ "integrity": "sha512-5FVP0RSxIpKTKdSUlQ4osDDz/oCx2/4+InliB5MX2EcrjDe6q3fZMabSGnFTnIAu0CXRTzBk7RpneaIFGv+d5A==",
"requires": {
"@nextcloud/l10n": "^1.3.0",
- "@nextcloud/typings": "^0.2.2",
+ "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.9.1"
+ },
+ "dependencies": {
+ "@nextcloud/typings": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.0.0.tgz",
+ "integrity": "sha512-r8SRvXszWTyKWEhVd3gx7eBAcCKwdoLlr+ZrR8hrSxs2nfH00de/QoGdo0n/Rcv/9mMtX/haJNd71KwODM2+uQ==",
+ "requires": {
+ "@types/jquery": "2.0.54"
+ }
+ }
}
},
"@nextcloud/eslint-config": {
@@ -2532,6 +2542,19 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.2"
+ },
+ "dependencies": {
+ "@nextcloud/dialogs": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
+ "integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
+ "requires": {
+ "@nextcloud/l10n": "^1.3.0",
+ "@nextcloud/typings": "^0.2.2",
+ "core-js": "^3.6.4",
+ "toastify-js": "^1.9.1"
+ }
+ }
}
},
"@nextcloud/webpack-vue-config": {
@@ -10926,9 +10949,9 @@
}
},
"toastify-js": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.1.tgz",
- "integrity": "sha512-B3LTJURySMix/xWqVHyj2XGVsIHesb4euGVuIaFfKxfmjM4F6HMgbW9V66DHUEt98jGlGpeTWSiSJ78UfrJVbA=="
+ "version": "1.9.2",
+ "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.2.tgz",
+ "integrity": "sha512-CwYTmslNmUytxkLq0pDjeC7lqyGonztn4e3TAzu4eOnXkESJQSx9cDmxApIUNIfgAY0hIydTCx9eoLWDaNmQZw=="
},
"tough-cookie": {
"version": "2.5.0",
diff --git a/package.json b/package.json
index f0b55c9b..d3638347 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"@mattkrick/sanitize-svg": "^0.3.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.4.0",
- "@nextcloud/dialogs": "^2.0.1",
+ "@nextcloud/dialogs": "^3.0.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/paths": "^1.1.2",