docs: update deps (#4505)

pull/4501/head
James Elliott 2022-12-07 23:55:16 +11:00 committed by GitHub
parent 77afa2d726
commit b10a0ae6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 386 additions and 359 deletions

View File

@ -3,20 +3,20 @@
functions = "functions"
[build.environment]
NODE_VERSION = "16.16.0"
NPM_VERSION = "8.11.0"
NODE_VERSION = "16.18.1"
NPM_VERSION = "8.19.2"
[context.production]
command = "npm run build"
command = "pnpm run build"
[context.deploy-preview]
command = "npm run build -- -b $DEPLOY_PRIME_URL"
command = "pnpm run build --baseURL $DEPLOY_URL"
[context.branch-deploy]
command = "npm run build -- -b $DEPLOY_PRIME_URL"
command = "pnpm run build --baseURL $DEPLOY_URL"
[context.next]
command = "npm run build"
command = "pnpm run build"
[context.next.environment]
HUGO_ENV = "next"

View File

@ -3,7 +3,7 @@
"description": "Doks theme",
"version": "0.5.0",
"engines": {
"node": ">=16.16.0"
"node": ">=16.18.1"
},
"browserslist": [
"defaults"
@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@fullhuman/postcss-purgecss": "5.0.0",
"@hyas/images": "0.3.2",
@ -49,7 +49,7 @@
"bootstrap": "5.2.3",
"bootstrap-icons": "1.10.2",
"clipboard": "2.0.11",
"eslint": "8.28.0",
"eslint": "8.29.0",
"exec-bin": "1.0.0",
"flexsearch": "0.7.31",
"highlight.js": "11.7.0",
@ -61,13 +61,13 @@
"netlify-plugin-submit-sitemap": "0.4.0",
"node-fetch": "3.3.0",
"postcss": "8.4.19",
"postcss-cli": "10.0.0",
"postcss-cli": "10.1.0",
"purgecss-whitelister": "2.4.0",
"shx": "0.3.4",
"stylelint": "14.15.0",
"stylelint": "14.16.0",
"stylelint-config-standard-scss": "6.1.0"
},
"otherDependencies": {
"hugo": "0.107.0"
"hugo": "0.108.0"
}
}

File diff suppressed because it is too large Load Diff