From 981e64194d14a86c807a0946b3d0cad659b1062c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 11:22:36 +0000 Subject: [PATCH] Update aphrodite requirement from ^1.2.4 to ^2.4.0 Updates the requirements on [aphrodite](https://github.com/Khan/aphrodite) to permit the latest version. - [Release notes](https://github.com/Khan/aphrodite/releases) - [Changelog](https://github.com/Khan/aphrodite/blob/v2.4.0/CHANGELOG.md) - [Commits](https://github.com/Khan/aphrodite/compare/v1.2.4...v2.4.0) 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 056cbb4..1d9a16d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "webpack": "^3.6.0" }, "dependencies": { - "aphrodite": "^1.2.4", + "aphrodite": "^2.4.0", "babel-loader": "^7.1.2", "react": "^16.0.0", "react-dom": "^16.0.0",