mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update npm deps in the traditional bootstrap
This commit is contained in:
parent
4e5f631ce0
commit
312d2fdea7
1 changed files with 9 additions and 9 deletions
|
@ -8,23 +8,23 @@
|
||||||
"browser-sync": "3.0.2"
|
"browser-sync": "3.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.23.7",
|
"@babel/core": "7.23.9",
|
||||||
"@babel/preset-env": "7.23.8",
|
"@babel/preset-env": "7.23.9",
|
||||||
"@fortawesome/fontawesome-free": "6.5.1",
|
"@fortawesome/fontawesome-free": "6.5.1",
|
||||||
"@mr-hope/gulp-sass": "3.1.1",
|
"@mr-hope/gulp-sass": "3.1.1",
|
||||||
"autonumeric": "4.10.2",
|
"autonumeric": "4.10.5",
|
||||||
"autoprefixer": "10.4.16",
|
"autoprefixer": "10.4.17",
|
||||||
"bootstrap": "5.3.2",
|
"bootstrap": "5.3.2",
|
||||||
"easymde": "2.18.0",
|
"easymde": "2.18.0",
|
||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"flatpickr": "4.6.13",
|
"flatpickr": "4.6.13",
|
||||||
"gsap": "3.12.4",
|
"gsap": "3.12.5",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-babel": "8.0.0",
|
"gulp-babel": "8.0.0",
|
||||||
"gulp-clean-css": "4.3.0",
|
"gulp-clean-css": "4.3.0",
|
||||||
"gulp-concat": "2.6.1",
|
"gulp-concat": "2.6.1",
|
||||||
"gulp-plumber": "1.2.1",
|
"gulp-plumber": "1.2.1",
|
||||||
"gulp-postcss": "9.1.0",
|
"gulp-postcss": "10.0.0",
|
||||||
"gulp-sass-glob": "1.1.0",
|
"gulp-sass-glob": "1.1.0",
|
||||||
"gulp-strip-debug": "4.0.0",
|
"gulp-strip-debug": "4.0.0",
|
||||||
"gulp-uglify-es": "3.0.0",
|
"gulp-uglify-es": "3.0.0",
|
||||||
|
@ -32,9 +32,9 @@
|
||||||
"list.js": "2.3.1",
|
"list.js": "2.3.1",
|
||||||
"minimist": "1.2.8",
|
"minimist": "1.2.8",
|
||||||
"popper.js": "1.16.1",
|
"popper.js": "1.16.1",
|
||||||
"postcss": "8.4.33",
|
"postcss": "8.4.35",
|
||||||
"sass": "1.69.7",
|
"sass": "1.70.0",
|
||||||
"sortablejs": "1.15.1",
|
"sortablejs": "1.15.2",
|
||||||
"spinkit": "2.0.1",
|
"spinkit": "2.0.1",
|
||||||
"what-input": "5.2.12"
|
"what-input": "5.2.12"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue