From fe3f1cf3a2f476a0c7837bcd9ce240a844795492 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Thu, 23 Jun 2022 12:01:58 -0400 Subject: [PATCH 1/2] Updating bootstrap and deps to 4.6.1 --- .nvmrc | 2 +- README.md | 2 +- index.html | 8 +- package.json | 35 +- src/_variables.scss | 2 +- src/csh-material-bootstrap.scss | 2 +- yarn.lock | 3012 +++++++++++++++---------------- 7 files changed, 1476 insertions(+), 1587 deletions(-) diff --git a/.nvmrc b/.nvmrc index 9cd25a1..b6a7d89 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12.18.3 +16 diff --git a/README.md b/README.md index 15ae3ad..d71a9f4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Use CSH Material Bootstrap without a package manager. Development ------------ -You must have [Node 6 or higher](https://nodejs.org) and NPM or [Yarn](https://yarnpkg.com) installed. +You must have [Node 16 or higher](https://nodejs.org) and NPM or [Yarn](https://yarnpkg.com) installed. Once you have those tools installed, clone this repo and run the following command to install dependencies: diff --git a/index.html b/index.html index 5f429e8..13176c7 100644 --- a/index.html +++ b/index.html @@ -51,20 +51,20 @@

Welcome!

Installation

Recommended for modern web applications.

-
npm install csh-material-bootstrap@4.5.2
+
npm install csh-material-bootstrap@4.6.1

CDN

Use CSH Material Bootstrap without a package manager.

CSS
-
<link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.5.2/dist/csh-material-bootstrap.min.css" media="screen">
+
<link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.6.1/dist/csh-material-bootstrap.min.css" media="screen">
JS, Popper.js, and jQuery

Required for most interactive functionality, unless using an alternative implementation such as Reactstrap.

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
 <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
-<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.6.1/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
@@ -1567,7 +1567,7 @@ - +