-
Notifications
You must be signed in to change notification settings - Fork 45
Update react-storybook to latest version to fix iframe on docs site #154
Conversation
cc @sophistifunk @cliffmeyers look ok? |
Does this build in our cloud? Github is telling me it failed, but the URL is bad. |
@sophistifunk yeah it does - but a test instance (noting to do with dogfood) wallopped the status. @dragoonis if you push a change it shoudl trigger another build. |
@dragoonis you have an invitation to be a collaborator on this repo so you can work in branches here too if that suits. |
@michaelneale this PR doesn't show up on the PR's tab on Dogfood. Should it? Otherwise I'm not sure how to re-run the build. |
I don't know either - convert it to a branch and it should rebuild. |
I think https://github.com/jenkinsci/jenkins-design-language/blob/master/site-publish.sh isn't part of the build anymore. |
Never was, as it doesn't work for everybody. |
UX-314: change animation timing
@sophistifunk what is the problem. I fixed it around a month ago when i published the last time |
IIRC, it required a specific version of git that's newer than what you get on OSX. |
@sophistifunk yeah I added:
|
package.json
Outdated
@@ -47,7 +47,7 @@ | |||
"react-dom": "15.3.2" | |||
}, | |||
"devDependencies": { | |||
"@kadira/storybook": "2.24.1", | |||
"@kadira/storybook": "^2.35.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@kadira/storybook": "2.35.3"
please do not use ^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking, should we write a utility that validates package.json for semver best practices. My feeling is that deps and devDeps should use exact, but peerDeps should use caret operator. We could create a standalone util for use in JDL but also bake it into js-builder by default. Or maybe something comparable already exists, can look. WDYT @scherler ?
Doesn't yarn.lock handle that anyways? I can't fix this or on mobile so I'll try and get to it asap |
ping @scherler @sophistifunk can we merge this one in now? |
Definitely |
nice one @halkeye ! swish |
Description
Submitter checklist
Reviewer checklist