eclipsesource / jsonforms

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
http://jsonforms.io
Other
2.22k stars 373 forks source link

Dependency conflict core-js v3+ #2172

Open andervaler opened 1 year ago

andervaler commented 1 year ago

Describe the bug

I am encountering a dependency conflict issue in the core-js library.

Expected behavior

I expected the dependencies to be resolved correctly without any conflicts.

Steps to reproduce the issue

npm i @jsonforms/angular-material (with "core-js": "3.24.1")

Screenshots

image

In which browser are you experiencing the issue?

Any

Which Version of JSON Forms are you using?

v3.1.0

Framework

Angular v14.0.4

RendererSet

Material

Additional context

No response

sdirix commented 1 year ago

Hi @andervaler,

Did you try to install it anyway and check whether it still works? If yes we could raise our peer dependency range.