use hugo 0.91.2 (#3112)

* use hugo 0.91.2

* upgrade postcss-cli
This commit is contained in:
James Liu 2022-01-15 12:05:27 -08:00 committed by GitHub
parent 5fde4a2279
commit b9373d8d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -3,14 +3,14 @@
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"
[context.deploy-preview.environment]
HUGO_VERSION = "0.89.4"
HUGO_VERSION = "0.91.2"
NODE_VERSION = "16"
[context.production.environment]
HUGO_VERSION = "0.89.4"
HUGO_VERSION = "0.91.2"
HUGO_ENV = "production"
NODE_VERSION = "16"
[context.branch-deploy.environment]
HUGO_VERSION = "0.89.4"
HUGO_VERSION = "0.91.2"
NODE_VERSION = "16"

14
package-lock.json generated
View File

@ -8,7 +8,7 @@
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.1",
"postcss-cli": "^9.0.2"
"postcss-cli": "^9.1.0"
}
},
"node_modules/@nodelib/fs.scandir": {
@ -653,9 +653,9 @@
}
},
"node_modules/postcss-cli": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.2.tgz",
"integrity": "sha512-08Wujoy7YGhKCFrGsT9OXqWjtHlGQ+JmyaD/4McjCiwor2IUTRVzXiJd+xmLTGdSWjceS6/TePaJQwBlkVWHiw==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.1.0.tgz",
"integrity": "sha512-zvDN2ADbWfza42sAnj+O2uUWyL0eRL1V+6giM2vi4SqTR3gTYy8XzcpfwccayF2szcUif0HMmXiEaDv9iEhcpw==",
"dev": true,
"dependencies": {
"chokidar": "^3.3.0",
@ -1428,9 +1428,9 @@
}
},
"postcss-cli": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.2.tgz",
"integrity": "sha512-08Wujoy7YGhKCFrGsT9OXqWjtHlGQ+JmyaD/4McjCiwor2IUTRVzXiJd+xmLTGdSWjceS6/TePaJQwBlkVWHiw==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.1.0.tgz",
"integrity": "sha512-zvDN2ADbWfza42sAnj+O2uUWyL0eRL1V+6giM2vi4SqTR3gTYy8XzcpfwccayF2szcUif0HMmXiEaDv9iEhcpw==",
"dev": true,
"requires": {
"chokidar": "^3.3.0",

View File

@ -3,6 +3,6 @@
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.1",
"postcss-cli": "^9.0.2"
"postcss-cli": "^9.1.0"
}
}