diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-22 10:39:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 10:39:07 +0100 |
commit | 47fafead819d6c1749d962c255ad83efdd251303 (patch) | |
tree | 0fe87d5f9880ed4bb0cb5d4ff3282b54065d8751 /package.json | |
parent | a376f19a2840c9611d909cac8ebd935c5f1bc9b2 (diff) | |
parent | c3730c0fa027196c7487431d6f32cfebcf04357f (diff) | |
download | nextcloud-server-47fafead819d6c1749d962c255ad83efdd251303.tar.gz nextcloud-server-47fafead819d6c1749d962c255ad83efdd251303.zip |
Merge pull request #20076 from nextcloud/dependabot/npm_and_yarn/various
Bump @nextcloud/l10n, @nextcloud/event-bus, @nextcloud/dialogs, @nextcloud/auth, @nextcloud/vue
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 7d26ff4d47c..69813b0af7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud", - "version": "0.1.0", + "version": "1.0.0", "description": "Nextcloud Server", "private": true, "directories": { @@ -27,16 +27,16 @@ "dependencies": { "@babel/polyfill": "^7.7.0", "@chenfengyuan/vue-qrcode": "^1.0.2", - "@nextcloud/auth": "^1.2.1", + "@nextcloud/auth": "^1.2.2", "@nextcloud/axios": "^1.3.1", - "@nextcloud/dialogs": "^1.0.0", - "@nextcloud/event-bus": "^1.1.2", + "@nextcloud/dialogs": "^1.2.2", + "@nextcloud/event-bus": "^1.1.3", "@nextcloud/initial-state": "^1.1.1", - "@nextcloud/l10n": "^1.1.0", + "@nextcloud/l10n": "^1.1.1", "@nextcloud/logger": "^1.1.1", "@nextcloud/paths": "^1.1.0", "@nextcloud/router": "^1.0.0", - "@nextcloud/vue": "^1.4.0", + "@nextcloud/vue": "^1.4.1", "autosize": "^4.0.2", "backbone": "^1.4.0", "blueimp-md5": "^2.12.0", @@ -55,7 +55,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.15", - "marked": "^0.7.0", + "marked": "^0.8.1", "moment": "^2.24.0", "moment-timezone": "^0.5.28", "nextcloud-password-confirmation": "^0.4.2", |