diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-03 13:31:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 13:31:38 +0000 |
commit | e32b219ce2c2aa128cf5aaba4fab9bccf42ce14f (patch) | |
tree | 5f84b4d3dbecf542c9c57c7d9ebb328430f27607 /package.json | |
parent | 77cbd2702ccfa1afb8362f545728e736f172ed49 (diff) | |
download | nextcloud-server-e32b219ce2c2aa128cf5aaba4fab9bccf42ce14f.tar.gz nextcloud-server-e32b219ce2c2aa128cf5aaba4fab9bccf42ce14f.zip |
Bump @babel/plugin-proposal-class-properties from 7.8.3 to 7.10.1
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.8.3 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-class-properties)
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 cb0bbf1d1fa..fb854c1c4c0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "devDependencies": { "@babel/core": "^7.10.2", - "@babel/plugin-proposal-class-properties": "^7.8.3", + "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.10.2", "@nextcloud/browserslist-config": "^1.0.0", |