Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #244 from NateRadebaugh/dependabot/npm_and_yarn/ex…
Browse files Browse the repository at this point in the history
…ample/types/react-16.9.2

chore(deps-dev): Bump @types/react from 16.9.1 to 16.9.2 in /example
  • Loading branch information
NateRadebaugh committed Aug 27, 2019
2 parents dab7ee1 + 8928cf9 commit 9a3cb4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/react": "^16.9.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"parcel": "^1.12.3",
"typescript": "^3.5.3"
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.9.1":
version "16.9.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.1.tgz#862c83b4c9d5cd116e42fd9a4f3694843cd2c051"
integrity sha512-jGM2x8F7m7/r+81N/BOaUKVwbC5Cdw6ExlWEUpr77XPwVeNvAppnPEnMMLMfxRDYL8FPEX8MHjwtD2NQMJ0yyQ==
"@types/react@*", "@types/react@^16.9.2":
version "16.9.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268"
integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479QdRhHfuW9yQ+0jjnD31eXSXutmBpppj5PYNLYLRfnZJvcfg==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 9a3cb4e

Please sign in to comment.