-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: upgrade dependences to support react 18.X #58
Conversation
"@babel/preset-env": "7.12.1", | ||
"@babel/preset-react": "7.12.1", | ||
"@babel/preset-typescript": "7.12.1", | ||
"@babel/core": "7.13.15", |
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.
What is this change for? adding a lot of dependencies.
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.
it's for unit testing,
before adding:
https://github.com/oolio-group/rn-use-modal/actions/runs/7028800357/job/19125360359
"react": ">=16.8.3", | ||
"react-native": ">=0.59.0" | ||
"react": "*", | ||
"react-native": ">=0.65.0" |
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.
So, this works for current react native version in pos and upcoming version change?
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.
Yes, Tested on my local
package.json
Outdated
@@ -8,7 +8,7 @@ | |||
"modal", | |||
"useModal" | |||
], | |||
"version": "0.1.9", | |||
"version": "0.1.10", |
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.
Let's go with 0.2.0 or 1.0.0?
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.
updated to 0.2.0
Description
Related Issues
Issue: #XXX
How Has This Been Tested
Types of changes
Checklist
Screenshots (if appropriate)