electrode-io / electrode

Web applications with node.js and React
Other
2.1k stars 301 forks source link

fix: update dependencies to resolve build issues #1888

Closed smuthya closed 2 years ago

smuthya commented 2 years ago

With typescript version 4.7.2, tests are failing in webpack-config-composer, xarc-app-dev, xarc-subapp packages. Updated the version of ts-node to fix this.

data-reactroot isn't getting created due to Context.Provider, so removed it from xarc-react test case

enzyme breaks with cheerio version v1.0.0-rc.11, so had to set cheerio to =1.0.0-rc.10 version in samples/stylus-sample, samples/react-jest-app to resolve this issue

Reference : https://github.com/facebook/jest/issues/12655 https://github.com/facebook/react/issues/15012 https://github.com/enzymejs/enzyme/issues/2558

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

mristic505 commented 2 years ago

LGTM