diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-12 08:07:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 08:07:00 +0100 |
commit | 9ee6f83a8d43006395d82eaab34d279c529cdfb6 (patch) | |
tree | 17cda066710c17b57e12330028040746f97c25c7 /package.json | |
parent | 9a460f9e390d50eaf02ee2fcbf3c12d1ada21b0e (diff) | |
parent | 3eb403a0da1da23533aa4d280c6c99e0e674212a (diff) | |
download | nextcloud-server-9ee6f83a8d43006395d82eaab34d279c529cdfb6.tar.gz nextcloud-server-9ee6f83a8d43006395d82eaab34d279c529cdfb6.zip |
Merge pull request #17882 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.7.0
Bump @babel/plugin-proposal-class-properties from 7.5.5 to 7.7.0
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 99259507aa6..c158b75a67d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "devDependencies": { "@babel/core": "^7.6.4", - "@babel/plugin-proposal-class-properties": "^7.5.5", + "@babel/plugin-proposal-class-properties": "^7.7.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.7.1", "@nextcloud/browserslist-config": "^1.0.0", |