Skip to content

Commit

Permalink
Update jQuery 2.2 and 3.3.1 in samples to 3.4.1
Browse files Browse the repository at this point in the history
Fixes dotnet#20001
Updated commit with unchanged line endings
  • Loading branch information
wenz committed Apr 1, 2020
1 parent b73e221 commit 80e2cd8
Show file tree
Hide file tree
Showing 67 changed files with 22,736 additions and 15,196 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js"
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.4.1.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
integrity="sha384-K+ctZQ+LL8q6tP7I94W+qzQsfRV2a+AfHIi9k8z8l9ggpc8X+Ytst4yBo/hH+8Fk">
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
"version": "2.2.0",
"_release": "2.2.0",
"version": "3.4.1",
"_release": "3.4.1",
"_resolution": {
"type": "version",
"tag": "2.2.0",
"commit": "6fc01e29bdad0964f62ef56d01297039cdcadbe5"
"tag": "3.4.1",
"commit": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d"
},
"_source": "git://github.com/jquery/jquery-dist.git",
"_target": "2.2.0",
"_target": "3.4.1",
"_originalSource": "jquery"
}
Loading

0 comments on commit 80e2cd8

Please sign in to comment.