Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 12, 2022
1 parent f49f10b commit 68c8e74
Show file tree
Hide file tree
Showing 18 changed files with 1,557 additions and 863 deletions.
281 changes: 202 additions & 79 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.11.2",
"gatsby": "^4.11.3",
"gatsby-plugin-feed": "^4.11.1",
"gatsby-plugin-gatsby-cloud": "^4.11.1",
"gatsby-plugin-google-analytics": "^4.11.0",
Expand Down
281 changes: 202 additions & 79 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.11.2",
"gatsby": "^4.11.3",
"gatsby-plugin-gatsby-cloud": "^4.11.1",
"gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-manifest": "^4.11.1",
Expand Down
236 changes: 184 additions & 52 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.11.2",
"gatsby": "^4.11.3",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
236 changes: 184 additions & 52 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.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.11.2",
"gatsby": "^4.11.3",
"gatsby-theme-blog": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
302 changes: 153 additions & 149 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.11.2",
"gatsby": "^4.11.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
314 changes: 159 additions & 155 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.11.2",
"gatsby": "^4.11.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
Loading

0 comments on commit 68c8e74

Please sign in to comment.