Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#36416)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 19, 2022
1 parent c92404b commit 77190f4
Show file tree
Hide file tree
Showing 21 changed files with 286 additions and 266 deletions.
48 changes: 24 additions & 24 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 @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.21.0",
"gatsby": "^4.21.1",
"gatsby-plugin-feed": "^4.21.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
Expand All @@ -18,7 +18,7 @@
"gatsby-remark-prismjs": "^6.21.0",
"gatsby-remark-responsive-iframe": "^5.21.0",
"gatsby-remark-smartypants": "^5.21.0",
"gatsby-source-filesystem": "^4.21.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-transformer-remark": "^5.21.0",
"gatsby-transformer-sharp": "^4.21.0",
"prismjs": "^1.28.0",
Expand Down
48 changes: 24 additions & 24 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 @@ -5,11 +5,11 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.21.0",
"gatsby": "^4.21.1",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-source-filesystem": "^4.21.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-transformer-sharp": "^4.21.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
Expand Down

0 comments on commit 77190f4

Please sign in to comment.