Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 4, 2022
1 parent 68e9cab commit 0083e62
Show file tree
Hide file tree
Showing 21 changed files with 2,366 additions and 1,316 deletions.
331 changes: 200 additions & 131 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 @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-plugin-feed": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
Expand Down
331 changes: 200 additions & 131 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": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-sharp": "^4.24.0",
Expand Down
463 changes: 341 additions & 122 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
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
463 changes: 341 additions & 122 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
Expand Up @@ -13,7 +13,7 @@
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-theme-blog": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
299 changes: 184 additions & 115 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": "^4.24.6",
"gatsby": "^4.24.7",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
Expand Down
305 changes: 187 additions & 118 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": "^4.24.6",
"gatsby": "^4.24.7",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
Expand Down
347 changes: 219 additions & 128 deletions starters/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-notes-theme/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-theme-notes": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-theme-minimal": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
403 changes: 212 additions & 191 deletions starters/gatsby-starter-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-theme/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-theme-blog": "^4.0.0",
"gatsby-theme-notes": "^4.0.0",
"react": "^17.0.2",
Expand Down
413 changes: 284 additions & 129 deletions starters/gatsby-starter-wordpress-blog/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-wordpress-blog/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@wordpress/block-library": "^2.29.3",
"gatsby": "^4.24.6",
"gatsby": "^4.24.7",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
Expand Down

0 comments on commit 0083e62

Please sign in to comment.