Update gatsby and webpack

This commit is contained in:
Ben Edgington
2025-02-18 17:57:06 +00:00
parent 0e75f1797a
commit c49fd5cd6e
6 changed files with 3133 additions and 1835 deletions

View File

@@ -30,7 +30,7 @@ v20.18.3
> npm --version
11.1.0
> gatsby --version
Gatsby CLI version: 5.12.1
Gatsby CLI version: 5.14.0
```
`gatsby-cli` can be installed with,

4947
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,22 +23,22 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"gatsby": "^5.13.4",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-matomo": "^0.16.2",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-katex": "^7.13.1",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-katex": "^7.14.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"markdownlint": "^0.37.4",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svgo": "^4.0.0-rc.1",
"webpack": "^5.91.0"
"webpack": "^5.98.0"
},
"overrides": {
"babel-plugin-lodash": {

View File

@@ -20,6 +20,3 @@
"react": "$react"
}
}
// SVGO 3.2.0 seems buggy and crashes gatsby.
"svgo": "~3.1.0",