Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
feat: updates to storybook@5.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
morgs32 committed Mar 31, 2020
1 parent 4aae580 commit eddf13c
Show file tree
Hide file tree
Showing 5 changed files with 1,951 additions and 2,289 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"packages/*"
],
"devDependencies": {
"lerna": "^3.13.1",
"prettier": "^1.16.4"
"lerna": "^3.20.2",
"prettier": "^2.0.2"
},
"scripts": {
"build": "lerna run build --stream",
Expand Down
23 changes: 7 additions & 16 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,22 @@
"private": true,
"dependencies": {
"@emotion/core": "^10.0.9",
"react": "^16.8.4"
"react": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.0",
"@storybook/addon-actions": "^5.1.1",
"@storybook/addon-links": "^5.1.1",
"@storybook/addons": "^5.1.1",
"@storybook/react": "^5.1.1",
"@storybook/theming": "^5.1.1",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@storybook/theming": "^5.3.18",
"babel-loader": "^8.0.5",
"serve": "^11.3.0",
"storybook-addon-xd-designs": "^5.4.0"
},
"scripts": {
"storybook": "start-storybook -p 6006 -s ../assets",
"test": "echo 'No tests' && exit 0",
"build-storybook": "build-storybook -s ../assets"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-react-jsx"
]
}
}
1 change: 0 additions & 1 deletion packages/storybook-addon-xd-designs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@types/lodash": "^4.14.149",
"@types/pdfjs-dist": "^2.0.0",
"@types/react": "^16.9.29",
"@types/webpack-env": "^1.13.9",
"babel-jest": "^25.2.4",
"jest": "^25.2.4",
"lerna": "^3.20.2",
Expand Down
Loading

0 comments on commit eddf13c

Please sign in to comment.