diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-06-09 01:49:49 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-07-21 22:35:24 +0300 |
commit | f7344338985338df3d0958ef9d362b9624723e0f (patch) | |
tree | 0496a330d1876b7d8ce43f05b11f0c0e3d3862f7 /yarn.lock | |
parent | f23d74345a3e64ff7560cbff3019a86d399bd3ad (diff) | |
download | gitlab-ce-f7344338985338df3d0958ef9d362b9624723e0f.tar.gz |
Add Vuex as a dependency.
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 98da6a984d1..075bf70a641 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5775,6 +5775,10 @@ vue@^2.2.6: version "2.2.6" resolved "https://registry.yarnpkg.com/vue/-/vue-2.2.6.tgz#451714b394dd6d4eae7b773c40c2034a59621aed" +vuex@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-2.3.1.tgz#cde8e997c1f9957719bc7dea154f9aa691d981a6" + watchpack@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.3.1.tgz#7d8693907b28ce6013e7f3610aa2a1acf07dad87" |