Skip to content

Commit 08a7a76

Browse files
author
Camile Dahdah
committed
Update bootstrap and JQuery library versions
1 parent 6a303b4 commit 08a7a76

18 files changed

+2305
-1497
lines changed

samples/Samples/Pages/Shared/_Layout.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="~/css/site.css" />
1111
</environment>
1212
<environment exclude="Development">
13-
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
13+
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.1/css/bootstrap.min.css"
1414
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
1515
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
1616
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
@@ -53,13 +53,13 @@
5353
<script src="~/js/site.js" asp-append-version="true"></script>
5454
</environment>
5555
<environment exclude="Development">
56-
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js"
56+
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.1.min.js"
5757
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
5858
asp-fallback-test="window.jQuery"
5959
crossorigin="anonymous"
6060
integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT">
6161
</script>
62-
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js"
62+
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.1/bootstrap.min.js"
6363
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
6464
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
6565
crossorigin="anonymous"

samples/Samples/wwwroot/lib/bootstrap/.bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"framework",
1212
"web"
1313
],
14-
"homepage": "http://getbootstrap.com",
14+
"homepage": "https://getbootstrap.com/",
1515
"license": "MIT",
1616
"moduleType": "globals",
1717
"main": [
@@ -31,15 +31,15 @@
3131
"dependencies": {
3232
"jquery": "1.9.1 - 3"
3333
},
34-
"version": "3.3.7",
35-
"_release": "3.3.7",
34+
"version": "3.4.1",
35+
"_release": "3.4.1",
3636
"_resolution": {
3737
"type": "version",
38-
"tag": "v3.3.7",
39-
"commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
38+
"tag": "v3.4.1",
39+
"commit": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
4040
},
4141
"_source": "https://github.com/twbs/bootstrap.git",
42-
"_target": "v3.3.7",
42+
"_target": "3.4.1",
4343
"_originalSource": "bootstrap",
4444
"_direct": true
4545
}

samples/Samples/wwwroot/lib/bootstrap/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2016 Twitter, Inc.
3+
Copyright (c) 2011-2019 Twitter, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

samples/Samples/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css

Lines changed: 100 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/Samples/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/Samples/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/Samples/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)