Skip to content

Commit e2a1de1

Browse files
vdusekclaude
andauthored
docs: Remove markdownlint and revert dependencies to ^ format (#593)
- Based on this discussion apify/apify-sdk-python#747 (comment) - Remove markdownlint and markdownlint-cli dependencies - Remove lint:md and lint:md:fix scripts - Revert dependency version formats from ">=x.x.x <1.0.0" to "^x.x.x": - docusaurus-gtm-plugin - @apify/eslint-config-ts - @apify/tsconfig - Regenerate yarn.lock Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1ae77cd commit e2a1de1

File tree

2 files changed

+32
-191
lines changed

2 files changed

+32
-191
lines changed

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
},
@@ -29,24 +27,22 @@
2927
"@rspack/core": "<1.6.0",
3028
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
3129
"clsx": "^2.0.0",
32-
"docusaurus-gtm-plugin": ">=0.0.2 <1.0.0",
30+
"docusaurus-gtm-plugin": "^0.0.2",
3331
"prop-types": "^15.8.1",
3432
"raw-loader": "^4.0.2",
3533
"react": "^19.0.0",
3634
"react-dom": "^19.0.0",
3735
"unist-util-visit": "^5.0.0"
3836
},
3937
"devDependencies": {
40-
"@apify/eslint-config-ts": ">=0.4.0 <1.0.0",
41-
"@apify/tsconfig": ">=0.1.0 <1.0.0",
38+
"@apify/eslint-config-ts": "^0.4.0",
39+
"@apify/tsconfig": "^0.1.0",
4240
"@types/react": "^19.0.0",
4341
"@typescript-eslint/eslint-plugin": "^8.0.0",
4442
"@typescript-eslint/parser": "^8.0.0",
4543
"eslint": "^9.0.0",
4644
"eslint-plugin-react": "^7.32.2",
4745
"eslint-plugin-react-hooks": "^7.0.0",
48-
"markdownlint": ">=0.39.0 <1.0.0",
49-
"markdownlint-cli": ">=0.46.0 <1.0.0",
5046
"path-browserify": "^1.0.1",
5147
"prettier": "^3.0.0",
5248
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)