1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-14 00:07:46 +02:00

Run npm update

Brings new versions of rtlcss, webpack, and fontawesome.
This commit is contained in:
2020-03-16 09:46:39 +02:00
parent 3be21cba1d
commit 550b5c066d
2 changed files with 72 additions and 55 deletions

View File

@ -18,15 +18,15 @@
"author": "Alan Orth",
"license": "CC-BY-3.0",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"bootstrap": "~4.4.1",
"clean-css-cli": "^4.3.0",
"cookieconsent": "3.0.4",
"node-sass": "^4.13.1",
"rtlcss": "^2.4.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"rtlcss": "^2.5.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}