diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-08 21:57:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-08 21:57:22 +0200 |
commit | 05523987bda64943d687508101b71a22e9d4bec3 (patch) | |
tree | 6057b8a0a5033f0e4a5b3ba03ad6cca7b46b6531 /package.json | |
parent | 3d69f03a6de949553a1fb10b4a54c8ef9689f971 (diff) | |
download | nextcloud-server-05523987bda64943d687508101b71a22e9d4bec3.tar.gz nextcloud-server-05523987bda64943d687508101b71a22e9d4bec3.zip |
Update babel deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 5c868c40639..1a0c85fb03d 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.4.5", + "@babel/core": "^7.5.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/preset-env": "^7.4.5", + "@babel/preset-env": "^7.5.0", "babel-loader": "^8.0.6", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "browserslist-config-nextcloud": "0.0.1", |