jacobparis / underkill-stack

A react router 7 stack for simple projects
https://underkill-stack.vercel.app
220 stars 11 forks source link

refactor: update package.json overrides to use dynamic versioning #3

Closed OnurGvnc closed 2 weeks ago

OnurGvnc commented 2 weeks ago

This PR updates the overrides section in package.json to use dynamic versioning for dependencies.

This change follows the recommended usage of npm's "overrides" feature as described in the npm documentation. By using the $ prefix, we're now referencing the versions specified in the direct dependencies, making our dependency management more flexible and maintainable.

jacobparis commented 2 weeks ago

Oh this is cool! I didn't know that was possible