From b50f829bb8192b418cad5fb7e90d6f8d75d0d960 Mon Sep 17 00:00:00 2001 From: Hypnosphi Date: Tue, 11 Sep 2018 02:29:31 +0200 Subject: [PATCH] Fix react_static_next fixture --- lib/cli/test/fixtures/react_static_next/package.json | 3 ++- lib/cli/test/run_tests.sh | 2 +- lib/cli/test/snapshots/react_static_next/package.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/cli/test/fixtures/react_static_next/package.json b/lib/cli/test/fixtures/react_static_next/package.json index 894f5135b24..a81a669c7a8 100644 --- a/lib/cli/test/fixtures/react_static_next/package.json +++ b/lib/cli/test/fixtures/react_static_next/package.json @@ -13,8 +13,9 @@ "axios": "^0.16.2", "react": "^16.0.0", "react-dom": "^16.0.0", + "react-hot-loader": "^4.3.6", "react-router": "^4.2.0", - "react-static": "nozzle/react-static" + "react-static": "^6.0.0-beta.21" }, "devDependencies": { "eslint-config-react-tools": "1.x.x", diff --git a/lib/cli/test/run_tests.sh b/lib/cli/test/run_tests.sh index 8421f8040aa..7c16a83545e 100755 --- a/lib/cli/test/run_tests.sh +++ b/lib/cli/test/run_tests.sh @@ -86,7 +86,7 @@ if [ $update_only -eq 1 ] # install all the dependencies in a single run cd ../../.. -yarn install --non-interactive --silent +yarn install --non-interactive --silent --pure-lockfile cd ${test_root}/run for dir in * diff --git a/lib/cli/test/snapshots/react_static_next/package.json b/lib/cli/test/snapshots/react_static_next/package.json index a2d0c973d2f..b478ec7e8a5 100644 --- a/lib/cli/test/snapshots/react_static_next/package.json +++ b/lib/cli/test/snapshots/react_static_next/package.json @@ -15,8 +15,9 @@ "axios": "^0.16.2", "react": "^16.0.0", "react-dom": "^16.0.0", + "react-hot-loader": "^4.3.6", "react-router": "^4.2.0", - "react-static": "nozzle/react-static" + "react-static": "^6.0.0-beta.21" }, "devDependencies": { "eslint-config-react-tools": "1.x.x",