fix(deps): ords-remix-jwt-sample dependencies #320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(deps): ords-remix-jwt-sample dependencies
Description
Updates the following
ords-remix-jwt-sample
template dependencies:2.15.5
2.16.8
2.15.5
2.16.8
2.15.5
2.16.8
2.15.5
2.16.8
5.4.14
5.4.19
10.4.20
10.4.21
5.1.6
5.8.3
Regarding the
mui-dependencies
group dependencies updates (github.com//pull/272): It's not currently possible to update the@mui/material
and@mui/icons-material
dependencies from5.16.14
to7.0.2
since it seems to have introduced a breaking change in the way some of the components get imported and other compatibility issues with the version of remix and react that we are currently using.Regarding the
ords-react-dependencies
group dependencies updates (#273), it is not possible to update fromreact
18.3.1
to19.1.0
given that the current version of Remix does not fully supports this version of react. There is a Incremental Path to adopt React 19 that we are monitoring closely. The current status of this incremental path is to drop Remix V2 since it's being sunsetted and is currently in maintenance mode and adopt react-router 7 following the Upgrading from Remix Guide. We need to discuss this since dropping Remix has some implications (particularly changing the name of the template and documentation changes).Fixes # (issue number)
Type of change
How Has This Been Tested?
package.json
file of theords-remix-jwt-sample
template.dev
command of the project and confirmed that there were no import errors.Checklist: