summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-01-09 19:55:54 +0000
committerTim Zallmann <tzallmann@gitlab.com>2019-01-09 19:55:54 +0000
commit47698eec4086b82047a677e218a5299f73c46109 (patch)
tree6cdacb5056115838ac850a08bc9e9c19486595bd /package.json
parent3448f221e9d41a9e1884fd843d11e1e42f8afa0b (diff)
parent5d4c7b4f137bec6470c6ba63ff203dc89bbc387c (diff)
downloadgitlab-ce-47698eec4086b82047a677e218a5299f73c46109.tar.gz
Merge branch 'upgrade-babel-deps' into 'master'
Upgrade babel to v7.2 See merge request gitlab-org/gitlab-ce!24259
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index c88a83fcc0e..1562cf6d825 100644
--- a/package.json
+++ b/package.json
@@ -19,12 +19,13 @@
"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-proposal-private-methods": "^7.2.3",
+ "@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",