Skip to content
Open
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
4 changes: 2 additions & 2 deletions packages/homepage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"cannon": "^0.6.2",
"date-fns": "1.30.1",
"framer-motion": "^1.6.14",
"gatsby": "^2.13.45",
"gatsby-cli": "^2.7.21",
"gatsby": "^5.14.0",
"gatsby-cli": "^4.5.0",
Comment on lines +43 to +44

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This update from Gatsby v2 to v5, and gatsby-cli from v2 to v4, represents multiple major version jumps. Such upgrades are highly likely to introduce significant breaking changes that could break the project. For instance, gatsby-image (used in this project) is deprecated and was replaced by gatsby-plugin-image starting with Gatsby v3. You will need to migrate your code to the new APIs. Please review the official Gatsby migration guides for v3, v4, and v5 thoroughly before merging. Extensive testing will be critical to ensure the site's functionality is not broken.

"gatsby-image": "^2.2.30",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.1.4",
Expand Down