-
-
Notifications
You must be signed in to change notification settings - Fork 144
chore: bump upstream version #635
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
Changes from 11 commits
49f3269
9c87777
aea83b1
da6b6de
d4be29b
30bf603
805b9bf
8573de4
1a4d9f4
bee1293
72eee76
f388b6c
7131691
7e8b366
3be03df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,13 +43,14 @@ | |
| "test": "rc-test" | ||
| }, | ||
| "dependencies": { | ||
| "@rc-component/select": "~1.2.0", | ||
| "@rc-component/tree": "~1.0.0", | ||
| "@rc-component/util": "^1.3.0", | ||
| "@rc-component/select": "~1.3.0", | ||
| "@rc-component/tree": "~1.1.0", | ||
| "@rc-component/util": "^1.4.0", | ||
| "clsx": "^2.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@rc-component/father-plugin": "^2.0.2", | ||
| "@rc-component/form": "^1.4.0", | ||
| "@rc-component/np": "^1.0.3", | ||
| "@rc-component/trigger": "^3.0.0", | ||
| "@testing-library/react": "^12.1.5", | ||
|
|
@@ -76,14 +77,13 @@ | |
| "glob": "^7.1.6", | ||
| "less": "^4.2.0", | ||
| "prettier": "^3.1.0", | ||
| "rc-field-form": "^1.44.0", | ||
| "rc-test": "^7.1.2", | ||
| "react": "^16.0.0", | ||
| "react-dom": "^16.0.0", | ||
| "react": "^18.0.0", | ||
| "react-dom": "^18.0.0", | ||
| "typescript": "^5.3.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": ">=16.9.0", | ||
| "react-dom": ">=16.9.0" | ||
| "react": ">=18.0.0", | ||
| "react-dom": ">=18.0.0" | ||
|
Comment on lines
+82
to
+83
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping the To ensure compatibility, the library must be tested against the versions of React it claims to support. Please update the |
||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.