I need to update the jQuery version myself.
Hello, I recently purchased the Metronic Admin Dashboard Template. Our client has requested that jQuery must be kept up to date with the latest version. I found that jQuery is placed inside the plugins.bundle.js, and we are unable to manually change the version. Could you please provide instructions on how to change the jQuery version myself, or could you provide separate files for me? My client conducts monthly scans, and if they discover that jQuery is not the latest version, they request me to update it immediately.
Replies (1)
Hi,
If you are using Metronic 8.x and Bootstrap 5.x then you can update the jquery version in tools/package.json with "jquery": "3.7.1" then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.