Skip to content
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

Fix package.json should mention peer dependency on react-is #9201

Merged
merged 4 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-is": "^17.0.0",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0",
"react-test-renderer": "~16.8.6",
Expand All @@ -54,6 +55,7 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-hook-form": "*",
"react-is": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0"
},
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18494,6 +18494,7 @@ __metadata:
react-dropzone: ^12.0.4
react-error-boundary: ^3.1.4
react-hook-form: ^7.43.9
react-is: ^17.0.0
react-query: ^3.32.1
react-router: ^6.1.0
react-router-dom: ^6.1.0
Expand All @@ -18508,6 +18509,7 @@ __metadata:
react: ^16.9.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0
react-hook-form: "*"
react-is: ^16.9.0 || ^17.0.0 || ^18.0.0
react-router: ^6.1.0
react-router-dom: ^6.1.0
languageName: unknown
Expand Down Expand Up @@ -18873,7 +18875,7 @@ __metadata:
languageName: node
linkType: hard

"react-is@npm:^16.12.0 || ^17.0.0, react-is@npm:^17.0.1, react-is@npm:^17.0.2":
"react-is@npm:^16.12.0 || ^17.0.0, react-is@npm:^17.0.0, react-is@npm:^17.0.1, react-is@npm:^17.0.2":
version: 17.0.2
resolution: "react-is@npm:17.0.2"
checksum: 2bdb6b93fbb1820b024b496042cce405c57e2f85e777c9aabd55f9b26d145408f9f74f5934676ffdc46f3dcff656d78413a6e43968e7b3f92eea35b3052e9053
Expand Down
Loading