-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 compatibility: Version 4.0.0 #76
Open
bordoni
wants to merge
12
commits into
main
Choose a base branch
from
fix/TEC-5322-wp-67-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5763705
Version bump for Node, NPM and remove a couple of react 16 dependencies
bordoni 0818b46
Remove react-test-renderer
bordoni 58479aa
Re install react test renderer
bordoni 11f2644
use @babel/plugin-transform-nullish-coalescing-operator
bordoni 9ff1022
Include react day picker to transpiling
bordoni 243aff6
Includate date-fns into transpiling
bordoni 75bc008
Includate @date-fns into transpiling
bordoni 49aaf2b
Add one more plugin-transform-logical-assignment-operators
bordoni 945385d
Improve how we handle babel dependencies as peer
bordoni 1a45026
Actually use the correct babel plugins
bordoni 0ce99c0
build(webpack) add chrono-node to transpiled modules
lucatume 4f3211c
build(package.json) add @babel/plugin-transform-logical-assignment-op…
lucatume File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.13.0 | ||
18.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
module.exports = [ | ||
'last 2 Chrome versions', | ||
'last 2 Firefox versions', | ||
'last 2 Safari versions', | ||
'last 2 Edge versions', | ||
'last 2 Opera versions', | ||
'last 2 iOS versions', | ||
'last 1 Android version', | ||
'last 1 ChromeAndroid version', | ||
'last 1 FirefoxAndroid version', | ||
'> 1%, not op_mini all, not ie <= 11, not ie_mob <= 11', | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
]; |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems...small
Why drop from
1%
to0.2%
?