docs: bump deps (#5343)

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/5342/head^2
James Elliott 2023-05-01 09:45:13 +10:00 committed by GitHub
parent 71a01b9945
commit 908ca811e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 654 additions and 653 deletions

View File

@ -2,7 +2,6 @@
"extends": "stylelint-config-standard-scss", "extends": "stylelint-config-standard-scss",
"rules": { "rules": {
"no-empty-source": null, "no-empty-source": null,
"string-quotes": "double",
"scss/comment-no-empty": null, "scss/comment-no-empty": null,
"max-line-length": null, "max-line-length": null,
"scss/at-extend-no-missing-placeholder": null, "scss/at-extend-no-missing-placeholder": null,

View File

@ -9,6 +9,8 @@
/** Import Bootstrap Icons */ /** Import Bootstrap Icons */
$bootstrap-icons-font-file: "./fonts/bootstrap-icons"; $bootstrap-icons-font-file: "./fonts/bootstrap-icons";
/* stylelint-disable-next-line scss/at-import-partial-extension */
@import "bootstrap-icons/font/bootstrap-icons.scss"; @import "bootstrap-icons/font/bootstrap-icons.scss";
/** Import highlight.js */ /** Import highlight.js */

View File

@ -5,7 +5,7 @@
[build.environment] [build.environment]
NODE_VERSION = "16.18.1" NODE_VERSION = "16.18.1"
NPM_VERSION = "8.19.2" NPM_VERSION = "8.19.2"
GO_VERSION = "1.19.5" GO_VERSION = "1.20.1"
[context.production] [context.production]
command = "pnpm run build" command = "pnpm run build"

View File

@ -38,34 +38,34 @@
"version": "auto-changelog -p && git add CHANGELOG.md" "version": "auto-changelog -p && git add CHANGELOG.md"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.21.0", "@babel/cli": "7.21.5",
"@babel/core": "7.21.4", "@babel/core": "7.21.5",
"@babel/preset-env": "7.21.4", "@babel/preset-env": "7.21.5",
"@fullhuman/postcss-purgecss": "5.0.0", "@fullhuman/postcss-purgecss": "5.0.0",
"@hyas/images": "0.3.2", "@hyas/images": "0.3.2",
"@popperjs/core": "2.11.7", "@popperjs/core": "2.11.7",
"auto-changelog": "2.4.0", "auto-changelog": "2.4.0",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"bootstrap": "5.2.3", "bootstrap": "5.2.3",
"bootstrap-icons": "1.10.4", "bootstrap-icons": "1.10.5",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"eslint": "8.38.0", "eslint": "8.39.0",
"exec-bin": "1.0.0", "exec-bin": "1.0.0",
"flexsearch": "0.7.31", "flexsearch": "0.7.31",
"highlight.js": "11.7.0", "highlight.js": "11.8.0",
"hugo-installer": "4.0.1", "hugo-installer": "4.0.1",
"instant.page": "5.2.0", "instant.page": "5.2.0",
"katex": "0.16.4", "katex": "0.16.7",
"lazysizes": "5.3.2", "lazysizes": "5.3.2",
"markdownlint-cli2": "0.6.0", "markdownlint-cli2": "0.7.1",
"netlify-plugin-submit-sitemap": "0.4.0", "netlify-plugin-submit-sitemap": "0.4.0",
"node-fetch": "3.3.1", "node-fetch": "3.3.1",
"postcss": "8.4.21", "postcss": "8.4.23",
"postcss-cli": "10.1.0", "postcss-cli": "10.1.0",
"purgecss-whitelister": "2.4.0", "purgecss-whitelister": "2.4.0",
"shx": "0.3.4", "shx": "0.3.4",
"stylelint": "14.16.1", "stylelint": "15.6.0",
"stylelint-config-standard-scss": "6.1.0" "stylelint-config-standard-scss": "9.0.0"
}, },
"otherDependencies": { "otherDependencies": {
"hugo": "0.111.3" "hugo": "0.111.3"

File diff suppressed because it is too large Load Diff