Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-01-22 18:47:23 +0300
committerMike Greiling <mike@pixelcog.com>2019-01-22 18:47:29 +0300
commit5f3478c0a3a8c76b3cf3c9a12e3afc8063114ba4 (patch)
tree8b70bb895ffdd4693aa8e0e85b9f1313e3f63b9d /package.json
parentf02be29e52ceb5622e3182830be833f4dfe7c9ce (diff)
Upgrade babel to v7.3
https://babeljs.io/blog/2019/01/21/7.3.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 21431b210cd..8bff6432542 100644
--- a/package.json
+++ b/package.json
@@ -21,12 +21,12 @@
},
"dependencies": {
"@babel/core": "^7.2.2",
- "@babel/plugin-proposal-class-properties": "^7.2.3",
+ "@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
- "@babel/plugin-proposal-private-methods": "^7.2.3",
+ "@babel/plugin-proposal-private-methods": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
- "@babel/preset-env": "^7.2.3",
+ "@babel/preset-env": "^7.3.1",
"@gitlab/csslab": "^1.8.0",
"@gitlab/svgs": "^1.47.0",
"@gitlab/ui": "^1.20.0",