Skip to content

Commit

Permalink
chore: upgrade component-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 1, 2019
1 parent e2b4ba4 commit 1923882
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
at: ~/react-native-paper
- run: |
yarn lint
yarn flow
yarn flow check
typescript:
<<: *defaults
steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"color": "^2.0.1",
"component-docs": "^0.19.4",
"linaria": "^1.2.1"
"component-docs": "^0.19.5",
"linaria": "^1.2.4"
}
}
34 changes: 30 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1857,10 +1857,10 @@ commondir@^1.0.1:
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=

component-docs@^0.19.4:
version "0.19.4"
resolved "https://registry.yarnpkg.com/component-docs/-/component-docs-0.19.4.tgz#5fbe9d5ad829090890417e619942a62e5e5a2975"
integrity sha512-NipAEX+wjVzM0lPTJ9M8IOKrdCTm7OR52qH7wNHYLKO4zwPv8Zz/CHI0cp9/hzrnpz3YO1dswYPBLNLfR5Qkcg==
component-docs@^0.19.5:
version "0.19.5"
resolved "https://registry.yarnpkg.com/component-docs/-/component-docs-0.19.5.tgz#0ac3e8b0b1590d1504e6749bdcdec3dcd9f46543"
integrity sha512-175qW0CxJCwCiBy2+j0H8Xxf35nJkqIyAQaLDdCMSPa8g3TlfsUtfxMRB9ynQ5Ac9QY2tDid3CiElTXOeaCuuA==
dependencies:
"@babel/core" "^7.3.3"
"@babel/plugin-proposal-class-properties" "^7.3.3"
Expand Down Expand Up @@ -3842,6 +3842,32 @@ linaria@^1.2.1:
stylis "^3.5.4"
yargs "^13.2.1"

linaria@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/linaria/-/linaria-1.2.4.tgz#5ef2a8b14b8a2071939b5772964fd402a02fa6c6"
integrity sha512-b95yQdpvE5X9JZ5/ChQpgECw9ERk3lBR/Th8fmNKzISgrkl1COgFX9l7zmjTNKp7jUWIGaVfN4hDuM0bPe/4JQ==
dependencies:
"@babel/core" "^7.3.3"
"@babel/generator" "^7.3.3"
"@babel/plugin-proposal-export-namespace-from" "^7.2.0"
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
"@babel/register" "^7.0.0"
"@emotion/is-prop-valid" "^0.7.3"
cosmiconfig "^5.1.0"
dedent "^0.7.0"
enhanced-resolve "^4.1.0"
glob "^7.1.3"
loader-utils "^1.2.3"
mkdirp "^0.5.1"
normalize-path "^3.0.0"
postcss "^7.0.14"
react-is "^16.8.3"
rollup-pluginutils "^2.4.1"
source-map "^0.7.3"
stylis "^3.5.4"
yargs "^13.2.1"

load-json-file@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn lint && yarn flow && yarn typescript && yarn test"
"pre-commit": "yarn lint && yarn flow check && yarn typescript && yarn test"
}
},
"jest": {
Expand Down

0 comments on commit 1923882

Please sign in to comment.