Bump @nextcloud/l10n from 0.2.1 to 1.0.0

Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 0.2.1 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v0.2.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-29 02:15:35 +00:00 committed by GitHub
parent 88a24d7d12
commit 0a28375d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -2392,17 +2392,17 @@
} }
}, },
"@nextcloud/l10n": { "@nextcloud/l10n": {
"version": "0.2.1", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-0.2.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.0.0.tgz",
"integrity": "sha512-iLdyxluCehsRibR4R/nH3O8T9CcGoAaW3eWEdQW2qPtn6eEiBXASek5nWhXa5hko1GvE7koYia4FoTWuL85/Ng==", "integrity": "sha512-A6zUwFWgwvQ5q86GdcfgD2t3uZ+H/k45S0OUlS6iMf0p5br9IrovF7hdv5+jaJcdQpkpOX2AKuordC1KheNGGA==",
"requires": { "requires": {
"core-js": "3.2.1" "core-js": "3.5.0"
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {
"version": "3.2.1", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==" "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
} }
} }
}, },

View File

@ -30,7 +30,7 @@
"@nextcloud/dialogs": "^0.1.1", "@nextcloud/dialogs": "^0.1.1",
"@nextcloud/event-bus": "^1.0.0", "@nextcloud/event-bus": "^1.0.0",
"@nextcloud/initial-state": "^1.0.0", "@nextcloud/initial-state": "^1.0.0",
"@nextcloud/l10n": "^0.2.1", "@nextcloud/l10n": "^1.0.0",
"@nextcloud/logger": "^0.1.0", "@nextcloud/logger": "^0.1.0",
"@nextcloud/paths": "^1.0.0", "@nextcloud/paths": "^1.0.0",
"@nextcloud/router": "^1.0.0", "@nextcloud/router": "^1.0.0",