Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-15 16:23:42 +0300
committerGitHub <noreply@github.com>2021-06-15 16:23:42 +0300
commitd4cad6b1a850490e399578d4fcf56d7a2b228954 (patch)
treef6a6aeeb215c0e1c03002a15fedfb658d1836837 /package.json
parentc77261d8280c71870af3241466f92e6d97451bec (diff)
Bump @babel/plugin-proposal-class-properties from 7.13.0 to 7.14.5
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.13.0 to 7.14.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-plugin-proposal-class-properties) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-class-properties" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index de8864b1bb0..f5a85df859c 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.3",
- "@babel/plugin-proposal-class-properties": "^7.13.0",
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.5",
"@nextcloud/babel-config": "^1.0.0-beta.1",