-
Notifications
You must be signed in to change notification settings - Fork 29
Outdated javascript libraries #124
Copy link
Copy link
Open
Description
jQuery v1.8.2
https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/jquery.js
latest: 3.1.0
BootStrap v2.3.2
https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/bootstrap.js
latest: 3.3.7
Raphael 2.1.1
https://github.com/phpmyadmin/error-reporting-server/blob/8a0a125db3841859f3f65f61f8795b02ae47d8f8/webroot/js/raphael-min.js
latest: 2.2.1
Not sure if we can upgrade them all without some code changes. Also there can be incompatibilities between the libraries, at least jQuery 3.x is not compatible with any version of Bootstrap so far.
Reactions are currently unavailable