|
55 | 55 | "clsx": "^2.0.0" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@babel/core": "^7.20.12", |
59 | | - "@babel/plugin-transform-runtime": "^7.21.4", |
60 | | - "@babel/preset-env": "^7.20.2", |
61 | | - "@babel/preset-react": "^7.18.6", |
62 | | - "@babel/preset-typescript": "^7.18.6", |
63 | | - "@babel/runtime": "^7.21.5", |
| 58 | + "@babel/core": "^7.26.0", |
| 59 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 60 | + "@babel/preset-env": "^7.26.0", |
| 61 | + "@babel/preset-react": "^7.26.3", |
| 62 | + "@babel/preset-typescript": "^7.26.0", |
| 63 | + "@babel/runtime": "^7.26.0", |
64 | 64 | "@biomejs/biome": "1.9.4", |
65 | 65 | "@eslint/compat": "^1.2.3", |
66 | 66 | "@faker-js/faker": "^9.0.0", |
67 | 67 | "@ianvs/prettier-plugin-sort-imports": "^4.0.2", |
68 | 68 | "@linaria/core": "^6.0.0", |
69 | 69 | "@microsoft/api-extractor": "^7.23.0", |
70 | | - "@rollup/plugin-babel": "^6.0.3", |
| 70 | + "@rollup/plugin-babel": "^6.0.4", |
71 | 71 | "@rollup/plugin-node-resolve": "^15.1.0", |
72 | | - "@tanstack/react-router": "1.82.1", |
| 72 | + "@tanstack/react-router": "^1.85.5", |
73 | 73 | "@tanstack/router-plugin": "^1.69.1", |
74 | 74 | "@testing-library/dom": "^10.1.0", |
75 | 75 | "@testing-library/react": "^16.0.0", |
76 | 76 | "@testing-library/user-event": "^14.5.2", |
77 | 77 | "@types/node": "^22.0.0", |
78 | 78 | "@types/react": "^18.3.9", |
79 | 79 | "@types/react-dom": "^18.3.0", |
80 | | - "@typescript-eslint/eslint-plugin": "^8.15.0", |
81 | | - "@typescript-eslint/parser": "^8.15.0", |
82 | | - "@vitejs/plugin-react": "^4.3.1", |
83 | | - "@vitest/browser": "^2.1.5", |
84 | | - "@vitest/coverage-v8": "^2.1.5", |
85 | | - "@vitest/eslint-plugin": "^1.1.10", |
| 80 | + "@typescript-eslint/eslint-plugin": "^8.17.0", |
| 81 | + "@typescript-eslint/parser": "^8.17.0", |
| 82 | + "@vitejs/plugin-react": "^4.3.4", |
| 83 | + "@vitest/browser": "^2.1.8", |
| 84 | + "@vitest/coverage-v8": "^2.1.8", |
| 85 | + "@vitest/eslint-plugin": "^1.1.14", |
86 | 86 | "@wyw-in-js/rollup": "^0.5.0", |
87 | 87 | "@wyw-in-js/vite": "^0.5.0", |
88 | 88 | "babel-plugin-optimize-clsx": "^2.6.2", |
89 | 89 | "browserslist": "^4.24.0", |
90 | | - "eslint": "^9.15.0", |
| 90 | + "eslint": "^9.16.0", |
91 | 91 | "eslint-plugin-jest-dom": "^5.5.0", |
92 | 92 | "eslint-plugin-react": "^7.37.2", |
93 | | - "eslint-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115", |
| 93 | + "eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", |
94 | 94 | "eslint-plugin-react-hooks": "^5.0.0", |
95 | | - "eslint-plugin-react-hooks-extra": "^1.16.1", |
96 | | - "eslint-plugin-sonarjs": "^2.0.4", |
97 | | - "eslint-plugin-testing-library": "^6.4.0", |
| 95 | + "eslint-plugin-react-hooks-extra": "^1.17.3", |
| 96 | + "eslint-plugin-sonarjs": "^3.0.0", |
| 97 | + "eslint-plugin-testing-library": "^7.1.0", |
98 | 98 | "jspdf": "^2.5.1", |
99 | 99 | "jspdf-autotable": "^3.5.23", |
100 | 100 | "playwright": "^1.45.1", |
101 | 101 | "postcss": "^8.4.25", |
102 | | - "prettier": "3.3.3", |
| 102 | + "prettier": "3.4.2", |
103 | 103 | "react": "^18.3.1", |
104 | 104 | "react-dnd": "^16.0.1", |
105 | 105 | "react-dnd-html5-backend": "^16.0.1", |
106 | 106 | "react-dom": "^18.3.1", |
107 | 107 | "rollup": "^4.0.2", |
108 | 108 | "rollup-plugin-postcss": "^4.0.2", |
109 | | - "typescript": "~5.6.2", |
110 | | - "vite": "^5.4.11", |
111 | | - "vitest": "^2.1.5", |
112 | | - "vitest-browser-react": "^0.0.3" |
| 109 | + "typescript": "~5.7.2", |
| 110 | + "vite": "^6.0.2", |
| 111 | + "vitest": "^2.1.8", |
| 112 | + "vitest-browser-react": "^0.0.4" |
113 | 113 | }, |
114 | 114 | "peerDependencies": { |
115 | 115 | "react": "^18.0 || ^19.0", |
|
0 commit comments