|
48 | 48 | "lint:es": "eslint . --cache", |
49 | 49 | "lint:tsc": "tsc -b", |
50 | 50 | "prepare": "simple-git-hooks && patch-package && yarn-berry-deduplicate || exit 0", |
51 | | - "release": "yarn build && clean-pkg-json && changeset publish", |
| 51 | + "release": "yarn build && clean-pkg-json && changeset publish --tag release-0.x", |
52 | 52 | "serve": "yarn doom serve", |
53 | 53 | "swc-node": "node --enable-source-maps --import @swc-node/register/esm-register", |
54 | 54 | "translate": "yarn doom translate", |
55 | 55 | "typecov": "type-coverage", |
56 | 56 | "version": "changeset version && yarn --no-immutable" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "@cspell/eslint-plugin": "^9.0.2", |
60 | | - "@eslint-react/eslint-plugin": "^1.50.0", |
| 59 | + "@cspell/eslint-plugin": "^8.19.4", |
| 60 | + "@eslint-react/eslint-plugin": "^1.51.0", |
61 | 61 | "@inquirer/prompts": "^7.5.3", |
62 | 62 | "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0", |
63 | 63 | "@playwright/browser-chromium": "^1.52.0", |
64 | 64 | "@rsbuild/plugin-yaml": "^1.0.2", |
65 | 65 | "@rspress/core": "1.44.0", |
66 | | - "@shikijs/transformers": "^3.4.2", |
| 66 | + "@shikijs/transformers": "^3.5.0", |
67 | 67 | "chokidar": "^4.0.3", |
68 | 68 | "cli-progress": "^3.12.0", |
69 | 69 | "clsx": "^2.1.1", |
70 | 70 | "commander": "^13.1.0", |
71 | 71 | "ejs": "^3.1.10", |
72 | | - "es-toolkit": "^1.38.0", |
73 | | - "eslint": "^9.27.0", |
| 72 | + "es-toolkit": "^1.39.0", |
| 73 | + "eslint": "^9.28.0", |
74 | 74 | "eslint-plugin-mdx": "^3.4.2", |
75 | 75 | "html-tag-names": "^2.1.0", |
76 | 76 | "mdast-util-mdx": "^2.0.1", |
77 | 77 | "mdast-util-mdx-jsx": "^2.1.4", |
78 | 78 | "mermaid": "^11.6.0", |
79 | | - "openai": "^5.0.0-beta.0", |
| 79 | + "openai": "^5.1.1", |
80 | 80 | "openapi-types": "^12.1.3", |
81 | 81 | "p-ratelimit": "^1.0.1", |
82 | 82 | "pdf-lib": "^1.17.1", |
|
90 | 90 | "remark-gfm": "^3.0.1", |
91 | 91 | "remark-mdx": "^2.3.0", |
92 | 92 | "remark-stringify": "^10.0.3", |
93 | | - "shiki": "^3.4.2", |
| 93 | + "shiki": "^3.6.0", |
94 | 94 | "simple-git": "^3.27.0", |
95 | 95 | "swagger2openapi": "^7.0.8", |
96 | 96 | "tinyglobby": "^0.2.14", |
97 | 97 | "type-fest": "^4.41.0", |
98 | | - "typescript-eslint": "^8.33.0", |
| 98 | + "typescript": "^5.8.3", |
| 99 | + "typescript-eslint": "^8.33.1", |
99 | 100 | "x-fetch": "^0.2.6", |
100 | 101 | "yaml": "^2.8.0", |
101 | 102 | "yoctocolors": "^2.1.1" |
102 | 103 | }, |
103 | 104 | "devDependencies": { |
104 | 105 | "@changesets/changelog-github": "^0.5.1", |
105 | 106 | "@changesets/cli": "^2.29.4", |
106 | | - "@eslint/js": "^9.27.0", |
| 107 | + "@eslint/js": "^9.28.0", |
107 | 108 | "@swc-node/register": "^1.10.10", |
108 | | - "@swc/core": "1.11.29", |
| 109 | + "@swc/core": "1.11.31", |
109 | 110 | "@total-typescript/ts-reset": "^0.6.1", |
110 | 111 | "@types/cli-progress": "^3.11.6", |
111 | 112 | "@types/ejs": "^3.1.5", |
112 | | - "@types/node": "^22.15.24", |
| 113 | + "@types/hast": "2", |
| 114 | + "@types/node": "^22.15.30", |
113 | 115 | "@types/picomatch": "^4.0.0", |
114 | 116 | "@types/react": "^18.3.23", |
115 | 117 | "@types/react-dom": "^18.3.7", |
116 | 118 | "@types/swagger2openapi": "^7.0.4", |
117 | 119 | "@unts/patch-package": "^8.1.1", |
118 | 120 | "clean-pkg-json": "^1.3.0", |
119 | | - "eslint-import-resolver-typescript": "^4.4.1", |
120 | | - "eslint-plugin-import-x": "^4.13.3", |
| 121 | + "eslint-import-resolver-typescript": "^4.4.3", |
| 122 | + "eslint-plugin-import-x": "^4.15.1", |
121 | 123 | "eslint-plugin-react-hooks": "^5.2.0", |
122 | 124 | "nano-staged": "^0.8.0", |
123 | 125 | "npm-run-all2": "^7.0.2", |
124 | 126 | "prettier": "^3.5.3", |
125 | | - "prettier-plugin-pkg": "^0.19.1", |
| 127 | + "prettier-plugin-pkg": "^0.20.0", |
126 | 128 | "prettier-plugin-properties": "^0.3.0", |
127 | 129 | "simple-git-hooks": "^2.13.0", |
128 | 130 | "type-coverage": "^2.29.7", |
129 | | - "typescript": "^5.8.3", |
130 | 131 | "yarn-berry-deduplicate": "^6.1.3" |
131 | 132 | }, |
132 | 133 | "publishConfig": { |
|
0 commit comments