fix(deps): update ords-remix-jwt-sample dependencies #155
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.
[PR] fix(deps): update ords-remix-jwt-sample dependencies
Description
Updates the following ords-remix-jwt-sample template dependencies:
2.11.22.13.12.11.22.13.12.11.22.13.12.11.22.13.12.11.22.13.118.3.018.3.126.9.06.10.28.4.388.4.47Small note regarding the
mui-dependenciesgroup dependencies updates (#148):It's not currently possible to update the
@mui/materialand@mui/icons-materialdependencies from6.0.2to6.1.6since it seems to have introduced a breaking change in the way some of the components get imported (Currently investigating if this is a know issue) and as a result we would need to change how we import every component of the@mui/icons-materialpackage. I do believe that we should not do this change at this stage given that this is a minor version and it could be changed again in the future.Type of change
How Has This Been Tested?
package.jsonfile of theords-remix-jwt-sampletemplate.devcommand of the project and confirmed that there were no import errors.Checklist: