diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-10-02 01:09:58 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-10-02 14:58:20 -0500 |
commit | 6553348aff043870bd5449cd22a3dc5a4e869de3 (patch) | |
tree | d6fd0b7ec527b27a37e49e4feb49d69155b4db13 /package.json | |
parent | 0ef1060e14b8ac09159e466fe5f4ca3195e080c2 (diff) | |
download | gitlab-ce-6553348aff043870bd5449cd22a3dc5a4e869de3.tar.gz |
Upgrade to babel 7
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/package.json b/package.json index 714bdb285fe..96dd414ec30 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,18 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { + "@babel/core": "^7.1.2", + "@babel/plugin-proposal-class-properties": "^7.1.0", + "@babel/plugin-proposal-json-strings": "^7.0.0", + "@babel/plugin-syntax-dynamic-import": "^7.0.0", + "@babel/plugin-syntax-import-meta": "^7.0.0", + "@babel/preset-env": "^7.1.0", "@gitlab-org/gitlab-svgs": "^1.29.0", "@gitlab-org/gitlab-ui": "^1.7.1", "autosize": "^4.0.0", "axios": "^0.17.1", - "babel-core": "^6.26.3", - "babel-loader": "^7.1.5", + "babel-loader": "^8.0.4", "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": "4.1.1", "brace-expansion": "^1.1.8", @@ -111,7 +114,7 @@ "devDependencies": { "axios-mock-adapter": "^1.15.0", "babel-eslint": "^9.0.0", - "babel-plugin-istanbul": "^5.0.1", + "babel-plugin-istanbul": "^5.1.0", "babel-plugin-rewire": "^1.2.0", "babel-template": "^6.26.0", "babel-types": "^6.26.0", @@ -135,7 +138,7 @@ "jasmine-jquery": "^2.1.1", "karma": "^3.0.0", "karma-chrome-launcher": "^2.2.0", - "karma-coverage-istanbul-reporter": "^1.4.2", + "karma-coverage-istanbul-reporter": "^2.0.4", "karma-jasmine": "^1.1.2", "karma-junit-reporter": "^1.2.0", "karma-mocha-reporter": "^2.2.5", |