Skip to content

Commit

Permalink
fix(deps): update starters and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent e4c51f2 commit 7b954f2
Show file tree
Hide file tree
Showing 6 changed files with 1,087 additions and 1,091 deletions.
30 changes: 16 additions & 14 deletions starters/blog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@fontsource/merriweather": "^5.0.8",
"@fontsource-variable/montserrat": "^5.0.17",
"@fontsource/merriweather": "^5.0.13",
"@fontsource-variable/montserrat": "^5.0.19",
"gatsby": "^5.13.3",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
Expand Down
72 changes: 32 additions & 40 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions starters/gatsby-starter-minimal-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3"
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}

0 comments on commit 7b954f2

Please sign in to comment.