CARTAvis / ICD-RxJS

This is the carta-backend ICD tests based on the RxJS library
1 stars 0 forks source link

updating dependency versions #29

Closed ajm-ska closed 1 year ago

ajm-ska commented 1 year ago

Description

This should address issue #28

I have updated the other dependencies too to the latest versions except for protobufjs and typescript. When I tried to update protobufjs from 6.9.0 to 7.2.4 and typescript from 4.1.5 to 5.1.5, it didn't work. I guess they need to be the same versions as used by the carta-frontend?

@acdo2002 are you OK with the dependencies getting updated?

Checklist

For the pull request:

ajm-ska commented 1 year ago

Thanks @acdo2002. The additional @babel/plugin-proposal-private-property-in-object dependency does indeed appear to be required now, and with it, the ICD tests appear to work on every platform.