initial dependencies update

This commit is contained in:
David Miller
2020-06-19 14:35:32 -04:00
parent cfc7db04e7
commit f3d4cb9d9d
19 changed files with 294 additions and 171 deletions

View File

@@ -1,7 +1,7 @@
{
"title": "SB Admin 2",
"name": "startbootstrap-sb-admin-2",
"version": "4.1.0",
"version": "4.1.1",
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
@@ -16,9 +16,9 @@
"admin",
"app"
],
"homepage": "https://startbootstrap.com/template-overviews/sb-admin-2",
"homepage": "https://startbootstrap.com/themes/sb-admin-2",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/issues",
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin-2/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
@@ -28,14 +28,14 @@
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
"url": "https://github.com/StartBootstrap/startbootstrap-sb-admin-2.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.12.0",
"bootstrap": "4.4.1",
"@fortawesome/fontawesome-free": "5.13.1",
"bootstrap": "4.5.0",
"chart.js": "2.9.3",
"datatables.net-bs4": "1.10.20",
"jquery": "3.4.1",
"datatables.net-bs4": "1.10.21",
"jquery": "3.5.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
@@ -43,11 +43,11 @@
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-clean-css": "4.2.0",
"gulp-clean-css": "4.3.0",
"gulp-header": "2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.0.2",
"gulp-sass": "4.1.0",
"gulp-uglify": "3.0.2",
"merge-stream": "2.0.0"
}