mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Update dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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
1110
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user