Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#27973)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 18, 2020
1 parent e832f12 commit 4d8ab78
Show file tree
Hide file tree
Showing 19 changed files with 1,576 additions and 1,840 deletions.
523 changes: 252 additions & 271 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.25.3",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.6.0",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.4.2",
"gatsby-remark-prismjs": "^3.6.0",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-transformer-remark": "^2.9.2",
"gatsby-transformer-sharp": "^2.5.21",
"gatsby": "^2.26.1",
"gatsby-image": "^2.5.0",
"gatsby-plugin-feed": "^2.7.0",
"gatsby-plugin-google-analytics": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-remark-copy-linked-files": "^2.4.0",
"gatsby-remark-images": "^3.5.1",
"gatsby-remark-prismjs": "^3.7.0",
"gatsby-remark-responsive-iframe": "^2.5.0",
"gatsby-remark-smartypants": "^2.4.0",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-remark": "^2.10.0",
"gatsby-transformer-sharp": "^2.6.0",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
408 changes: 198 additions & 210 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.25.3",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-transformer-sharp": "^2.5.21",
"gatsby": "^2.26.1",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-sharp": "^2.6.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
Loading

0 comments on commit 4d8ab78

Please sign in to comment.