From 2807bb85654dcdcdb7c156e9e1dafe7d7674ca44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 01:11:07 +0000 Subject: [PATCH] Bump @babel/plugin-transform-arrow-functions from 7.0.0 to 7.13.0 Bumps [@babel/plugin-transform-arrow-functions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-arrow-functions) from 7.0.0 to 7.13.0. - [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.13.0/packages/babel-plugin-transform-arrow-functions) 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 3523895..2520902 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/core": "7.11.5", "@babel/plugin-proposal-class-properties": "7.12.1", "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-transform-arrow-functions": "7.12.1", + "@babel/plugin-transform-arrow-functions": "7.13.0", "@babel/plugin-transform-async-to-generator": "7.13.0", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.11.0",