nathanielgreen / lifx_http_api

A dart implementation of the LIFX HTTP API
https://pub.dev/packages/lifx_http_api
MIT License
2 stars 1 forks source link

json_serializable is out of date #6

Closed guyluz11 closed 3 years ago

guyluz11 commented 3 years ago

I am getting errors for low json_serializable version from here

Because lifx_http_api >=0.0.11+3 depends on json_serializable ^5.0.0 and cbj_hub depends on json_serializable ^6.0.1, lifx_http_api >=0.0.11+3 is forbidden.
So, because cbj_hub depends on lifx_http_api ^0.0.12, version solving failed.

image

Can we please update the json_serializable version to 6.0.1?

nathanielgreen commented 3 years ago

Sure thing, I've made the updates in 0.0.13, and just published it to pub.dev, so should be available soon