From 14a3295f35a8d6aabb1bc71c66f38030c9216d73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 12:45:10 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/plugin-proposal-class-properties Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.4.4 to 7.12.13. - [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.12.13/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e333d40..94bc17f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/cli": "7.5.5", "@babel/core": "7.4.5", - "@babel/plugin-proposal-class-properties": "7.4.4", + "@babel/plugin-proposal-class-properties": "7.12.13", "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/preset-env": "7.4.5", "@babel/preset-typescript": "7.3.3",