From bbe4b9e0b5d22fda9ef5ed014f8f0cd277c829cd Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Sun, 17 Jun 2018 08:02:22 -0700 Subject: [PATCH] Update local-third-party-project-testing.md --- admin/local-third-party-project-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/local-third-party-project-testing.md b/admin/local-third-party-project-testing.md index 4bd19531d5..67b59145ca 100644 --- a/admin/local-third-party-project-testing.md +++ b/admin/local-third-party-project-testing.md @@ -51,9 +51,9 @@ So, you should install these packages locally. **Base the versions on the versio # Still in the website directory of the testing project npm install babel-plugin-transform-class-properties@^6.24.1 npm install babel-plugin-transform-object-rest-spread@^6.26.0 -npm install react@^16.3.2 +npm install react@^16.4.1 npm install babel-preset-env@^1.7.0 -npm install babel-preset-react@^6.24.0 +npm install babel-preset-react@^6.24.1 ``` ### Test