From df658a16115de4fd15b2a3cb6de1ef3c2ce6a4c3 Mon Sep 17 00:00:00 2001 From: rholliger Date: Mon, 14 Mar 2016 09:57:06 +0100 Subject: [PATCH] Update package.json Update the dependencies of react templates and broccoli for the newest node version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 168c3fe..fb53186 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/kraftwer1/broccoli-react-templates", "dependencies": { - "react-templates": "0.1.14", - "broccoli-filter": "0.1.10" + "react-templates": "0.4.1", + "broccoli-filter": "1.2.3" } }