diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-08-20 18:28:33 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-08-20 18:28:33 +0000 |
commit | 260b1fac92442f95e5786316ca19d70d6327d025 (patch) | |
tree | 0c3ddd473b06c15d292a1e5542a1243002ce9dc1 /package.json | |
parent | 14bcd17b9819dffe01e3434ccc7508d7422a355a (diff) | |
parent | 8c2c4e4d75ec60182e37ddaf637bc25095bdd57f (diff) | |
download | gitlab-ce-260b1fac92442f95e5786316ca19d70d6327d025.tar.gz |
Merge branch 'update-babel-to-7.5.5' into 'master'
Upgrade babel to 7.5.5
See merge request gitlab-org/gitlab-ce!31819
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 2b9a00d1cbd..97ea872ee61 100644 --- a/package.json +++ b/package.json @@ -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", |