package.json: Bump dependency versions

I always try to mirror the dependency versions of Bootstrap itself.

See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json
This commit is contained in:
Alan Orth 2018-08-29 12:26:36 +03:00
parent 4a846731ee
commit b83065eb7d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.1.3",
"clean-css-cli": "^4.1.11",
"clean-css-cli": "^4.2.1",
"cookieconsent": "^3.0.4",
"font-awesome": "^4.7.0",
"node-sass": "^4.9.1"
"node-sass": "^4.9.3"
}
}