diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
commit | 1be45388176080418aef84f3c98fda2c10fcdc42 (patch) | |
tree | 91f3874bd8f73a47e1afcbebc0bc3e1d2705e3e0 /Gruntfile.js | |
parent | ba249efb6bee192d978a2f66eee4c717041f15fd (diff) | |
download | jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.tar.gz jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.zip |
Build: Add jQuery 3.7.0
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1b6faae6a..fd82b4c6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -427,6 +427,9 @@ grunt.initConfig( { "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-3.7.0/jquery.js": "jquery-3.7.0/dist/jquery.js", + "jquery-3.7.0/LICENSE.txt": "jquery-3.7.0/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", |