From 5dd8b7334b655e92aa402db02fa012c909e57ff8 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Fri, 16 Feb 2018 08:36:26 -0800 Subject: [PATCH] Update local third party testing clowntown dependencies --- admin/local-third-party-project-testing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/local-third-party-project-testing.md b/admin/local-third-party-project-testing.md index 03bc538472..91919fbd44 100644 --- a/admin/local-third-party-project-testing.md +++ b/admin/local-third-party-project-testing.md @@ -48,9 +48,11 @@ 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-preset-react@^6.24.0 -npm install babel-preset-env@^1.6.0 +npm install babel-plugin-transform-class-properties@^6.24.1 +npm install babel-plugin-transform-object-rest-spread@^6.26.0 npm install react@^15.5.4 +npm install babel-preset-env@^1.6.0 +npm install babel-preset-react@^6.24.0 ``` ### Test