|
10 | 10 | "workspaces": [ |
11 | 11 | "packages/*" |
12 | 12 | ], |
13 | | - "packageManager": "yarn@4.9.2", |
| 13 | + "packageManager": "yarn@4.11.0", |
14 | 14 | "scripts": { |
15 | 15 | "build": "concurrently -r 'yarn:build:*'", |
16 | 16 | "build:r": "r -f cjs", |
|
31 | 31 | "@1stg/common-config": "^14.3.0", |
32 | 32 | "@changesets/changelog-github": "^0.5.1", |
33 | 33 | "@changesets/cli": "^2.29.5", |
34 | | - "@commitlint/cli": "^19.8.1", |
35 | | - "@oxc-node/core": "^0.0.29", |
| 34 | + "@commitlint/cli": "^20.0.0", |
| 35 | + "@oxc-node/core": "^0.0.34", |
36 | 36 | "@pkgr/rollup": "^7.0.0", |
37 | 37 | "@swc/core": "^1.12.9", |
38 | 38 | "@swc/jest": "^0.2.38", |
39 | 39 | "@types/jest": "^30.0.0", |
40 | | - "@types/node": "^22.16.0", |
| 40 | + "@types/node": "^24.0.0", |
41 | 41 | "@types/react": "^19.1.8", |
42 | 42 | "@types/unist": "^3.0.3", |
43 | 43 | "@unts/patch-package": "^8.1.1", |
|
62 | 62 | "resolutions": { |
63 | 63 | "eslint-mdx": "link:packages/eslint-mdx", |
64 | 64 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx", |
65 | | - "eslint-plugin-unicorn-x": "npm:eslint-plugin-unicorn@^59.0.1", |
| 65 | + "eslint-plugin-unicorn-x": "npm:eslint-plugin-unicorn@^62.0.0", |
66 | 66 | "prettier": "^3.6.2" |
67 | 67 | }, |
68 | 68 | "commitlint": { |
|
0 commit comments