timdeschryver / ng-signal-forms

120 stars 9 forks source link

update dependencies to ng17 #28

Closed maku closed 10 months ago

maku commented 10 months ago

Currently, when using ng17, I am getting "Conflicting peer dependency" because of ng-signal-forms uses ng16 so I have to force npm...

matheo commented 10 months ago

A temporary workaround would be:

npm config --location=project set legacy-peer-deps=true

I don't like the way npm 7 works tho

timdeschryver commented 10 months ago

Hi, correct we need to upgrade to ng17. If anyone one wants to pick this up, please drop your name in the comments and we'll assign it to you.

matheo commented 10 months ago

@timdeschryver #29 PR ready :)

github-actions[bot] commented 10 months ago

:tada: This issue has been resolved in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: