Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#35245)
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 committed Mar 30, 2022
1 parent 392d6bc commit 0e091a9
Show file tree
Hide file tree
Showing 18 changed files with 1,697 additions and 1,724 deletions.
519 changes: 258 additions & 261 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.10.3",
"gatsby-plugin-feed": "^4.10.2",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-google-analytics": "^4.10.0",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-images": "^6.10.2",
"gatsby-remark-prismjs": "^6.10.0",
"gatsby-remark-responsive-iframe": "^5.10.0",
"gatsby-remark-smartypants": "^5.10.0",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.10.2",
"gatsby-transformer-sharp": "^4.10.0",
"gatsby": "^4.11.0",
"gatsby-plugin-feed": "^4.11.0",
"gatsby-plugin-gatsby-cloud": "^4.11.0",
"gatsby-plugin-google-analytics": "^4.11.0",
"gatsby-plugin-image": "^2.11.0",
"gatsby-plugin-manifest": "^4.11.0",
"gatsby-plugin-offline": "^5.11.0",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.11.0",
"gatsby-remark-copy-linked-files": "^5.11.0",
"gatsby-remark-images": "^6.11.0",
"gatsby-remark-prismjs": "^6.11.0",
"gatsby-remark-responsive-iframe": "^5.11.0",
"gatsby-remark-smartypants": "^5.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-remark": "^5.11.0",
"gatsby-transformer-sharp": "^4.11.0",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
459 changes: 228 additions & 231 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.10.3",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-sharp": "^4.10.0",
"gatsby": "^4.11.0",
"gatsby-plugin-gatsby-cloud": "^4.11.0",
"gatsby-plugin-image": "^2.11.0",
"gatsby-plugin-manifest": "^4.11.0",
"gatsby-plugin-offline": "^5.11.0",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-sharp": "^4.11.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
347 changes: 173 additions & 174 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.10.3",
"gatsby": "^4.11.0",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
347 changes: 173 additions & 174 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.10.3",
"gatsby": "^4.11.0",
"gatsby-theme-blog": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 0e091a9

Please sign in to comment.