Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 9, 2023
1 parent 22394b9 commit 9284520
Show file tree
Hide file tree
Showing 13 changed files with 527 additions and 527 deletions.
202 changes: 101 additions & 101 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@fontsource/merriweather": "^4.5.14",
"@fontsource/montserrat": "^4.5.14",
"gatsby": "^5.9.0",
"gatsby": "^5.9.1",
"gatsby-plugin-feed": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
Expand Down
202 changes: 101 additions & 101 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

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": "^5.9.0",
"gatsby": "^5.9.1",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-sharp": "^5.9.0",
Expand Down
202 changes: 101 additions & 101 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
Expand Up @@ -17,7 +17,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^5.9.0",
"gatsby": "^5.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
202 changes: 101 additions & 101 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
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^5.9.0",
"gatsby": "^5.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^5.9.0",
"gatsby": "^5.9.1",
"gatsby-theme-minimal": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
30 changes: 15 additions & 15 deletions starters/gatsby-starter-wordpress-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/gatsby-starter-wordpress-blog/package.json
Expand Up @@ -11,7 +11,7 @@
"@fontsource/merriweather": "^4.5.14",
"@fontsource/montserrat": "^4.5.14",
"@wordpress/block-library": "^8.9.0",
"gatsby": "^5.9.0",
"gatsby": "^5.9.1",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-sharp": "^5.9.0",
Expand Down

0 comments on commit 9284520

Please sign in to comment.