|
3 | 3 | "homepage": "https://Bayer-Group.github.io/react-color-a11y", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@emotion/react": "^11.11.3", |
7 | | - "@emotion/styled": "^11.11.0", |
8 | | - "@mui/icons-material": "^6.0.2", |
9 | | - "@mui/material": "^6.0.1", |
10 | | - "@testing-library/jest-dom": "^6.4.2", |
11 | | - "@testing-library/react": "^16.0.0", |
| 6 | + "@emotion/react": "^11.14.0", |
| 7 | + "@emotion/styled": "^11.14.0", |
| 8 | + "@mui/icons-material": "^6.3.0", |
| 9 | + "@mui/material": "^6.3.0", |
| 10 | + "@testing-library/jest-dom": "^6.6.3", |
| 11 | + "@testing-library/react": "^16.1.0", |
12 | 12 | "@testing-library/user-event": "^14.5.2", |
13 | | - "@types/jest": "^29.5.12", |
14 | | - "@types/node": "^22.0.2", |
15 | | - "@types/react": "^18.2.54", |
16 | | - "@types/react-dom": "^18.2.18", |
| 13 | + "@types/jest": "^29.5.14", |
| 14 | + "@types/node": "^22.10.3", |
| 15 | + "@types/react": "^19.0.2", |
| 16 | + "@types/react-dom": "^19.0.2", |
17 | 17 | "@types/react-helmet": "^6.1.11", |
18 | | - "react": "^18.3.1", |
| 18 | + "react": "^19.0.0", |
19 | 19 | "react-color-a11y": "workspace:*", |
20 | 20 | "react-colorful": "^5.6.1", |
21 | | - "react-dom": "^18.3.1", |
22 | | - "react-helmet-async": "^2.0.4", |
| 21 | + "react-dom": "^19.0.0", |
| 22 | + "react-helmet-async": "^2.0.5", |
23 | 23 | "react-scripts": "5.0.1", |
24 | | - "typescript": "^5.3.3", |
25 | | - "web-vitals": "^4.2.0" |
| 24 | + "typescript": "^5.7.2", |
| 25 | + "web-vitals": "^4.2.4" |
26 | 26 | }, |
27 | 27 | "scripts": { |
28 | | - "start": "react-scripts start", |
29 | | - "build": "react-scripts build", |
| 28 | + "start": "DISABLE_ESLINT_PLUGIN=true react-scripts start", |
| 29 | + "build": "DISABLE_ESLINT_PLUGIN=true react-scripts build", |
30 | 30 | "test": "react-scripts test", |
31 | | - "eject": "react-scripts eject", |
32 | | - "lint": "eslint --ext .ts,.tsx ." |
| 31 | + "eject": "react-scripts eject" |
33 | 32 | }, |
34 | 33 | "browserslist": { |
35 | 34 | "production": [ |
|
0 commit comments