|
62 | 62 | "@testing-library/react": "15.0.7",
|
63 | 63 | "@testing-library/user-event": "14.6.1",
|
64 | 64 | "@types/jest": "29.5.14",
|
65 |
| - "@types/react": "18.3.18", |
66 |
| - "@types/react-dom": "18.3.5", |
| 65 | + "@types/react": "19.0.10", |
| 66 | + "@types/react-dom": "19.0.4", |
67 | 67 | "@types/react-router-dom": "5.3.3",
|
68 | 68 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
69 | 69 | "@typescript-eslint/parser": "7.18.0",
|
|
79 | 79 | "eslint-plugin-jsx-a11y": "6.10.2",
|
80 | 80 | "eslint-plugin-prettier": "5.2.3",
|
81 | 81 | "eslint-plugin-react": "7.37.4",
|
82 |
| - "eslint-plugin-react-hooks": "4.6.2", |
| 82 | + "eslint-plugin-react-hooks": "5.2.0", |
83 | 83 | "eslint-plugin-simple-import-sort": "12.1.1",
|
84 | 84 | "eslint-plugin-testing-library": "7.1.1",
|
85 | 85 | "husky": "9.1.7",
|
|
90 | 90 | "npm-dts": "1.3.13",
|
91 | 91 | "pinst": "3.0.0",
|
92 | 92 | "prettier": "3.5.2",
|
93 |
| - "react": "18.3.1", |
94 |
| - "react-dom": "18.3.1", |
| 93 | + "react": "19.0.0", |
| 94 | + "react-dom": "19.0.0", |
95 | 95 | "semantic-release": "24.2.3",
|
96 | 96 | "ts-jest": "29.2.6",
|
97 | 97 | "ts-node": "10.9.2",
|
|
100 | 100 | "webpack-cli": "6.0.1"
|
101 | 101 | },
|
102 | 102 | "peerDependencies": {
|
103 |
| - "react": "^16.8 || ^17 || ^18", |
104 |
| - "react-dom": "^16.8 || ^17 || ^18" |
| 103 | + "react": "^16.8 || ^17 || ^18 || ^19.0.0", |
| 104 | + "react-dom": "^16.8 || ^17 || ^18 || ^19.0.0" |
105 | 105 | }
|
106 | 106 | }
|
0 commit comments