Where can I see which jquery libraries are used where

0
Hi, How can I see in our project which jquery libraries versions are in our app, and by which widget they are used. so i can update or remove them?         
asked
1 answers
0

I applied the following.

I've opened all widgets in the widgets folder one by one and opened the lib folder to see any dependencies there. Next to that searched in the .js files for “jquery”.

answered