forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update starters and examples - gatsby (gatsbyjs#37693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
310b30d
commit 36c6106
Showing
13 changed files
with
1,411 additions
and
1,411 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
"version": "0.1.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^5.6.1", | ||
"gatsby-plugin-image": "^3.6.0", | ||
"gatsby-plugin-manifest": "^5.6.0", | ||
"gatsby-plugin-sharp": "^5.6.0", | ||
"gatsby-source-filesystem": "^5.6.0", | ||
"gatsby-transformer-sharp": "^5.6.0", | ||
"gatsby": "^5.7.0", | ||
"gatsby-plugin-image": "^3.7.0", | ||
"gatsby-plugin-manifest": "^5.7.0", | ||
"gatsby-plugin-sharp": "^5.7.0", | ||
"gatsby-source-filesystem": "^5.7.0", | ||
"gatsby-transformer-sharp": "^5.7.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.