Skip to content

Commit

Permalink
Merge pull request #234 from tanem/renovate/react-16.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v16.8.8
  • Loading branch information
Tane Morgan committed Mar 14, 2019
2 parents 3cf184a + f58d71e commit f79ebfc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-2.x/package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.11.3",
"@types/react": "16.8.7",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"typescript": "2.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-latest/package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.11.3",
"@types/react": "16.8.7",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"typescript": "3.3.3333"
},
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"@types/glob": "7.1.1",
"@types/jest": "24.0.11",
"@types/prop-types": "15.7.0",
"@types/react": "16.8.7",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"@types/shelljs": "0.8.3",
"@types/sinon": "7.0.10",
Expand Down

0 comments on commit f79ebfc

Please sign in to comment.