docs: bump deps (#3797)

pull/3724/head^2
James Elliott 2022-08-07 08:20:52 +10:00 committed by GitHub
parent 80970b5508
commit ff4d98b488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 671 additions and 629 deletions

View File

@ -102,7 +102,7 @@ lastMod = true
fullWidth = false fullWidth = false
navbarSticky = true navbarSticky = true
toTopButton = false toTopButton = false
scrollSpy = false # experimental; needs Bootstrap >= 5.2.0-beta1 scrollSpy = true
[menu] [menu]
[menu.section] [menu.section]

View File

@ -38,28 +38,28 @@
"version": "auto-changelog -p && git add CHANGELOG.md" "version": "auto-changelog -p && git add CHANGELOG.md"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.18.6", "@babel/cli": "7.18.10",
"@babel/core": "7.18.6", "@babel/core": "7.18.10",
"@babel/preset-env": "7.18.6", "@babel/preset-env": "7.18.10",
"@fullhuman/postcss-purgecss": "4.1.3", "@fullhuman/postcss-purgecss": "4.1.3",
"@hyas/images": "0.2.2", "@hyas/images": "0.2.2",
"auto-changelog": "2.4.0", "auto-changelog": "2.4.0",
"autoprefixer": "10.4.7", "autoprefixer": "10.4.8",
"bootstrap": "5.2.0-beta1", "bootstrap": "5.2.0",
"bootstrap-icons": "1.8.3", "bootstrap-icons": "1.9.1",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"eslint": "8.19.0", "eslint": "8.21.0",
"exec-bin": "1.0.0", "exec-bin": "1.0.0",
"flexsearch": "0.7.21", "flexsearch": "0.7.21",
"highlight.js": "11.5.1", "highlight.js": "11.6.0",
"hugo-installer": "3.1.0", "hugo-installer": "3.1.0",
"instant.page": "5.1.1", "instant.page": "5.1.1",
"katex": "0.16.0", "katex": "0.16.0",
"lazysizes": "5.3.2", "lazysizes": "5.3.2",
"markdownlint-cli2": "0.4.0", "markdownlint-cli2": "0.5.0",
"netlify-plugin-submit-sitemap": "0.4.0", "netlify-plugin-submit-sitemap": "0.4.0",
"node-fetch": "3.2.6", "node-fetch": "3.2.10",
"postcss": "8.4.14", "postcss": "8.4.16",
"postcss-cli": "10.0.0", "postcss-cli": "10.0.0",
"purgecss-whitelister": "2.4.0", "purgecss-whitelister": "2.4.0",
"shx": "0.3.4", "shx": "0.3.4",
@ -68,5 +68,8 @@
}, },
"otherDependencies": { "otherDependencies": {
"hugo": "0.101.0" "hugo": "0.101.0"
},
"dependencies": {
"@popperjs/core": "2.11.5"
} }
} }

File diff suppressed because it is too large Load Diff