You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rjsf/core and other packages require @rjsf/utils@~5.6.0 as a peer dependency, not 5.7.0. Therefore @rjsf/utils does not satisfy peer dependencies of others:
❯ yarn
(snipped)
➤ YN0060: │ my-package provides @rjsf/utils (p8313d) with version 5.7.0, which doesn't satisfy what @rjsf/antd requests
➤ YN0060: │ my-package provides @rjsf/utils (p34348) with version 5.7.0, which doesn't satisfy what @rjsf/core requests
➤ YN0060: │ my-package provides @rjsf/utils (p4359b) with version 5.7.0, which doesn't satisfy what @rjsf/validator-ajv8 requests
(snipped)
❯ yarn explain peer-requirements p8313d
➤ YN0000: my-package provides @rjsf/utils@npm:5.7.0 [89fbe] with version 5.7.0, which doesn't satisfy the following requirements:
➤ YN0000: @rjsf/antd@npm:5.7.0 [89fbe] → 5.6.x ✘
Expected Behavior
I think rjsf/* packages are shipped in the same release cycle, so for example @rjsf/[email protected] package should require @rjsf/[email protected] as a peer dependency.
Steps To Reproduce
Install @rjsf/[email protected] and some other packages of version 5.7.0.
Prerequisites
What theme are you using?
antd
Version
5.7.0
Current Behavior
@rjsf/core
and other packages require@rjsf/utils@~5.6.0
as a peer dependency, not 5.7.0. Therefore@rjsf/utils
does not satisfy peer dependencies of others:Expected Behavior
I think rjsf/* packages are shipped in the same release cycle, so for example
@rjsf/[email protected]
package should require@rjsf/[email protected]
as a peer dependency.Steps To Reproduce
Install @rjsf/[email protected] and some other packages of version 5.7.0.
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: