diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-01-09 00:17:23 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-01-09 00:17:23 -0600 |
commit | eeb14253e006a6f768deb1938c405f139ef2a3a0 (patch) | |
tree | 9f433feebd664eee83821246de600f27a9662912 /package.json | |
parent | 74dca275d2f318bddd70c7bd9cecc2c1f5acac73 (diff) | |
download | gitlab-ce-eeb14253e006a6f768deb1938c405f139ef2a3a0.tar.gz |
Upgrade babel to v7.2
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 5c4abacae99..5d33952f9b5 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { - "@babel/core": "^7.1.2", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-json-strings": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/plugin-syntax-import-meta": "^7.0.0", - "@babel/preset-env": "^7.1.0", + "@babel/core": "^7.2.2", + "@babel/plugin-proposal-class-properties": "^7.2.3", + "@babel/plugin-proposal-json-strings": "^7.2.0", + "@babel/plugin-syntax-dynamic-import": "^7.2.0", + "@babel/plugin-syntax-import-meta": "^7.2.0", + "@babel/preset-env": "^7.2.3", "@gitlab/csslab": "^1.8.0", "@gitlab/svgs": "^1.47.0", "@gitlab/ui": "^1.20.0", |