diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-07-27 21:03:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 21:03:48 +0200 |
commit | d2f577f13b545cea7e0ade31cd42e61831a559dd (patch) | |
tree | 1a0d78b317bac4f09c7286fa25848720bd040b8d /Gruntfile.js | |
parent | bcdaf1481543457b097cc42be2f2a9ac3db110cf (diff) | |
download | jquery-ui-d2f577f13b545cea7e0ade31cd42e61831a559dd.tar.gz jquery-ui-d2f577f13b545cea7e0ade31cd42e61831a559dd.zip |
Tests: Update jQuery Migrate from 3.3.0 to 3.3.1
That upgrade makes UI pass the whole test suite without a single jQuery Migrate
warning. 🎉
Closes gh-1932
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 87a00a852..75004eb58 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -430,8 +430,8 @@ grunt.initConfig( { "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js", "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt", - "jquery-migrate-3.3.0/jquery-migrate.js": "jquery-migrate-3.3.0/dist/jquery-migrate.js", - "jquery-migrate-3.3.0/LICENSE.txt": "jquery-migrate-3.3.0/LICENSE.txt" + "jquery-migrate-3.3.1/jquery-migrate.js": "jquery-migrate-3.3.1/dist/jquery-migrate.js", + "jquery-migrate-3.3.1/LICENSE.txt": "jquery-migrate-3.3.1/LICENSE.txt" } } }, |