fix(deps): ords-remix-jwt-sample dependencies #258
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.3
2.16.5
2.15.3
2.16.5
2.15.3
2.16.5
2.15.3
2.16.5
2.29.1
2.31.0
Regarding the
mui-dependencies
group dependencies updates (#230): It's not currently possible to update the@mui/material
and@mui/icons-material
dependencies from5.16.14
to6.4.6
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 that we are currently using.Regarding the
ords-react-dependencies
group dependencies updates (#231), it is not possible to update fromreact
18.3.1
to19.0.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.On the same note, it is not feasible to update
@typescript-eslint/eslint-plugin
from7.15.0
to8.29.0
(#252) given that there is a compatibility issues between this dependency andeslint-config-airbnb-typescript
.And, finally, updated to
@remix/run/*
2.16.5 version because there is a vulnerability reported for <2.16.3 versions of the dependency.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: