Fix react_static_next fixture

This commit is contained in:
Hypnosphi 2018-09-11 02:29:31 +02:00
parent bd9c701d75
commit b50f829bb8
3 changed files with 5 additions and 3 deletions

View File

@ -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",

View File

@ -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 *

View File

@ -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",