Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-12-19 10:37:43 +0300
committerGitHub <noreply@github.com>2019-12-19 10:37:43 +0300
commit397d702b765d728f438819fa0ba1c0396c915c4b (patch)
tree75f0636c5cdaae3e9bfe2c485d419feec40a9191
parent93c58ea9c052b759c23d9aaf7872c82b943eed90 (diff)
parentcc6008268c22e44ff4126c565773e4b0bddd9ca7 (diff)
Bump @nextcloud/l10n from 0.2.1 to 1.0.0 (#59)v18.0.0beta3
Bump @nextcloud/l10n from 0.2.1 to 1.0.0
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8ae239bf..faa80f3d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2097,17 +2097,17 @@
}
},
"@nextcloud/l10n": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-0.2.1.tgz",
- "integrity": "sha512-iLdyxluCehsRibR4R/nH3O8T9CcGoAaW3eWEdQW2qPtn6eEiBXASek5nWhXa5hko1GvE7koYia4FoTWuL85/Ng==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.0.0.tgz",
+ "integrity": "sha512-A6zUwFWgwvQ5q86GdcfgD2t3uZ+H/k45S0OUlS6iMf0p5br9IrovF7hdv5+jaJcdQpkpOX2AKuordC1KheNGGA==",
"requires": {
- "core-js": "3.2.1"
+ "core-js": "3.5.0"
},
"dependencies": {
"core-js": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
- "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
+ "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},
diff --git a/package.json b/package.json
index 5c8d01a1..7c2e9630 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"@nextcloud/auth": "^1.1.0",
"@nextcloud/axios": "^1.1.0",
"@nextcloud/initial-state": "^1.0.0",
- "@nextcloud/l10n": "^0.2.1",
+ "@nextcloud/l10n": "^1.0.0",
"@nextcloud/router": "^1.0.0",
"@nextcloud/vue": "^1.2.2",
"camelcase": "^5.3.1",