Skip to content

Commit 8f955d2

Browse files
authored
Merge pull request #1588 from aspnet/release/2.1
Update jQuery
2 parents 3d647c5 + f886845 commit 8f955d2

File tree

6 files changed

+2187
-1655
lines changed

6 files changed

+2187
-1655
lines changed

src/UI/Areas/Identity/Pages/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
6464
</environment>
6565
<environment exclude="Development">
66-
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js"
66+
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js"
6767
asp-fallback-src="~/Identity/lib/jquery/dist/jquery.min.js"
6868
asp-fallback-test="window.jQuery"
6969
crossorigin="anonymous"

src/UI/wwwroot/Identity/lib/jquery/.bower.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
"library"
1313
],
1414
"homepage": "https://github.com/jquery/jquery-dist",
15-
"version": "2.2.0",
16-
"_release": "2.2.0",
15+
"version": "3.3.1",
16+
"_release": "3.3.1",
1717
"_resolution": {
1818
"type": "version",
19-
"tag": "2.2.0",
20-
"commit": "6fc01e29bdad0964f62ef56d01297039cdcadbe5"
19+
"tag": "3.3.1",
20+
"commit": "9e8ec3d10fad04748176144f108d7355662ae75e"
2121
},
22-
"_source": "git://github.com/jquery/jquery-dist.git",
23-
"_target": "2.2.0",
24-
"_originalSource": "jquery"
22+
"_source": "https://github.com/jquery/jquery-dist.git",
23+
"_target": "^3.3.1",
24+
"_originalSource": "jquery",
25+
"_direct": true
2526
}

src/UI/wwwroot/Identity/lib/jquery/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
1+
Copyright JS Foundation and other contributors, https://js.foundation/
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history

0 commit comments

Comments
 (0)