jacob-ebey / remix-shadcn

Remix + Vite + shadcn/ui starter template.
https://remix-shadcn.pages.dev/
145 stars 11 forks source link

chore: bump express from 4.18.2 to 4.20.0 #12

Open morrisonak opened 1 month ago

morrisonak commented 1 month ago

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.