Commit 4063b7e8 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'update-babel-to-7.4.4' into 'master'

Upgrade babel to 7.4.4

See merge request gitlab-org/gitlab-ce!28437
parents 2ef97f82 9171e2d4
---
title: Upgrade babel to 7.4.4
merge_request: 28437
author: Takuya Noguchi
type: other
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-json-strings": "^7.2.0", "@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-private-methods": "^7.3.0", "@babel/plugin-proposal-private-methods": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.4.4",
"@gitlab/csslab": "^1.9.0", "@gitlab/csslab": "^1.9.0",
"@gitlab/svgs": "^1.60.0", "@gitlab/svgs": "^1.60.0",
"@gitlab/ui": "^3.10.0", "@gitlab/ui": "^3.10.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