|
12 | 12 | "version": "docusaurus version", |
13 | 13 | "write-translations": "docusaurus write-translations", |
14 | 14 | "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", |
19 | 17 | "lint:code": "eslint .", |
20 | 18 | "lint:code:fix": "eslint . --fix" |
21 | 19 | }, |
|
29 | 27 | "@rspack/core": "<1.6.0", |
30 | 28 | "@signalwire/docusaurus-plugin-llms-txt": "^1.2.2", |
31 | 29 | "clsx": "^2.0.0", |
32 | | - "docusaurus-gtm-plugin": ">=0.0.2 <1.0.0", |
| 30 | + "docusaurus-gtm-plugin": "^0.0.2", |
33 | 31 | "prop-types": "^15.8.1", |
34 | 32 | "raw-loader": "^4.0.2", |
35 | 33 | "react": "^19.0.0", |
36 | 34 | "react-dom": "^19.0.0", |
37 | 35 | "unist-util-visit": "^5.0.0" |
38 | 36 | }, |
39 | 37 | "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", |
42 | 40 | "@types/react": "^19.0.0", |
43 | 41 | "@typescript-eslint/eslint-plugin": "^8.0.0", |
44 | 42 | "@typescript-eslint/parser": "^8.0.0", |
45 | 43 | "eslint": "^9.0.0", |
46 | 44 | "eslint-plugin-react": "^7.32.2", |
47 | 45 | "eslint-plugin-react-hooks": "^7.0.0", |
48 | | - "markdownlint": ">=0.39.0 <1.0.0", |
49 | | - "markdownlint-cli": ">=0.46.0 <1.0.0", |
50 | 46 | "path-browserify": "^1.0.1", |
51 | 47 | "prettier": "^3.0.0", |
52 | 48 | "rimraf": "^6.0.0", |
|
0 commit comments