We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cedcd commit 3b83be6Copy full SHA for 3b83be6
package.json
@@ -51,9 +51,6 @@
51
"@mdx-js/react": "^3.1.0",
52
"clsx": "^1.2.1",
53
"husky": "^8.0.3",
54
- "lint-staged": "^13.1.2",
55
- "markdownlint-cli2": "^0.7.1",
56
- "markdownlint-rule-search-replace": "^1.0.9",
57
"node-fetch": "^2.7.0",
58
"prettier": "^2.8.4",
59
"prism-react-renderer": "^2.3.1",
@@ -75,9 +72,12 @@
75
72
"eslint-plugin-n": "^15.5.1",
76
73
"eslint-plugin-promise": "^6.1.1",
77
74
"eslint-plugin-react": "^7.31.11",
+ "lint-staged": "^15.4.1",
78
"markdownlint": "^0.26.2",
79
"markdownlint-cli": "^0.32.2",
+ "markdownlint-cli2": "^0.17.2",
80
"markdownlint-rule-relative-links": "^2.1.0",
+ "markdownlint-rule-search-replace": "^1.2.0",
81
"prettier": "3.0.3",
82
"typescript": "~5.2.2"
83
},
0 commit comments