Update jquery to 3.7.0

It looks like this version has an important bugfix for focus/blur
events.

Closes #297
This commit is contained in:
Carlos Antonio da Silva
2023-06-26 18:43:53 -03:00
parent fb5a7a893f
commit 65a9c7320d
5 changed files with 849 additions and 1052 deletions

View File

@@ -1,5 +1,7 @@
## unreleased
- update jquery to 3.7.0
## 4.5.1
- update jquery to 3.6.1

View File

@@ -3,7 +3,7 @@ module Jquery
VERSION = "4.5.1"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.6.1"
JQUERY_3_VERSION = "3.7.0"
JQUERY_UJS_VERSION = "1.2.3"
end
end

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long