mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
refact: externalize gatsby-remark-auto-headers-improved
This commit is contained in:
Generated
+28
@@ -10743,6 +10743,34 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-remark-auto-headers-improved": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-auto-headers-improved/-/gatsby-remark-auto-headers-improved-1.0.4.tgz",
|
||||
"integrity": "sha512-AeCPevtzLDHSPH3m7PbaMTDC/vQgOe+F0OAzztW7nk6ihZcsTeCZ2QI+GGZj5dkUrGuYX0Jpd5iOdaEssc53Lw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"github-slugger": "^1.2.0",
|
||||
"unist-util-visit": "^1.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"unist-util-visit": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
|
||||
"integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
|
||||
"requires": {
|
||||
"unist-util-visit-parents": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"unist-util-visit-parents": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
|
||||
"integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
|
||||
"requires": {
|
||||
"unist-util-is": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-source-filesystem": {
|
||||
"version": "2.3.8",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.8.tgz",
|
||||
|
||||
Reference in New Issue
Block a user