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 (major) #38123

Merged
merged 2 commits into from
Jun 1, 2023
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
2 changes: 1 addition & 1 deletion starters/blog/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// custom typefaces
import "@fontsource/montserrat/variable.css"
import "@fontsource-variable/montserrat"
import "@fontsource/merriweather"
// normalize CSS across browsers
import "./src/normalize.css"
Expand Down
554 changes: 38 additions & 516 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

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": "^4.5.14",
"@fontsource/montserrat": "^4.5.14",
"@fontsource/merriweather": "^5.0.2",
"@fontsource-variable/montserrat": "^5.0.3",
"gatsby": "^5.10.0",
"gatsby-plugin-feed": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
Expand Down
14 changes: 7 additions & 7 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.

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 @@ -22,7 +22,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-wordpress-blog/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// custom typefaces
import "@fontsource/montserrat/variable.css"
import "@fontsource-variable/montserrat"
import "@fontsource/merriweather"
// normalize CSS across browsers
import "./src/normalize.css"
Expand Down
36 changes: 18 additions & 18 deletions starters/gatsby-starter-wordpress-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/gatsby-starter-wordpress-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": "^4.5.14",
"@fontsource/montserrat": "^4.5.14",
"@fontsource/merriweather": "^5.0.2",
"@fontsource-variable/montserrat": "^5.0.3",
"@wordpress/block-library": "^8.11.0",
"gatsby": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
Expand Down