|
15 | 15 | "@codingame/esbuild-import-meta-url-plugin": "~1.0.2", |
16 | 16 | "@codingame/monaco-vscode-rollup-vsix-plugin": "~11.1.2", |
17 | 17 | "@eslint/eslintrc": "~3.2.0", |
18 | | - "@eslint/js": "~9.17.0", |
19 | | - "@stylistic/eslint-plugin": "~2.12.1", |
20 | | - "@testing-library/react": "~16.1.0", |
21 | | - "@types/node": "~22.10.5", |
22 | | - "@types/react": "~19.0.4", |
23 | | - "@types/react-dom": "~19.0.2", |
| 18 | + "@eslint/js": "~9.18.0", |
| 19 | + "@stylistic/eslint-plugin": "~2.13.0", |
| 20 | + "@testing-library/react": "~16.2.0", |
| 21 | + "@types/node": "~22.10.7", |
| 22 | + "@types/react": "~19.0.7", |
| 23 | + "@types/react-dom": "~19.0.3", |
24 | 24 | "@types/vscode": "~1.95.0", |
25 | | - "@typescript-eslint/eslint-plugin": "~8.19.1", |
26 | | - "@typescript-eslint/parser": "~8.19.1", |
| 25 | + "@typescript-eslint/eslint-plugin": "~8.20.0", |
| 26 | + "@typescript-eslint/parser": "~8.20.0", |
27 | 27 | "@vitejs/plugin-react": "~4.3.4", |
28 | | - "@vitest/browser": "~2.1.8", |
| 28 | + "@vitest/browser": "~3.0.2", |
29 | 29 | "editorconfig": "~2.0.0", |
30 | 30 | "esbuild": "~0.24.2", |
31 | | - "eslint": "~9.17.0", |
| 31 | + "eslint": "~9.18.0", |
32 | 32 | "eslint-plugin-header": "~3.1.1", |
33 | 33 | "eslint-plugin-import": "~2.31.0", |
34 | 34 | "eslint-plugin-unused-imports": "~4.1.4", |
|
37 | 37 | "minimatch": "~10.0.1", |
38 | 38 | "playwright": "~1.49.1", |
39 | 39 | "typescript": "~5.7.3", |
40 | | - "vite": "~6.0.7", |
41 | | - "vite-node": "~2.1.8", |
42 | | - "vitest": "~2.1.8" |
| 40 | + "vite": "~6.0.8", |
| 41 | + "vite-node": "~3.0.2", |
| 42 | + "vitest": "~3.0.2" |
43 | 43 | }, |
44 | 44 | "scripts": { |
45 | 45 | "clean": "npm run clean --workspaces", |
|
77 | 77 | "packages/wrapper", |
78 | 78 | "packages/wrapper-react", |
79 | 79 | "packages/examples" |
80 | | - ], |
81 | | - "overrides": { |
82 | | - "vite": "~6.0.7" |
83 | | - } |
| 80 | + ] |
84 | 81 | } |
0 commit comments