diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-22 13:26:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 13:26:29 +0000 |
commit | d73373c275268fc046eaf0385153501419fc609c (patch) | |
tree | e6e04c3708b38f7611b5fab2723167c558680fa2 /package.json | |
parent | b3ea5ca3d41c12eb7bb8198b95ef54c65f2072af (diff) | |
download | nextcloud-server-d73373c275268fc046eaf0385153501419fc609c.tar.gz nextcloud-server-d73373c275268fc046eaf0385153501419fc609c.zip |
Bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.3
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.4 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0549b4b8686..7469c829001 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ }, "devDependencies": { "@babel/core": "^7.7.7", - "@babel/plugin-proposal-class-properties": "^7.7.4", + "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.8.3", "@nextcloud/browserslist-config": "^1.0.0", |