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

github.com/nextcloud/logreader.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>2022-07-02 07:27:32 +0300
committerGitHub <noreply@github.com>2022-07-02 07:27:32 +0300
commit3d6947ac86bc5a650ed364e111847e8a1259fa15 (patch)
tree017acb031a445a13c654889a5b72f81b8dded5a6 /package.json
parent67a2eecc2cda4aecd8584357deaca4ebc94e980f (diff)
Bump @babel/plugin-proposal-class-properties from 7.17.12 to 7.18.6
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.17.12 to 7.18.6. - [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.18.6/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 cdcf37a..13249a1 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.6",
- "@babel/plugin-proposal-class-properties": "^7.16.7",
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-async-to-generator": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.6",