From 3199651f374631706a86cd91250f9bf42c9c0cad Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 4 Apr 2017 14:27:14 -1000 Subject: [PATCH 1/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edeec628..6160b47d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "ShakaCode's example of React on Rails plus React Native", "main": "server-express.js", "engines": { - "node": "7.2.0", - "npm": "4.0.2" + "node": "7.8.0", + "npm": "4.2.0" }, "scripts": { "postinstall": "cd client && yarn install", From 85a98bc45fa62b63d0972be82d60792e4de906d5 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 4 Apr 2017 14:27:43 -1000 Subject: [PATCH 2/2] Update package.json --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index c2aadb18..f9bda33b 100644 --- a/client/package.json +++ b/client/package.json @@ -4,8 +4,8 @@ "description": "Code from the React Webpack tutorial.", "main": "server-express.js", "engines": { - "node": "7.2.0", - "npm": "4.0.2" + "node": "7.8.0", + "npm": "4.2.0" }, "repository": { "type": "git",