diff options
author | Paul Slaughter <pslaughter@gitlab.com> | 2018-05-09 17:57:01 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-05-09 17:57:01 +0000 |
commit | 0cc349f083b1436033608f4bec42dcd8d6c0d605 (patch) | |
tree | 13d211ac078e8125f10d8fde79213f1ba9db7380 /package.json | |
parent | f0a0da69d637c7d88a006ae02e570ec1c278349b (diff) | |
download | gitlab-ce-0cc349f083b1436033608f4bec42dcd8d6c0d605.tar.gz |
refactor "deploy_keys" to use axios
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9543dba1bbc..6d5932dcec6 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "worker-loader": "^1.1.1" }, "devDependencies": { - "axios-mock-adapter": "^1.10.0", + "axios-mock-adapter": "^1.15.0", "babel-eslint": "^8.0.2", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-rewire": "^1.1.0", |