build: Update deps

This commit is contained in:
Damiano Petrungaro 2019-05-03 17:06:07 +02:00
parent 4a95112cb3
commit ee15207626
2 changed files with 743 additions and 899 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,14 +19,15 @@
"license": "MIT",
"dependencies": {
"anchor-js": "^4.1.1",
"github-markdown-css": "^2.10.0"
"github-markdown-css": "^2.10.0",
"tar": "^4.4.8"
},
"devDependencies": {
"autoprefixer": "^9.1.3",
"cssnano": "^4.1.0",
"node-sass": "^4.11.0",
"cssnano": "^4.1.10",
"node-sass": "^4.12.0",
"postcss": "^7.0.2",
"postcss-cli": "^6.0.0",
"postcss-cli": "^6.1.2",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}