mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update the traditional bootstrap deps and use bootstrap 5
This commit is contained in:
parent
03963f56b9
commit
f2ba9d2a1b
1 changed files with 6 additions and 5 deletions
|
@ -8,15 +8,15 @@
|
||||||
"browser-sync": "2.26.14"
|
"browser-sync": "2.26.14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.14.0",
|
"@babel/core": "^7.14.3",
|
||||||
"@babel/preset-env": "^7.14.1",
|
"@babel/preset-env": "^7.14.2",
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
"@mr-hope/gulp-sass": "^2.0.0",
|
"@mr-hope/gulp-sass": "^2.0.0",
|
||||||
"autonumeric": "^4.6.0",
|
"autonumeric": "^4.6.0",
|
||||||
"autoprefixer": "^10.2.5",
|
"autoprefixer": "^10.2.5",
|
||||||
"babelify": "^10.0.0",
|
"babelify": "^10.0.0",
|
||||||
"bootstrap": "4.6.0",
|
"bootstrap": "5.0.1",
|
||||||
"easymde": "^2.14.0",
|
"easymde": "^2.15.0",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"flatpickr": "^4.6.9",
|
"flatpickr": "^4.6.9",
|
||||||
"gsap": "^3.6.1",
|
"gsap": "^3.6.1",
|
||||||
|
@ -33,7 +33,8 @@
|
||||||
"list.js": "^2.3.1",
|
"list.js": "^2.3.1",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.2.14",
|
"postcss": "^8.3.0",
|
||||||
|
"sass": "1.32.12",
|
||||||
"sortablejs": "^1.13.0",
|
"sortablejs": "^1.13.0",
|
||||||
"spinkit": "^2.0.1",
|
"spinkit": "^2.0.1",
|
||||||
"what-input": "^5.2.10"
|
"what-input": "^5.2.10"
|
||||||
|
|
Loading…
Reference in a new issue