tracking-exposed/trex

[shared] Remove jquery deps from project

Closed this issue · 0 comments

jquery is used only in the shared package to extend an object, so it can be safely replaced with lodash or similar alternatives and the remove the dep from the repo.

To check the dependency is not added to the repo run yarn why jquery, it should not print any line.