From aadc85747826bd10011584ddb5884c9c39e7138c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 06:30:18 +0000 Subject: [PATCH] chore(deps-dev): update decaffeinate requirement from ^3.0.0 to ^6.0.2 Updates the requirements on [decaffeinate](https://github.com/decaffeinate/decaffeinate) to permit the latest version. - [Release notes](https://github.com/decaffeinate/decaffeinate/releases) - [Commits](https://github.com/decaffeinate/decaffeinate/compare/v3.0.0...v6.0.2) 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 ab5b6ac..7fb73c9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-es2015": "^6.13.0", "babel-register": "^6.11.6", "babelrc-rollup": "^3.0.0", - "decaffeinate": "^3.0.0", + "decaffeinate": "^6.0.2", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", "jscodeshift": "^0.6.4",