Update dependencies

This commit is contained in:
Ben Edgington
2024-04-12 14:57:53 +01:00
parent 5118a2f720
commit a93bc7a406
4 changed files with 530 additions and 592 deletions

View File

@@ -52,6 +52,9 @@ module.exports.lintSourceMarkdown = (file) => {
// Multiple top-level titles are ok (they appear on different pages after pre-processing)
'MD025': false,
// Doesn't work well with blockquoted lists
'MD027': false,
// Some lists begin with other index than 1
'MD029': false,

View File

@@ -50,6 +50,9 @@ module.exports.lintSplitMarkdown = (files) => {
// We have long lines
'MD013': false,
// Doesn't work well with blockquoted lists
'MD027': false,
// Some lists begin with other index than 1
'MD029': false,

1110
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"gatsby": "^5.13.2",
"gatsby": "^5.13.4",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-matomo": "^0.16.2",
@@ -33,12 +33,12 @@
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"markdownlint": "^0.33.0",
"markdownlint": "^0.34.0",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svgo": "~3.1.0",
"webpack": "^5.89.0"
"webpack": "^5.91.0"
},
"overrides": {
"babel-plugin-lodash": {