docs: bump deps (#5343)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/5342/head^2
parent
71a01b9945
commit
908ca811e6
|
@ -2,7 +2,6 @@
|
|||
"extends": "stylelint-config-standard-scss",
|
||||
"rules": {
|
||||
"no-empty-source": null,
|
||||
"string-quotes": "double",
|
||||
"scss/comment-no-empty": null,
|
||||
"max-line-length": null,
|
||||
"scss/at-extend-no-missing-placeholder": null,
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
/** Import 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 highlight.js */
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
[build.environment]
|
||||
NODE_VERSION = "16.18.1"
|
||||
NPM_VERSION = "8.19.2"
|
||||
GO_VERSION = "1.19.5"
|
||||
GO_VERSION = "1.20.1"
|
||||
|
||||
[context.production]
|
||||
command = "pnpm run build"
|
||||
|
|
|
@ -38,34 +38,34 @@
|
|||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/core": "7.21.5",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@fullhuman/postcss-purgecss": "5.0.0",
|
||||
"@hyas/images": "0.3.2",
|
||||
"@popperjs/core": "2.11.7",
|
||||
"auto-changelog": "2.4.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"bootstrap": "5.2.3",
|
||||
"bootstrap-icons": "1.10.4",
|
||||
"bootstrap-icons": "1.10.5",
|
||||
"clipboard": "2.0.11",
|
||||
"eslint": "8.38.0",
|
||||
"eslint": "8.39.0",
|
||||
"exec-bin": "1.0.0",
|
||||
"flexsearch": "0.7.31",
|
||||
"highlight.js": "11.7.0",
|
||||
"highlight.js": "11.8.0",
|
||||
"hugo-installer": "4.0.1",
|
||||
"instant.page": "5.2.0",
|
||||
"katex": "0.16.4",
|
||||
"katex": "0.16.7",
|
||||
"lazysizes": "5.3.2",
|
||||
"markdownlint-cli2": "0.6.0",
|
||||
"markdownlint-cli2": "0.7.1",
|
||||
"netlify-plugin-submit-sitemap": "0.4.0",
|
||||
"node-fetch": "3.3.1",
|
||||
"postcss": "8.4.21",
|
||||
"postcss": "8.4.23",
|
||||
"postcss-cli": "10.1.0",
|
||||
"purgecss-whitelister": "2.4.0",
|
||||
"shx": "0.3.4",
|
||||
"stylelint": "14.16.1",
|
||||
"stylelint-config-standard-scss": "6.1.0"
|
||||
"stylelint": "15.6.0",
|
||||
"stylelint-config-standard-scss": "9.0.0"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.111.3"
|
||||
|
|
1278
docs/pnpm-lock.yaml
1278
docs/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue