Commit 2602912f authored by catch's avatar catch
Browse files

Issue #3352204 by longwave, nod_: Update jQuery to 3.7.0

(cherry picked from commit aef0261b)
parent d44cf18c
Loading
Loading
Loading
Loading
+813 −1102

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
@@ -775,10 +775,10 @@ es6-promise:

jquery:
  remote: https://github.com/jquery/jquery
  version: "3.6.3"
  version: "3.7.0"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/jquery/jquery/3.6.3/LICENSE.txt
    url: https://raw.githubusercontent.com/jquery/jquery/3.7.0/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
@@ -68,7 +68,7 @@
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-yml": "^1.2.0",
    "glob": "^8.0.3",
    "jquery": "~3.6.3",
    "jquery": "~3.7.0",
    "jquery-form": "4.3.x",
    "jquery-ui": "1.13.x",
    "js-cookie": "3.0.x",
Loading