Skip to content

Commit

Permalink
fix(starters): update react monorepo to ^16.8.0 (#11583)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and m-allanson committed Feb 6, 2019
1 parent c2ffc07 commit e77f103
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
22 changes: 11 additions & 11 deletions starters/blog/package-lock.json

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

4 changes: 2 additions & 2 deletions starters/blog/package.json
Expand Up @@ -26,8 +26,8 @@
"gatsby-transformer-remark": "^2.2.4",
"gatsby-transformer-sharp": "^2.1.13",
"prismjs": "^1.15.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.18",
"typeface-merriweather": "0.0.54",
Expand Down
22 changes: 11 additions & 11 deletions starters/default/package-lock.json

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

4 changes: 2 additions & 2 deletions starters/default/package.json
Expand Up @@ -14,8 +14,8 @@
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-sharp": "^2.1.13",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0"
},
"keywords": [
Expand Down
22 changes: 11 additions & 11 deletions starters/hello-world/package-lock.json

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

4 changes: 2 additions & 2 deletions starters/hello-world/package.json
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"gatsby": "^2.0.115",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e77f103

Please sign in to comment.