|
15 | 15 | "deploy": "rimraf .docusaurus && node --max_old_space_size=16000 node_modules/@docusaurus/core/bin/docusaurus.mjs deploy", |
16 | 16 | "docusaurus": "docusaurus", |
17 | 17 | "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", |
22 | 20 | "lint:code": "eslint .", |
23 | 21 | "lint:code:fix": "eslint . --fix" |
24 | 22 | }, |
|
33 | 31 | "@docusaurus/theme-mermaid": "^3.9.2", |
34 | 32 | "@giscus/react": "^3.0.0", |
35 | 33 | "@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", |
37 | 35 | "@rspack/core": "<1.6.0", |
38 | 36 | "@signalwire/docusaurus-plugin-llms-txt": "^1.2.1", |
39 | 37 | "axios": "^1.5.0", |
40 | 38 | "buffer": "^6.0.3", |
41 | 39 | "clsx": "^2.0.0", |
42 | 40 | "crypto-browserify": "^3.12.0", |
43 | | - "docusaurus-gtm-plugin": ">=0.0.2 <1.0.0", |
| 41 | + "docusaurus-gtm-plugin": "^0.0.2", |
44 | 42 | "prism-react-renderer": "^2.1.0", |
45 | | - "process": ">=0.11.10 <1.0.0", |
| 43 | + "process": "^0.11.10", |
46 | 44 | "prop-types": "^15.8.1", |
47 | 45 | "raw-loader": "^4.0.2", |
48 | 46 | "react": "^19.0.0", |
|
53 | 51 | "unist-util-visit": "^5.0.0" |
54 | 52 | }, |
55 | 53 | "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", |
58 | 56 | "@apify/ui-icons": "^1.23.0", |
59 | 57 | "@docusaurus/module-type-aliases": "^3.9.2", |
60 | 58 | "@docusaurus/types": "^3.9.2", |
|
65 | 63 | "eslint-plugin-react": "^7.37.5", |
66 | 64 | "eslint-plugin-react-hooks": "^7.0.0", |
67 | 65 | "fs-extra": "^11.1.0", |
68 | | - "markdownlint": ">=0.39.0 <1.0.0", |
69 | | - "markdownlint-cli": ">=0.46.0 <1.0.0", |
70 | 66 | "patch-package": "^8.0.0", |
71 | 67 | "path-browserify": "^1.0.1", |
72 | 68 | "prettier": "^3.0.0", |
|
0 commit comments