The-niceU commented on PR #447: URL: https://github.com/apache/fory-site/pull/447#issuecomment-4451161546
**Regarding the package-lock.json changes:** I’ve included an update to package-lock.json for the following reasons: - Environment Consistency: When running the project locally, I encountered an explicit error stating that Node.js 24 is required. This indicates that the project’s actual dependencies now rely on a higher Node version. Submitting this updated lockfile will help other developers avoid the same versioning issues I faced. - Dependency Synchronization: The additions to the framer-motion dependency tree were automatically generated by npm install. This ensures that the project’s lockfile is fully synchronized with the current definitions in package.json. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
