diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-19 02:14:05 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-21 10:57:29 +0100 |
commit | 124b6923058a80a727a844c39083dd2cd6c2c081 (patch) | |
tree | 5fb963bb2c8ac4205d0c6b9986e4f23d1647e072 /settings/package.json | |
parent | 96567027dadae8e66e022d94c618e16dc3add1df (diff) | |
download | nextcloud-server-124b6923058a80a727a844c39083dd2cd6c2c081.tar.gz nextcloud-server-124b6923058a80a727a844c39083dd2cd6c2c081.zip |
Bump vuex from 3.0.1 to 3.1.0 in /settings
Bumps [vuex](https://github.com/vuejs/vuex) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.0.1...v3.1.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index bf7d85eb708..63c2725992f 100644 --- a/settings/package.json +++ b/settings/package.json @@ -24,7 +24,7 @@ "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.3", "vue-router": "^3.0.2", - "vuex": "^3.0.1", + "vuex": "^3.1.0", "vuex-router-sync": "^5.0.0" }, "browserslist": [ |