mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Sync the traditional bootstrap package.json with the base one
This commit is contained in:
parent
8516092b1d
commit
398b8ad1c0
1 changed files with 9 additions and 9 deletions
|
@ -5,21 +5,21 @@
|
|||
"dev": "gulp default watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.26.14"
|
||||
"browser-sync": "2.27.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/preset-env": "^7.14.2",
|
||||
"@babel/core": "^7.14.8",
|
||||
"@babel/preset-env": "^7.14.8",
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@mr-hope/gulp-sass": "^2.0.0",
|
||||
"autonumeric": "^4.6.0",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"babelify": "^10.0.0",
|
||||
"bootstrap": "5.0.1",
|
||||
"bootstrap": "5.0.2",
|
||||
"easymde": "^2.15.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"flatpickr": "^4.6.9",
|
||||
"gsap": "^3.6.1",
|
||||
"gsap": "^3.7.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
|
@ -28,14 +28,14 @@
|
|||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-sass-glob": "^1.1.0",
|
||||
"gulp-strip-debug": "^4.0.0",
|
||||
"gulp-uglify-es": "^2.0.0",
|
||||
"gulp-uglify-es": "^3.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"list.js": "^2.3.1",
|
||||
"minimist": "^1.2.5",
|
||||
"popper.js": "^1.16.1",
|
||||
"postcss": "^8.3.0",
|
||||
"postcss": "^8.3.6",
|
||||
"sass": "1.32.12",
|
||||
"sortablejs": "^1.13.0",
|
||||
"sortablejs": "^1.14.0",
|
||||
"spinkit": "^2.0.1",
|
||||
"what-input": "^5.2.10"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue