|
6 | 6 | "packages_generated/*" |
7 | 7 | ], |
8 | 8 | "engines": { |
9 | | - "node": ">=18.0", |
10 | | - "pnpm": ">=10.9.0" |
| 9 | + "node": ">=20.19.1", |
| 10 | + "pnpm": ">=10.10.0" |
11 | 11 | }, |
12 | 12 | "type": "module", |
13 | 13 | "scripts": { |
|
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | 58 | "@biomejs/biome": "1.9.4", |
59 | | - "@commitlint/cli": "19.7.1", |
60 | | - "@commitlint/config-conventional": "19.7.1", |
61 | | - "@manypkg/cli": "0.23.0", |
| 59 | + "@commitlint/cli": "19.8.1", |
| 60 | + "@commitlint/config-conventional": "19.8.1", |
| 61 | + "@manypkg/cli": "0.24.0", |
62 | 62 | "@scaleway/eslint-config-react": "4.0.9", |
63 | | - "@scaleway/random-name": "5.1.1", |
64 | | - "@typescript-eslint/eslint-plugin": "latest", |
| 63 | + "@typescript-eslint/eslint-plugin": "8.32.0", |
| 64 | + "@typescript-eslint/parser": "8.32.0", |
65 | 65 | "@vitest/coverage-istanbul": "3.1.2", |
66 | 66 | "@vitest/coverage-v8": "3.1.2", |
67 | 67 | "@vitest/ui": "3.1.2", |
68 | 68 | "babel-plugin-annotate-pure-calls": "0.5.0", |
69 | | - "browserslist": "4.24.4", |
| 69 | + "browserslist": "4.24.5", |
70 | 70 | "cross-env": "7.0.3", |
71 | 71 | "cross-fetch": "4.1.0", |
72 | 72 | "cz-conventional-changelog": "3.3.0", |
73 | 73 | "esbuild-plugin-browserslist": "1.0.0", |
74 | | - "eslint": "9.19.0", |
| 74 | + "eslint": "9.26.0", |
75 | 75 | "eslint-plugin-tsdoc": "0.4.0", |
76 | 76 | "husky": "9.1.7", |
77 | | - "jsdom": "25.0.1", |
| 77 | + "jsdom": "26.1.0", |
78 | 78 | "lerna": "8.2.2", |
79 | 79 | "lint-staged": "15.5.1", |
80 | 80 | "prettier": "3.5.3", |
81 | 81 | "react": "^19.1.0", |
82 | 82 | "read-pkg": "9.0.1", |
83 | 83 | "tsc-alias": "^1.8.10", |
84 | | - "turbo": "2.5.1", |
| 84 | + "turbo": "2.5.2", |
85 | 85 | "typedoc": "0.27.6", |
86 | 86 | "typescript": "5.8.3", |
87 | | - "vite": "6.3.4", |
| 87 | + "vite": "6.3.5", |
88 | 88 | "vitest": "3.1.2" |
89 | 89 | }, |
90 | | - "packageManager": "pnpm@10.9.0" |
| 90 | + "packageManager": "pnpm@10.10.0" |
91 | 91 | } |
0 commit comments