diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-03-09 00:09:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 00:09:51 +0100 |
commit | e6592a8affcf26063dbfeb20ca9a599b11e1f07a (patch) | |
tree | bc4e0f86e498dfa472d9f880576b4ca795741bac /bower.json | |
parent | 834ee5f7cfb621b5f75292915a00319927a9a6d0 (diff) | |
download | jquery-ui-e6592a8affcf26063dbfeb20ca9a599b11e1f07a.tar.gz jquery-ui-e6592a8affcf26063dbfeb20ca9a599b11e1f07a.zip |
Build: Add jQuery 3.6.0, update Migrate from 3.3.1 to 3.3.2
Closes gh-1948
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json index e0c061a67..c1719ca7e 100644 --- a/bower.json +++ b/bower.json @@ -66,7 +66,8 @@ "jquery-3.4.1": "jquery#3.4.1", "jquery-3.5.0": "jquery#3.5.0", "jquery-3.5.1": "jquery#3.5.1", + "jquery-3.6.0": "jquery#3.6.0", "jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz", - "jquery-migrate-3.3.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.1.tgz" + "jquery-migrate-3.3.2": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz" } } |