Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 9, 2021
1 parent 79aee20 commit 2ca29ec
Show file tree
Hide file tree
Showing 8 changed files with 376 additions and 416 deletions.
186 changes: 88 additions & 98 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.1.0",
"gatsby": "^4.1.1",
"gatsby-plugin-feed": "^4.1.0",
"gatsby-plugin-gatsby-cloud": "^4.1.0",
"gatsby-plugin-google-analytics": "^4.1.0",
Expand Down
186 changes: 88 additions & 98 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.1.0",
"gatsby": "^4.1.1",
"gatsby-plugin-gatsby-cloud": "^4.1.0",
"gatsby-plugin-image": "^2.1.0",
"gatsby-plugin-manifest": "^4.1.0",
Expand Down
206 changes: 98 additions & 108 deletions starters/gatsby-starter-minimal/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.1.0",
"gatsby": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
206 changes: 98 additions & 108 deletions starters/hello-world/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^4.1.0",
"gatsby": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit 2ca29ec

Please sign in to comment.