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

Lock down class-transformer version #654

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Conversation

stwiname
Copy link
Collaborator

For some stupid reason class-transformer decided to release a breaking change in a minor release.

https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md#041-breaking-change---2021-11-20

Locks down the version to match the other packages that use class-transformer.

In the mean time adding the below snippet to a projects package.json if they use @subql/contract-processors will fix the issue

  "resolutions": {
    "class-transformer": "0.4.0"
  }

@ianhe8x ianhe8x merged commit 1065e9a into main Nov 23, 2021
@ianhe8x ianhe8x deleted the fix-class-transformer-dep branch November 23, 2021 01:39
bz888 pushed a commit that referenced this pull request Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants