mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update the traditional bootstrap dependencies
This commit is contained in:
parent
27a0f38464
commit
4de990d086
1 changed files with 8 additions and 8 deletions
|
@ -8,14 +8,14 @@
|
|||
"browser-sync": "2.26.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"autoprefixer": "^9.4.7",
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/preset-env": "^7.4.0",
|
||||
"autoprefixer": "^9.5.0",
|
||||
"babelify": "^10.0.0",
|
||||
"bootstrap": "4.3.1",
|
||||
"es6-promise": "^4.2.5",
|
||||
"es6-promise": "^4.2.6",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gsap": "^2.0.2",
|
||||
"gsap": "^2.1.2",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.0.0",
|
||||
|
@ -25,11 +25,11 @@
|
|||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sass-glob": "^1.0.9",
|
||||
"gulp-strip-debug": "^3.0.0",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"jquery": "^3.3.1",
|
||||
"minimist": "^1.2.0",
|
||||
"pickadate": "^3.5.6",
|
||||
"pickadate": "^3.6.1",
|
||||
"popper.js": "^1.14.7",
|
||||
"what-input": "^5.1.3"
|
||||
"what-input": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue