Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-05-09 20:57:01 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-05-09 20:57:01 +0300
commit0cc349f083b1436033608f4bec42dcd8d6c0d605 (patch)
tree13d211ac078e8125f10d8fde79213f1ba9db7380 /package.json
parentf0a0da69d637c7d88a006ae02e570ec1c278349b (diff)
refactor "deploy_keys" to use axios
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",