summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-04 10:52:03 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-05 08:48:49 +0200
commiteaf4724acc3b4720239d789f6028526945b8bba0 (patch)
tree145d66dcfdd5f7bef247ddc2036167610a653dc2 /package-lock.json
parenta5232d9805eb07c43d21aebcd11fea6dcde7e8b1 (diff)
downloadnextcloud-server-eaf4724acc3b4720239d789f6028526945b8bba0.tar.gz
nextcloud-server-eaf4724acc3b4720239d789f6028526945b8bba0.zip
Move humanFileSize and OC.getCanonicalLocale to npm packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 8c10ba3e7df..a99bf47e7b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3214,6 +3214,15 @@
}
}
},
+ "@nextcloud/files": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz",
+ "integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==",
+ "requires": {
+ "@nextcloud/l10n": "^1.3.0",
+ "core-js": "^3.6.4"
+ }
+ },
"@nextcloud/initial-state": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.2.tgz",
@@ -3223,9 +3232,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.3.tgz",
- "integrity": "sha512-bd/bp/pk24Sl/Fjj3KJhDsGhc5EI1tIs34+sl4eaBNrj7SHl79K9bAzarxtABx6LSXn6pl6K/YYkKCidqPzuDQ==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.3.0.tgz",
+ "integrity": "sha512-hGk3ag9TU4cb0+ld/wziEsE+CWaS7Rpj6Y6dPv0QVfnqQ7jFCKQ62VHnuk8pFQHkmKMg3HGxkHuojumbukm42w==",
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"