Initial gray-matter replacement
Replaced gray-matter with a smaller in size approach. We still leverage js-yaml to get the parsing we're after, but we do so without the added burden of gray-matter. This additionally lets us use the same js-yaml version across the codebase.
Showing
... | ... | @@ -92,7 +92,6 @@ |
"glob": "^7.1.6", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.10.1", | ||
"gray-matter": "^4.0.2", | ||
"immer": "^7.0.7", | ||
"imports-loader": "^0.8.0", | ||
"ipaddr.js": "^1.9.1", | ||
... | ... |
Please register or sign in to comment