deps: update dependencies
This commit is contained in:
parent
d0aa3e6a6e
commit
4d51117e19
13
package.json
13
package.json
|
@ -10,9 +10,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bootstrap-sass": "^3.4.1",
|
||||
"browser-sync": "^2.27.5",
|
||||
"cssnano": "^5.0.8",
|
||||
"fancy-log": "^1.3.3",
|
||||
"browser-sync": "^2.27.7",
|
||||
"cssnano": "^5.0.17",
|
||||
"fancy-log": "^2.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-changed": "^4.0.3",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
|
@ -20,11 +20,10 @@
|
|||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-image-resize": "^0.13.1",
|
||||
"gulp-postcss": "^9.0.1",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"postcss": "^8.3",
|
||||
"sass": "^1.39.0",
|
||||
"yarn": "^1.22.11"
|
||||
"postcss": "^8.4",
|
||||
"sass": "^1.49.7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,3 +16,8 @@ paginate = 10
|
|||
[outputs]
|
||||
home = [ "HTML", "RSS" ]
|
||||
section = [ "HTML", "JSON" ]
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
Reference in New Issue