inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.3k stars 423 forks source link

[1.x] Upgrade dependencies #1991

Open pedroborges opened 1 week ago

pedroborges commented 1 week ago

This PR addresses the challenges in the Inertia.js 1.x branch due to outdated dependencies. Previously, running npm update could break the build because of conflicts with stricter TypeScript checks. By updating dependencies, build scripts, and testing configurations, this PR enhances project stability and ensures future compatibility ahead of the v2 release.

Closes #1942.