fix(deps): add missing dependencies + fix knip (#49691)

* refactor: use pnpm dlx over npx

* fix: create config before running knip

* chore: fix challenge-parser dependencies

* chore: add missing client + plugin dependencies

* chore: pin deps
This commit is contained in:
Oliver Eyton-Williams
2023-03-13 15:08:19 +01:00
committed by GitHub
parent 9340566428
commit c498c06259
7 changed files with 24 additions and 11 deletions
+2 -2
View File
@@ -26,11 +26,11 @@
"js-yaml": "3.14.1",
"lodash": "4.17.21",
"mdast-builder": "1.1.1",
"mdast-util-from-markdown": "0.8.5",
"mdast-util-gfm": "0.1.2",
"mdast-util-directive": "1.0.1",
"mdast-util-gfm-strikethrough": "0.2.3",
"mdast-util-gfm-table": "0.1.6",
"mdast-util-to-hast": "9.1.2",
"mdast-util-to-markdown": "0.6.5",
"micromark-extension-gfm-strikethrough": "0.6.5",
"micromark-extension-gfm-table": "0.4.3",
"remark": "13.0.0",