This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Upgrade to Latest Nx (15.0.1) and Update Dependencies #9
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.
Reference
core-js
since the requirements are relaxed: https://github.com/nrwl/nx/blob/f49769a34a7f47d252648132793cddd2612262ee/packages/web/src/generators/init/init.ts#L371.1.0
because of [1.0.0] TypeError: Cannot read properties of undefined (reading 'create') axios/axios#5011Note
Base Web still doesn't have full React 18 support due to some of its dependencies requesting peers of React 16.x or 17.x:
react-movable@2.5.4
react-virtualized@9.22.3
react-virtualized-auto-sizer@1.0.6
but nothing breaks as of right now.