|
50 | 50 | "update:version": "tsx ./scripts/update-version.ts" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@changesets/cli": "^2.27.11", |
| 53 | + "@changesets/cli": "^2.27.12", |
54 | 54 | "@eslint/config-inspector": "^1.0.0", |
55 | 55 | "@eslint/js": "^9.18.0", |
56 | | - "@eslint/markdown": "^6.2.1", |
| 56 | + "@eslint/markdown": "^6.2.2", |
57 | 57 | "@napi-rs/canvas": "^0.1.65", |
58 | 58 | "@stylistic/eslint-plugin": "^2.13.0", |
59 | 59 | "@swc/core": "^1.10.9", |
60 | 60 | "@tsconfig/node22": "^22.0.0", |
61 | 61 | "@tsconfig/strictest": "^2.0.5", |
62 | | - "@types/node": "^22.10.7", |
63 | | - "@types/react": "^19.0.7", |
| 62 | + "@types/node": "^22.10.10", |
| 63 | + "@types/react": "^19.0.8", |
64 | 64 | "@types/react-dom": "^19.0.3", |
65 | 65 | "@typescript-eslint/parser": "^8.21.0", |
66 | 66 | "@typescript-eslint/rule-tester": "^8.21.0", |
67 | 67 | "@typescript-eslint/types": "^8.21.0", |
68 | | - "@vitest/ui": "^3.0.3", |
| 68 | + "@vitest/ui": "^3.0.4", |
69 | 69 | "@workspace/configs": "workspace:*", |
70 | 70 | "@workspace/eslint-plugin-local": "workspace:*", |
71 | 71 | "concurrently": "^9.1.2", |
|
103 | 103 | "typedoc-plugin-rename-defaults": "^0.7.2", |
104 | 104 | "typescript": "^5.7.3", |
105 | 105 | "typescript-eslint": "^8.21.0", |
106 | | - "vitest": "^3.0.3" |
| 106 | + "vitest": "^3.0.4" |
107 | 107 | }, |
108 | 108 | "packageManager": "[email protected]", |
109 | 109 | "engines": { |
|
115 | 115 | "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
116 | 116 | "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
117 | 117 | "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
118 | | - "@types/react": "^19.0.7", |
| 118 | + "@types/react": "^19.0.8", |
119 | 119 | "@types/react-dom": "^19.0.3", |
120 | 120 | "cross-spawn": "^7.0.6", |
121 | 121 | "react": "^19.0.0", |
|
0 commit comments