Merge branch 'update-babel-to-7.5.5' into 'master'
Upgrade babel to 7.5.5 See merge request gitlab-org/gitlab-ce!31819
Showing
... | ... | @@ -30,13 +30,13 @@ |
"webpack-vrt": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-private-methods": "^7.4.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-env": "^7.5.5", | ||
"@gitlab/csslab": "^1.9.0", | ||
"@gitlab/svgs": "^1.68.0", | ||
"@gitlab/ui": "5.15.0", | ||
... | ... | @@ -145,7 +145,7 @@ |
"xterm": "^3.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.5.0", | ||
"@gitlab/eslint-config": "^1.6.0", | ||
"@gitlab/eslint-plugin-i18n": "^1.1.0", | ||
"@gitlab/eslint-plugin-vue-i18n": "^1.2.0", | ||
... | ... |
Please register or sign in to comment