diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-10 10:54:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 10:54:31 +0200 |
commit | beeb410ccbe1c4108ee93bdbdc05e003f115baf6 (patch) | |
tree | 53134a48cdb30f91f4a39048ea011a9904793890 /Gruntfile.js | |
parent | 546214e86956804a1b02da173a4c6c5ddea11454 (diff) | |
download | jquery-ui-beeb410ccbe1c4108ee93bdbdc05e003f115baf6.tar.gz jquery-ui-beeb410ccbe1c4108ee93bdbdc05e003f115baf6.zip |
Build: Add jQuery 3.6.4, update Migrate to 3.4.1
Closes gh-2161
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 38d4fe199..1b6faae6a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -424,13 +424,16 @@ grunt.initConfig( { "jquery-3.6.3/jquery.js": "jquery-3.6.3/dist/jquery.js", "jquery-3.6.3/LICENSE.txt": "jquery-3.6.3/LICENSE.txt", + "jquery-3.6.4/jquery.js": "jquery-3.6.4/dist/jquery.js", + "jquery-3.6.4/LICENSE.txt": "jquery-3.6.4/LICENSE.txt", + "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.4.0/jquery-migrate.js": - "jquery-migrate-3.4.0/dist/jquery-migrate.js", - "jquery-migrate-3.4.0/LICENSE.txt": "jquery-migrate-3.4.0/LICENSE.txt" + "jquery-migrate-3.4.1/jquery-migrate.js": + "jquery-migrate-3.4.1/dist/jquery-migrate.js", + "jquery-migrate-3.4.1/LICENSE.txt": "jquery-migrate-3.4.1/LICENSE.txt" } } }, |