mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-remark-katex to 3.3.1
This commit is contained in:
Generated
+14
-4
@@ -12552,13 +12552,23 @@
|
||||
}
|
||||
},
|
||||
"gatsby-remark-katex": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.25.tgz",
|
||||
"integrity": "sha512-cy3RMGasC3fqCeiMaeFmhb3sKroLpW9fcMooG/L9oZIqUVQxAdRXR09hlj3sx39s3bhcD24FcIF0FhvHjEeh7Q==",
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.3.1.tgz",
|
||||
"integrity": "sha512-eKLCL6VBvRFAW9qw4Ubh0MnmUQLw9JZ0he4kFmXQaWlHzPReCfpy21xBxLSVE+wELaX16Ms+otVlNyn8PZBSKg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.7.6",
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"remark-math": "^1.0.6",
|
||||
"unist-util-visit": "^1.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.9.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
|
||||
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-source-filesystem": {
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
"gatsby-plugin-styled-components": "^3.3.1",
|
||||
"gatsby-plugin-typescript": "^2.4.2",
|
||||
"gatsby-remark-auto-headers": "^1.0.3",
|
||||
"gatsby-remark-katex": "^3.1.25",
|
||||
"gatsby-remark-katex": "^3.3.1",
|
||||
"gatsby-source-filesystem": "^2.1.51",
|
||||
"gatsby-transformer-remark": "^2.6.56",
|
||||
"gatsby-transformer-sharp": "^2.3.17",
|
||||
|
||||
Reference in New Issue
Block a user