Update NPM packages, including updating Bulma to what we actually have compiled

This commit is contained in:
benjamin melançon 2019-11-18 04:49:17 -05:00
parent 2bdc1a42c8
commit 92bf8995f7

View file

@ -3,21 +3,21 @@
"version": "1.0.0",
"devDependencies": {
"assemble": "^0.4.42",
"grunt": "^1.0.1",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-kss": "^5.0.1",
"grunt-sass": "^2.1.0",
"grunt-shell": "^2.1.0",
"kss": "^3.0.0-beta.18",
"node-sass": "^4.10.0"
"kss": "^3.0.0-beta.25",
"node-sass": "^4.13.0"
},
"dependencies": {
"bulma": "^0.7.2",
"bulma": "^0.7.5",
"bulma-extensions": "^1.0.4",
"grunt-cli": "^1.3.2",
"ionicons": "^4.4.6",
"ionicons": "^4.6.3",
"slick-carousel": "^1.8.1"
}
}