diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-02-09 18:04:46 +0000 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2017-02-14 14:46:35 -0700 |
commit | 42cce7d14ef067ae9aae28695426dcf0e51497ad (patch) | |
tree | 2ee069d43227d4aa32dfd2e40b1edb00cdf30412 /package.json | |
parent | 8f4ad1daea658345297eebebb657faa97f8a549c (diff) | |
download | gitlab-ce-42cce7d14ef067ae9aae28695426dcf0e51497ad.tar.gz |
Merge branch 'upgrade-babel-v6' into 'master'
Upgrade from Babel 5 to Babel 6
See merge request !9072
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 9581d966237..5891535b4d3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,10 @@ "webpack-prod": "NODE_ENV=production npm run webpack" }, "dependencies": { - "babel": "^5.8.38", - "babel-core": "^5.8.38", - "babel-loader": "^5.4.2", + "babel-core": "^6.22.1", + "babel-loader": "^6.2.10", + "babel-preset-es2015": "^6.22.0", + "babel-preset-stage-2": "^6.22.0", "bootstrap-sass": "3.3.6", "compression-webpack-plugin": "^0.3.2", "d3": "3.5.11", |