From a392054e6e3ecd0ac281e14b62698057c2a09d70 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 22 Sep 2018 12:36:56 +0000 Subject: [PATCH] fix(package): update acorn-jsx to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9442f2d..0a53086 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "class-extend": "^0.1.1", "escodegen-wallaby": "^1.6.7", - "acorn-jsx": "^4.0.0", + "acorn-jsx": "^5.0.0", "lodash": "^4.6.1", "traverse": "^0.6.6" },