diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-09-19 16:11:41 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-09-24 11:13:49 -0500 |
commit | 86969685f77b35788e6daa7e571dc0b74ba61494 (patch) | |
tree | 93d67319c919eeb9c2ef593804cc8d85ae9ec01f /package.json | |
parent | 4c7f6f9f1823423de23b6271c71830664270082f (diff) | |
download | gitlab-ce-86969685f77b35788e6daa7e571dc0b74ba61494.tar.gz |
Update babel test dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 8f84ea29f8f..c6d285d8b9e 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,8 @@ "devDependencies": { "axios-mock-adapter": "^1.15.0", "babel-eslint": "^9.0.0", - "babel-plugin-istanbul": "^4.1.6", - "babel-plugin-rewire": "^1.1.0", + "babel-plugin-istanbul": "^5.0.1", + "babel-plugin-rewire": "^1.2.0", "babel-template": "^6.26.0", "babel-types": "^6.26.0", "chalk": "^2.4.1", |