Skip to content

Commit 7e13f47

Browse files
committed
Remove markdownlint and revert dependencies to ^ format
1 parent ecd74ef commit 7e13f47

2 files changed

Lines changed: 32 additions & 191 deletions

File tree

website/package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"version": "docusaurus version",
1313
"write-translations": "docusaurus write-translations",
1414
"prettify": "prettier --write --config ./tools/docs-prettier.config.js ../docs/*.md ../docs/*.mdx",
15-
"lint": "yarn lint:md && yarn lint:code",
16-
"lint:fix": "yarn lint:md:fix && yarn lint:code:fix",
17-
"lint:md": "markdownlint --config ../.markdownlint.yaml '../docs/**/*.md' '../docs/**/*.mdx' --ignore '../docs/changelog.md'",
18-
"lint:md:fix": "yarn lint:md --fix",
15+
"lint": "yarn lint:code",
16+
"lint:fix": "yarn lint:code:fix",
1917
"lint:code": "eslint .",
2018
"lint:code:fix": "eslint . --fix"
2119
},
@@ -28,24 +26,22 @@
2826
"@docusaurus/preset-classic": "^3.8.1",
2927
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
3028
"clsx": "^2.0.0",
31-
"docusaurus-gtm-plugin": ">=0.0.2 <1.0.0",
29+
"docusaurus-gtm-plugin": "^0.0.2",
3230
"prop-types": "^15.8.1",
3331
"raw-loader": "^4.0.2",
3432
"react": "^19.0.0",
3533
"react-dom": "^19.0.0",
3634
"unist-util-visit": "^5.0.0"
3735
},
3836
"devDependencies": {
39-
"@apify/eslint-config-ts": ">=0.4.0 <1.0.0",
40-
"@apify/tsconfig": ">=0.1.0 <1.0.0",
37+
"@apify/eslint-config-ts": "^0.4.0",
38+
"@apify/tsconfig": "^0.1.0",
4139
"@types/react": "^19.0.0",
4240
"@typescript-eslint/eslint-plugin": "^8.0.0",
4341
"@typescript-eslint/parser": "^8.0.0",
4442
"eslint": "^9.0.0",
4543
"eslint-plugin-react": "^7.32.2",
4644
"eslint-plugin-react-hooks": "^7.0.0",
47-
"markdownlint": ">=0.39.0 <1.0.0",
48-
"markdownlint-cli": ">=0.46.0 <1.0.0",
4945
"path-browserify": "^1.0.1",
5046
"prettier": "^3.0.0",
5147
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)