Skip to content

Commit f6eabfb

Browse files
vdusekclaude
andauthored
docs: Remove markdownlint and revert dependencies to ^ format (#1691)
- 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 26c28aa commit f6eabfb

File tree

2 files changed

+39
-187
lines changed

2 files changed

+39
-187
lines changed

website/package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
"deploy": "rimraf .docusaurus && node --max_old_space_size=16000 node_modules/@docusaurus/core/bin/docusaurus.mjs deploy",
1616
"docusaurus": "docusaurus",
1717
"clean": "rimraf .docusaurus build",
18-
"lint": "yarn lint:md && yarn lint:code",
19-
"lint:fix": "yarn lint:md:fix && yarn lint:code:fix",
20-
"lint:md": "markdownlint --config ../.markdownlint.yaml '../docs/**/*.md' '../docs/**/*.mdx' --ignore '../docs/changelog.md'",
21-
"lint:md:fix": "yarn lint:md --fix",
18+
"lint": "yarn lint:code",
19+
"lint:fix": "yarn lint:code:fix",
2220
"lint:code": "eslint .",
2321
"lint:code:fix": "eslint . --fix"
2422
},
@@ -33,16 +31,16 @@
3331
"@docusaurus/theme-mermaid": "^3.9.2",
3432
"@giscus/react": "^3.0.0",
3533
"@mdx-js/react": "^3.0.1",
36-
"@mermaid-js/layout-elk": ">=0.2.0 <1.0.0",
34+
"@mermaid-js/layout-elk": "^0.2.0",
3735
"@rspack/core": "<1.6.0",
3836
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.1",
3937
"axios": "^1.5.0",
4038
"buffer": "^6.0.3",
4139
"clsx": "^2.0.0",
4240
"crypto-browserify": "^3.12.0",
43-
"docusaurus-gtm-plugin": ">=0.0.2 <1.0.0",
41+
"docusaurus-gtm-plugin": "^0.0.2",
4442
"prism-react-renderer": "^2.1.0",
45-
"process": ">=0.11.10 <1.0.0",
43+
"process": "^0.11.10",
4644
"prop-types": "^15.8.1",
4745
"raw-loader": "^4.0.2",
4846
"react": "^19.0.0",
@@ -53,8 +51,8 @@
5351
"unist-util-visit": "^5.0.0"
5452
},
5553
"devDependencies": {
56-
"@apify/eslint-config-ts": ">=0.4.0 <1.0.0",
57-
"@apify/tsconfig": ">=0.1.0 <1.0.0",
54+
"@apify/eslint-config-ts": "^0.4.0",
55+
"@apify/tsconfig": "^0.1.0",
5856
"@apify/ui-icons": "^1.23.0",
5957
"@docusaurus/module-type-aliases": "^3.9.2",
6058
"@docusaurus/types": "^3.9.2",
@@ -65,8 +63,6 @@
6563
"eslint-plugin-react": "^7.37.5",
6664
"eslint-plugin-react-hooks": "^7.0.0",
6765
"fs-extra": "^11.1.0",
68-
"markdownlint": ">=0.39.0 <1.0.0",
69-
"markdownlint-cli": ">=0.46.0 <1.0.0",
7066
"patch-package": "^8.0.0",
7167
"path-browserify": "^1.0.1",
7268
"prettier": "^3.0.0",

0 commit comments

Comments
 (0)