Commit 47698eec authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'upgrade-babel-deps' into 'master'

Upgrade babel to v7.2

See merge request gitlab-org/gitlab-ce!24259
parents 3448f221 5d4c7b4f
...@@ -18,6 +18,7 @@ const plugins = [ ...@@ -18,6 +18,7 @@ const plugins = [
'@babel/plugin-syntax-import-meta', '@babel/plugin-syntax-import-meta',
'@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-json-strings', '@babel/plugin-proposal-json-strings',
'@babel/plugin-proposal-private-methods',
]; ];
// add code coverage tooling if necessary // add code coverage tooling if necessary
......
...@@ -19,12 +19,13 @@ ...@@ -19,12 +19,13 @@
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-proposal-private-methods": "^7.2.3",
"@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.1.0", "@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@gitlab/csslab": "^1.8.0", "@gitlab/csslab": "^1.8.0",
"@gitlab/svgs": "^1.47.0", "@gitlab/svgs": "^1.47.0",
"@gitlab/ui": "^1.20.0", "@gitlab/ui": "^1.20.0",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment