Skip to content

Commit

Permalink
Upgrade Hugo to 0.113.0, autoprefixer, and postcss-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 6, 2023
1 parent 68bad1b commit 10bade6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bootstrap": "5.2.3"
},
"devDependencies": {
"hugo-extended": "0.112.3"
"hugo-extended": "0.113.0"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 5 additions & 3 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"postbuild:preview": "npm run _check:links",
"postbuild:production": "npm run _check:links",
"prepare": "cd .. && npm install",
"serve": "npm run _serve"
"serve": "npm run _serve",
"test": "npm run check:links",
"update:pkg:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest"
},
"devDependencies": {
"autoprefixer": "^9.5.0",
"postcss-cli": "^5.0.1"
"autoprefixer": "^10.4.14",
"postcss-cli": "^10.1.0"
}
}

0 comments on commit 10bade6

Please sign in to comment.