Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update starters and examples gatsby packages to ^4.24.7 #36957

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"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
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.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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading