Summary of Changes
This PR updates the express package from version 4.18.2 to 4.20.0 to resolve a peer dependency conflict with @remix-run/express@2.13.1.
Error Report
While attempting to install dependencies, the following error was encountered:
npm resolution error report
While resolving: remix-shadcn@undefined
Found: express@4.18.2
node_modules/express
express@"4.18.2" from the root project
Could not resolve dependency:
peer express@"^4.20.0" from @remix-run/express@2.13.1
node_modules/@remix-run/express
@remix-run/express@"*" from the root project
This update ensures compatibility with the latest version of @remix-run/express.
Summary of Changes This PR updates the express package from version 4.18.2 to 4.20.0 to resolve a peer dependency conflict with @remix-run/express@2.13.1.
Error Report While attempting to install dependencies, the following error was encountered:
This update ensures compatibility with the latest version of @remix-run/express.