Skip to content

Commit 2832d45

Browse files
committed
Upgrade jQuery to 3.4.1 (from 3.2.1)
1 parent 40e7e0e commit 2832d45

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

jquery/jquery.dnn

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,27 @@
22
<packages>
33
<package name="jQuery" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>jQuery</friendlyName>
5-
<description><![CDATA[jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.]]></description>
5+
<description>
6+
<![CDATA[JavaScript library for DOM operations]]>
7+
</description>
68
<owner>
79
<name>Engage Software</name>
810
<organization>Engage Software</organization>
9-
<url>http://www.engagesoftware.com</url>
11+
<url>https://engagesoftware.com/</url>
1012
<email>support@engagesoftware.com</email>
1113
</owner>
1214
<license src="LICENSE.htm" />
1315
<releaseNotes src="CHANGES.htm" />
1416
<azureCompatible>true</azureCompatible>
15-
<dependencies>
16-
<!--
17-
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18-
-->
19-
</dependencies>
17+
<dependencies></dependencies>
2018
<components>
2119
<component type="JavaScript_Library">
2220
<javaScriptLibrary>
2321
<libraryName>jQuery</libraryName>
2422
<fileName>jquery.min.js</fileName>
2523
<preferredScriptLocation>PageHead</preferredScriptLocation>
26-
<CDNPath>https://cdn.jsdelivr.net/npm/jquery@<~=version~>/dist/jquery.min.js</CDNPath>
2724
<objectName>jQuery</objectName>
25+
<cdnUrl>https://code.jquery.com/jquery-<~=version~>.min.js</cdnUrl>
2826
</javaScriptLibrary>
2927
</component>
3028
<component type="JavaScriptFile">

jquery/jquery.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"html5shiv": "3.7.3",
3535
"image-map": "1.1.5",
3636
"intl-tel-input": "15.0.2",
37-
"jquery": "3.2.1",
37+
"jquery": "3.4.1",
3838
"jquery-menu-aim": "1.1.0",
3939
"jquery-mousewheel": "3.1.13",
4040
"jquery-ui": "1.12.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3147,11 +3147,16 @@ jquery.tipsy@1.0.3:
31473147
dependencies:
31483148
jquery "*"
31493149

3150-
jquery@*, jquery@3.2.1, "jquery@>= 3.1.1", jquery@>=1.11.3, jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.8, "jquery@^1.8.3 || ^2.0 || ^3.0":
3150+
jquery@*, "jquery@>= 3.1.1", jquery@>=1.11.3, jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.8, "jquery@^1.8.3 || ^2.0 || ^3.0":
31513151
version "3.2.1"
31523152
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
31533153
integrity sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=
31543154

3155+
jquery@3.4.1:
3156+
version "3.4.1"
3157+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
3158+
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
3159+
31553160
"jquery@>=1.7.2 <3.0.0":
31563161
version "2.2.4"
31573162
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"

0 commit comments

Comments
 (0)