Skip to content

Commit 15c5dfe

Browse files
ryanbrandenburgmkArtakMSFT
authored andcommitted
Upgrade bootstrap versions
1 parent 48ac0bd commit 15c5dfe

File tree

114 files changed

+48841
-34034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+48841
-34034
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="~/Identity/css/site.css" />
1515
</environment>
1616
<environment exclude="Development">
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"
17+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
1818
asp-fallback-href="~/Identity/lib/bootstrap/dist/css/bootstrap.min.css"
1919
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
2020
<link rel="stylesheet" href="~/Identity/css/site.css" asp-append-version="true" />
@@ -69,15 +69,15 @@
6969
crossorigin="anonymous"
7070
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=">
7171
</script>
72-
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"
72+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
7373
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.min.js"
7474
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
7575
crossorigin="anonymous"
76-
integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=">
76+
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd">
7777
</script>
7878
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
7979
</environment>
8080

8181
@RenderSection("Scripts", required: false)
8282
</body>
83-
</html>
83+
</html>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="~/Identity/css/site.css" />
1515
</environment>
1616
<environment exclude="Development">
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
17+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
1818
asp-fallback-href="~/Identity/lib/bootstrap/dist/css/bootstrap.min.css"
1919
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
2020
<link rel="stylesheet" href="~/Identity/css/site.css" asp-append-version="true" />
@@ -72,11 +72,11 @@
7272
crossorigin="anonymous"
7373
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=">
7474
</script>
75-
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"
75+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
7676
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
7777
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
7878
crossorigin="anonymous"
79-
integrity="sha256-E/V4cWE4qvAeO5MOhjtGtqDzPndRO1LBk8lJ/PR7CA4=">
79+
integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o">
8080
</script>
8181
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
8282
</environment>

src/Identity/UI/src/THIRD-PARTY-NOTICES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
104104
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
105105
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
106106

107-
License notice for Bootstrap v3.3.7
107+
License notice for Bootstrap v3.4.1
108108
-----------------------------------
109109
The MIT License (MIT)
110110

@@ -190,4 +190,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
190190
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
191191
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
192192
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
193-
THE SOFTWARE.
193+
THE SOFTWARE.

src/Identity/UI/src/wwwroot/V3/Identity/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.

src/Identity/UI/src/wwwroot/V3/Identity/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.

src/Identity/UI/src/wwwroot/V3/Identity/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.

src/Identity/UI/src/wwwroot/V3/Identity/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)