📌(deps) pin remark-gfm to 3.0.1

The MDX package is still broken as it does not support the new major
version of remark-gfm.
This commit is contained in:
Nathan Vasse
2023-10-03 11:46:28 +02:00
committed by NathanVss
parent 539f03eee1
commit c370970ec4
3 changed files with 395 additions and 402 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": ["github>openfun/renovate-configuration"],
"ignoreDeps": ["chalk", "@storybook/builder-vite"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm"],
"ignorePaths": ["**/node_modules/**"]
}