dev dependency update

This commit is contained in:
David Miller 2023-03-25 18:09:39 -04:00
parent 9065e4be0e
commit adde34b961
4 changed files with 2720 additions and 180 deletions

2
dist/css/styles.css vendored
View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v7.0.6 (https://startbootstrap.com/template/sb-admin)
* Start Bootstrap - SB Admin v7.0.7 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/

2
dist/js/scripts.js vendored
View file

@ -1,5 +1,5 @@
/*!
* Start Bootstrap - SB Admin v7.0.6 (https://startbootstrap.com/template/sb-admin)
* Start Bootstrap - SB Admin v7.0.7 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/

2884
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"title": "SB Admin",
"name": "startbootstrap-sb-admin",
"version": "7.0.6",
"version": "7.0.7",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
@ -42,15 +42,15 @@
"bootstrap": "5.2.3"
},
"devDependencies": {
"autoprefixer": "10.4.13",
"browser-sync": "2.27.12",
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
"chokidar": "3.5.3",
"concurrently": "6.3.0",
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier": "2.8.6",
"pug": "3.0.2",
"sass": "1.58.3",
"sass": "1.60.0",
"shelljs": "0.8.5",
"upath": "2.0.1"
}
}
}