|
41 | 41 | "@commitlint/config-conventional": "19.2.2", |
42 | 42 | "@commitlint/prompt-cli": "19.3.1", |
43 | 43 | "@cypress/code-coverage": "3.12.39", |
44 | | - "@cypress/react": "8.0.1", |
| 44 | + "@cypress/react": "9.0.1", |
45 | 45 | "@cypress/vite-dev-server": "5.0.7", |
46 | 46 | "@testing-library/cypress": "8.0.7", |
47 | | - "@types/react": "16.14.60", |
48 | | - "@types/react-dom": "16.9.24", |
| 47 | + "@types/react": "18.3.23", |
| 48 | + "@types/react-dom": "18.3.7", |
49 | 49 | "@vitejs/plugin-react": "2.2.0", |
50 | 50 | "@vitest/coverage-v8": "1.6.0", |
51 | 51 | "condition-circle": "2.0.2", |
|
59 | 59 | "husky": "9.0.11", |
60 | 60 | "lint-staged": "15.2.2", |
61 | 61 | "prettier": "3.0.3", |
62 | | - "react": "16.14.0", |
63 | | - "react-dom": "16.14.0", |
| 62 | + "react": "18.3.1", |
| 63 | + "react-dom": "18.3.1", |
64 | 64 | "regenerator-runtime": "0.14.1", |
65 | 65 | "rimraf": "5.0.7", |
66 | 66 | "semantic-release": "23.0.8", |
|
70 | 70 | "vite-plugin-istanbul": "5.0.0" |
71 | 71 | }, |
72 | 72 | "peerDependencies": { |
73 | | - "react": ">=16.8.0", |
74 | | - "react-dom": ">=16.8.0" |
| 73 | + "react": ">=18.3.1", |
| 74 | + "react-dom": ">=18.3.1" |
75 | 75 | }, |
76 | 76 | "browserslist": [ |
77 | 77 | "chrome >= 50", |
|
87 | 87 | "verifyConditions": "condition-circle" |
88 | 88 | }, |
89 | 89 | "engines": { |
90 | | - "node": ">=16.11", |
91 | | - "npm": ">=8.x" |
| 90 | + "node": ">=22", |
| 91 | + "npm": ">=10" |
92 | 92 | }, |
93 | 93 | "lint-staged": { |
94 | 94 | "*.{js,ts,tsx}": [ |
|
103 | 103 | }, |
104 | 104 | "overrides": { |
105 | 105 | "ramda": "0.29.1", |
106 | | - "npm": "10.8.2", |
107 | 106 | "semver": "7.6.2", |
108 | 107 | "postcss": "8.5.6", |
109 | 108 | "@babel/runtime": "7.27.6", |
|
0 commit comments