digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: update dot-prop dependency to 9.0.0 #633

Closed EvanHahn closed 1 month ago

EvanHahn commented 1 month ago

This updates dot-prop to its latest version, v9.0.0.

The only breaking change in the release notes doesn't affect us: Node 18+ is now required.

tomasciccola commented 1 month ago

It seems that this version requires minimum node 18, I don't think this may hurt us because we use 18 on the backend, but could this have implications on the frontend?. Do nodejs-mobile uses node 18 (I think so?) does react native cares about this? (I don't think so?)

EvanHahn commented 1 month ago

I think this is fine on the frontend because they use nodejs-mobile v18, so I believe this is fine.

I didn't verify that, though. Let me know if you want me to test it.