Skip to content

Commit

Permalink
Merge branch 'master' into #273-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Aug 17, 2019
2 parents 1628e57 + 56e59fa commit 909f9bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@storybook/react": "5.1.11",
"@testing-library/react-hooks": "2.0.1",
"@types/jest": "24.0.17",
"@types/react": "16.9.1",
"@types/react": "16.8.23",
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"babel-plugin-dynamic-import-node": "2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2233,15 +2233,15 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/[email protected]":
version "16.8.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.23.tgz#ec6be3ceed6353a20948169b6cb4c97b65b97ad2"
integrity sha512-abkEOIeljniUN9qB5onp++g0EY38h7atnDHxwKUFz1r3VH1+yG1OKi2sNPTyObL40goBmfKFpdii2lEzwLX1cA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.9.1", "@types/react@>=16.9.0":
"@types/react@>=16.9.0":
version "16.9.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.1.tgz#862c83b4c9d5cd116e42fd9a4f3694843cd2c051"
integrity sha512-jGM2x8F7m7/r+81N/BOaUKVwbC5Cdw6ExlWEUpr77XPwVeNvAppnPEnMMLMfxRDYL8FPEX8MHjwtD2NQMJ0yyQ==
Expand Down

0 comments on commit 909f9bd

Please sign in to comment.