mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update the traditional bootstrap npm packages
This commit is contained in:
parent
14171a22b6
commit
6e2fb122d4
1 changed files with 10 additions and 10 deletions
|
@ -5,19 +5,19 @@
|
||||||
"dev": "gulp default watch"
|
"dev": "gulp default watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "2.26.3"
|
"browser-sync": "2.26.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.4.0",
|
"@babel/core": "^7.4.4",
|
||||||
"@babel/preset-env": "^7.4.0",
|
"@babel/preset-env": "^7.4.4",
|
||||||
"autoprefixer": "^9.5.0",
|
"autoprefixer": "^9.5.1",
|
||||||
"babelify": "^10.0.0",
|
"babelify": "^10.0.0",
|
||||||
"bootstrap": "4.3.1",
|
"bootstrap": "4.3.1",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"gsap": "^2.1.2",
|
"gsap": "^2.1.2",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.2",
|
||||||
"gulp-babel": "^8.0.0",
|
"gulp-babel": "^8.0.0",
|
||||||
"gulp-clean-css": "^4.0.0",
|
"gulp-clean-css": "^4.2.0",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-plumber": "^1.2.1",
|
"gulp-plumber": "^1.2.1",
|
||||||
"gulp-postcss": "^8.0.0",
|
"gulp-postcss": "^8.0.0",
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
"gulp-sass-glob": "^1.0.9",
|
"gulp-sass-glob": "^1.0.9",
|
||||||
"gulp-strip-debug": "^3.0.0",
|
"gulp-strip-debug": "^3.0.0",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"jquery": "^3.3.1",
|
"jquery": "^3.4.1",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"pickadate": "^3.6.1",
|
"pickadate": "^3.6.3",
|
||||||
"popper.js": "^1.14.7",
|
"popper.js": "^1.15.0",
|
||||||
"what-input": "^5.1.4"
|
"what-input": "^5.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue