From 36713bf6f204a1bc98db4c39294165517cfa8130 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Fri, 29 Sep 2023 07:10:02 -0400 Subject: [PATCH] install remark-gfm --- .remarkignore | 3 ++- package.json | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.remarkignore b/.remarkignore index 32524460..9e3af5b6 100644 --- a/.remarkignore +++ b/.remarkignore @@ -1 +1,2 @@ -/CHANGELOG.md \ No newline at end of file +/CHANGELOG.md +.github/pull_request_template.md \ No newline at end of file diff --git a/package.json b/package.json index aec74d27..e9dbd89f 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ "check-openapi": "spectral lint openapi.yaml --ruleset .circleci/.spectral-fragments.yml" }, "dependencies": { - "@stoplight/spectral-cli": "^6.4.2", - "remark-cli": "^11.0.0", - "remark-lint": "^9.1.1", - "remark-gfm": "^3.0.1", - "remark-lint-no-html": "^3.1.1", - "remark-preset-lint-consistent": "^5.1.1", - "remark-preset-lint-markdown-style-guide": "^5.1.2", - "remark-preset-lint-recommended": "^6.1.2", - "remark-validate-links": "^12.0.0" + "@stoplight/spectral-cli": "^6.11.0", + "remark-cli": "^12.0.0", + "remark-gfm": "^4.0.0", + "remark-lint": "^9.1.2", + "remark-lint-no-html": "^3.1.2", + "remark-preset-lint-consistent": "^5.1.2", + "remark-preset-lint-markdown-style-guide": "^5.1.3", + "remark-preset-lint-recommended": "^6.1.3", + "remark-validate-links": "^13.0.0" }, "remarkConfig": { "plugins": [ @@ -85,4 +85,4 @@ ] ] } -} \ No newline at end of file +}