mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Fix react_static_next fixture
This commit is contained in:
parent
bd9c701d75
commit
b50f829bb8
@ -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",
|
||||
|
@ -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 *
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user