Skip to content

fix(deps): update starters and examples - gatsby #39267

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
967 changes: 588 additions & 379 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 @@ -10,7 +10,7 @@
"dependencies": {
"@fontsource/merriweather": "^5.0.8",
"@fontsource-variable/montserrat": "^5.0.17",
"gatsby": "^5.14.1",
"gatsby": "^5.14.3",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
Expand Down
967 changes: 588 additions & 379 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": "^5.14.1",
"gatsby": "^5.14.3",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
Expand Down
967 changes: 588 additions & 379 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": "^5.14.1",
"gatsby": "^5.14.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
967 changes: 588 additions & 379 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": "^5.14.1",
"gatsby": "^5.14.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^5.14.1",
"gatsby": "^5.14.3",
"gatsby-theme-minimal": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
968 changes: 589 additions & 379 deletions starters/gatsby-starter-wordpress-blog/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions starters/gatsby-starter-wordpress-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@fontsource/merriweather": "^5.0.8",
"@fontsource-variable/montserrat": "^5.0.17",
"@wordpress/block-library": "^8.28.1",
"gatsby": "^5.14.1",
"gatsby": "^5.14.3",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-wordpress": "^7.14.0",
"gatsby-source-wordpress": "^7.15.0",
"gatsby-transformer-sharp": "^5.14.0",
"html-react-parser": "^4.2.10",
"lodash": "^4.17.21",
Expand Down
967 changes: 588 additions & 379 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 @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^5.14.1",
"gatsby": "^5.14.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading