mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Update gatsby and webpack
This commit is contained in:
@@ -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
4947
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -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": {
|
||||
|
||||
@@ -20,6 +20,3 @@
|
||||
"react": "$react"
|
||||
}
|
||||
}
|
||||
|
||||
// SVGO 3.2.0 seems buggy and crashes gatsby.
|
||||
"svgo": "~3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user