Bump min requirement of xstatic-jquery to 1.12.x
As discussed in the last horizon team meeting, we plan to upgrade jquery to jquery 3 series. Jquery 3 upgrade assumes we already use jquery 1.12.x ro 2.2.x. We already use jquery 1.12.4.1 in the master for long but our requirements file says >=1.8.2. This commit bumps the xstatic-jquery minimum requirement to 1.12.4.1 to ensure we use 1.12.x before upgrading jQuery to 3. xstatic-jquery-ui min version is also bumped to 1.12.0.1. The current requirement is >=1.10.4 but we use 1.12.x series for long and use 1.12.1.1 since 2018, so I believe it is safe to bump it. Change-Id: I2a1ff5a4df5e278f89fcd73c26f1d8527b9c4d7f
This commit is contained in:
parent
f0bd09e69d
commit
4b48b5816c
@ -139,9 +139,9 @@ XStatic-D3==3.5.17.0
|
||||
XStatic-Font-Awesome==4.7.0.0
|
||||
XStatic-Hogan==2.0.0.2
|
||||
XStatic-Jasmine==2.4.1.1
|
||||
XStatic-jQuery==1.8.2.1
|
||||
XStatic-jQuery==1.12.4.1
|
||||
XStatic-JQuery-Migrate==1.2.1.1
|
||||
XStatic-jquery-ui==1.10.4.1
|
||||
XStatic-jquery-ui==1.12.1.1
|
||||
XStatic-JQuery.quicksearch==2.0.3.1
|
||||
XStatic-JQuery.TableSorter==2.14.5.1
|
||||
XStatic-JSEncrypt==2.3.1.1
|
||||
|
@ -54,11 +54,11 @@ XStatic-D3>=3.5.17.0 # BSD License (3 clause)
|
||||
XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
|
||||
XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License
|
||||
XStatic-Jasmine>=2.4.1.1 # MIT License
|
||||
XStatic-jQuery>=1.8.2.1,<2 # MIT License
|
||||
XStatic-jQuery>=1.12.4.1,<2 # MIT License
|
||||
XStatic-JQuery-Migrate>=1.2.1.1 # MIT License
|
||||
XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License
|
||||
XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License
|
||||
XStatic-jquery-ui>=1.10.4.1 # MIT License
|
||||
XStatic-jquery-ui>=1.12.1.1 # MIT License
|
||||
XStatic-JSEncrypt>=2.3.1.1 # MIT License
|
||||
XStatic-mdi>=1.6.50.2 # SIL OPEN FONT LICENSE Version 1.1
|
||||
XStatic-objectpath>=1.2.1.0 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user