diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-22 16:01:56 +0100 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-22 20:58:09 +0100 |
commit | 967ee2647445da9145895aff514d9bf4f3dba7e3 (patch) | |
tree | c20c6190d8ced24d6e88ef7a1c0c9b0b12d2a9f1 /package.json | |
parent | 6ebf6661afd1e4c4872f23f776b0b80d9e385528 (diff) | |
download | gitlab-ce-967ee2647445da9145895aff514d9bf4f3dba7e3.tar.gz |
Upgraded babel related libraries40445-upgrade-fe-babel-libraries
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 26445caeb7a..383f6b9fb6e 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "autosize": "^4.0.0", "axios": "^0.17.1", "axios-mock-adapter": "^1.10.0", - "babel-core": "^6.22.1", - "babel-eslint": "^7.2.1", - "babel-loader": "^7.1.1", - "babel-plugin-transform-define": "^1.2.0", - "babel-preset-latest": "^6.24.0", - "babel-preset-stage-2": "^6.22.0", + "babel-core": "^6.26.0", + "babel-eslint": "^8.0.2", + "babel-loader": "^7.1.2", + "babel-plugin-transform-define": "^1.3.0", + "babel-preset-latest": "^6.24.1", + "babel-preset-stage-2": "^6.24.1", "blackst0ne-mermaid": "^7.1.0-fixed", "bootstrap-sass": "^3.3.6", "brace-expansion": "^1.1.8", @@ -77,7 +77,7 @@ }, "devDependencies": { "@gitlab-org/gitlab-svgs": "^1.0.2", - "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-istanbul": "^4.1.5", "eslint": "^3.10.1", "eslint-config-airbnb-base": "^10.0.1", "eslint-import-resolver-webpack": "^0.8.3", |