Verified Commit f45c7bd1 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3411839 by catch, Spokje, smustgrave, Gábor Hojtsy: [11.x] Update to jQuery 4.0.x beta

parent 24dfa8d4
Loading
Loading
Loading
Loading
Loading
+1646 −2655

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -776,10 +776,10 @@ drupal.vertical-tabs:

jquery:
  remote: https://github.com/jquery/jquery
  version: "3.7.1"
  version: "4.0.0-beta"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/jquery/jquery/3.7.1/LICENSE.txt
    url: https://raw.githubusercontent.com/jquery/jquery/4.0.0-beta/LICENSE.txt
    gpl-compatible: true
  js:
    assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-yml": "^1.8.0",
    "glob": "10.3.5",
    "jquery": "~3.7.0",
    "jquery": "4.0.0-beta",
    "jquery-ui": "1.13.x",
    "js-cookie": "^3.0.5",
    "jsdom": "^23.0.0",
Loading