Skip to content

Commit

Permalink
update packages to remove github warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
asashay committed Aug 3, 2020
1 parent 58634a0 commit e946ced
Show file tree
Hide file tree
Showing 3 changed files with 2,279 additions and 965 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
"prettier": "^2.0.4",
"puppeteer": "^3.1.0",
"react": "^16.13.1",
"react-docgen-typescript": "^1.20.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
"react-scripts": "^3.4.1",
"react-styleguidist": "^11.0.8"
},
"files": [
"dist"
Expand Down
4 changes: 4 additions & 0 deletions styleguide.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
propsParser: require('react-docgen-typescript').withDefaultConfig([{}]).parse,
components: 'src/index.js'
}
Loading

0 comments on commit e946ced

Please sign in to comment.