Fix dependencies to remove yarn warnings #1

Merged
roysc merged 1 commits from dboreham/fix-dependency-versions into main 2022-10-03 18:19:28 +00:00
Owner

yarn produced these warnings:

warning " > node-yaml@4.0.1" has incorrect peer dependency "js-yaml@^3.13.x".
warning " > protoc-gen-ts@0.8.2" has unmet peer dependency "google-protobuf@^3.13.0".

Updated package.json to use dependency versions that don't produce the warnings.

One questionable thing is that I had to revert the version of package js-yaml : we specify node-yaml version 4.0.1 which has js-yaml 3.14.1 as a peer dependency. We were specifying 4.1.0, hence the warning. I checked our source code and do not see anywhere that we use this package as a direct dependency, so assume this is ok.

yarn produced these warnings: ``` warning " > node-yaml@4.0.1" has incorrect peer dependency "js-yaml@^3.13.x". warning " > protoc-gen-ts@0.8.2" has unmet peer dependency "google-protobuf@^3.13.0". ``` Updated `package.json` to use dependency versions that don't produce the warnings. One questionable thing is that I had to _revert_ the version of package js-yaml : we specify `node-yaml` version 4.0.1 which has js-yaml 3.14.1 as a peer dependency. We were specifying 4.1.0, hence the warning. I checked our source code and do not see anywhere that we use this package as a direct dependency, so assume this is ok.
nikugogoi (Migrated from github.com) reviewed 2022-09-28 17:28:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-sdk#1
No description provided.