hotwax / reroute-fulfilment

reroute-fulfilment ionic app
Apache License 2.0
3 stars 17 forks source link

Fixed build failure for node's version 16.13.2 (#1yky49f). #27

Closed meet-aniket closed 2 years ago

meet-aniket commented 2 years ago

In the build process of the application some errors were coming on the console related to dependencies mismatch of eslint with typescript-eslint/eslint-plugin and typescript-eslint/parser, and mismatch of jest and ts-jest dependencies. Which are now solved with these changes which are made in this PR.