Skip to content

Commit

Permalink
fix(deps): update starters and examples gatsby packages to ^4.5.4 (#3…
Browse files Browse the repository at this point in the history
…4541)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 19, 2022
1 parent 3954944 commit 022ce14
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 58 deletions.
18 changes: 9 additions & 9 deletions starters/blog/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 starters/blog/package.json
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.5.3",
"gatsby": "^4.5.4",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
Expand Down
18 changes: 9 additions & 9 deletions starters/default/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 starters/default/package.json
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.5.3",
"gatsby": "^4.5.4",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
Expand Down
36 changes: 18 additions & 18 deletions starters/gatsby-starter-minimal/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 starters/gatsby-starter-minimal/package.json
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.5.3",
"gatsby": "^4.5.4",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
36 changes: 18 additions & 18 deletions starters/hello-world/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 starters/hello-world/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^4.5.3",
"gatsby": "^4.5.4",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit 022ce14

Please sign in to comment.