|
11 | 11 | "find-unused": "ts-unused-exports ./tsconfig.json --showLineNumber" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "prettier": "^3.3.3", |
| 14 | + "prettier": "^3.5.1", |
15 | 15 | "prettier-plugin-organize-imports": "^4.1.0", |
16 | | - "react": "^18.3.1", |
17 | | - "react-dom": "^18.3.1", |
18 | | - "styled-components": "^6.1.13" |
| 16 | + "react": "^19", |
| 17 | + "react-dom": "^19", |
| 18 | + "styled-components": "^6.1.15" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "@types/react": "^18.3.12", |
22 | | - "@types/react-dom": "^18.3.1", |
23 | | - "@typescript-eslint/eslint-plugin": "^8.16.0", |
24 | | - "@typescript-eslint/parser": "^8.16.0", |
25 | | - "@vitejs/plugin-react": "^4.3.3", |
26 | | - "eslint": "^9.15.0", |
27 | | - "eslint-plugin-react-hooks": "^5.0.0", |
28 | | - "eslint-plugin-react-refresh": "^0.4.14", |
29 | | - "ts-unused-exports": "^10.1.0", |
30 | | - "typescript": "^5.7.2", |
31 | | - "vite": "^5.4.11" |
| 21 | + "@types/react": "^19.0.8", |
| 22 | + "@types/react-dom": "^19.0.3", |
| 23 | + "@typescript-eslint/eslint-plugin": "^8.24.0", |
| 24 | + "@typescript-eslint/parser": "^8.24.0", |
| 25 | + "@vitejs/plugin-react": "^4.3.4", |
| 26 | + "eslint": "^9.20.1", |
| 27 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 28 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 29 | + "ts-unused-exports": "^11.0.1", |
| 30 | + "typescript": "^5.7.3", |
| 31 | + "vite": "^6.1.0" |
32 | 32 | }, |
33 | | - "packageManager": "pnpm@10.4.0+sha256.e57e8a544f7a84247cfa77dd6d923eae5199a373474e53eab1f540c796289386" |
| 33 | + "packageManager": "pnpm@10.4.0+sha256.e57e8a544f7a84247cfa77dd6d923eae5199a373474e53eab1f540c796289386", |
| 34 | + "pnpm": { |
| 35 | + "onlyBuiltDependencies": [ |
| 36 | + "esbuild" |
| 37 | + ] |
| 38 | + } |
34 | 39 | } |
0 commit comments