Merge branch 'mg-upgrade-babel-again' into 'master'
Upgrade babel to v7.3 See merge request gitlab-org/gitlab-ce!24573
Showing
... | ... | @@ -21,12 +21,12 @@ |
}, | ||
"dependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-class-properties": "^7.2.3", | ||
"@babel/plugin-proposal-class-properties": "^7.3.0", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-private-methods": "^7.2.3", | ||
"@babel/plugin-proposal-private-methods": "^7.3.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@babel/preset-env": "^7.3.1", | ||
"@gitlab/csslab": "^1.8.0", | ||
"@gitlab/svgs": "^1.47.0", | ||
"@gitlab/ui": "^1.20.0", | ||
... | ... |
Please register or sign in to comment