diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a22a274674d..3a656a18461 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.3.4", + "@babel/core": "^7.4.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/preset-env": "^7.3.4", + "@babel/preset-env": "^7.4.3", "babel-loader": "^8.0.5", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "css-loader": "^2.1.0", |