|
29 | 29 | "@testing-library/react-12": "npm:@testing-library/react@^12.1.2", |
30 | 30 | "@testing-library/react-hooks": "^8.0.0", |
31 | 31 | "@types/jest": "^27.0.2", |
32 | | - "@types/react": "^18.0.0", |
33 | | - "@types/react-dom": "^18.0.0", |
| 32 | + "@types/react": "^19.0.0", |
| 33 | + "@types/react-dom": "^19.0.0", |
34 | 34 | "@typescript-eslint/eslint-plugin": "^4.33.0", |
35 | 35 | "@typescript-eslint/parser": "^4.33.0", |
36 | 36 | "auto-changelog": "^2.3.0", |
|
42 | 42 | "eslint-plugin-import": "^2.25.2", |
43 | 43 | "eslint-plugin-prettier": "^4.0.0", |
44 | 44 | "eslint-plugin-react": "^7.26.1", |
45 | | - "eslint-plugin-react-hooks": "^4.2.0", |
| 45 | + "eslint-plugin-react-hooks": "^7.0.0", |
46 | 46 | "husky": "^7.0.0", |
47 | 47 | "jest": "^27.2.4", |
48 | 48 | "jest-fetch-mock": "^3.0.3", |
49 | 49 | "jest-mock-extended": "^2.0.4", |
50 | 50 | "lint-staged": "^11.2.0", |
51 | 51 | "prettier": "^2.4.1", |
52 | | - "react": "^18.0.0", |
53 | | - "react-17": "npm:react@^17.0.2", |
54 | | - "react-dom": "^18.0.0", |
55 | | - "react-dom-17": "npm:react-dom@^17.0.2", |
| 52 | + "react": "^19.0.0", |
| 53 | + "react-17": "npm:react@^19.0.0", |
| 54 | + "react-dom": "^19.0.0", |
| 55 | + "react-dom-17": "npm:react-dom@^19.0.0", |
56 | 56 | "release-it": "^14.11.6", |
57 | 57 | "shelljs": "^0.8.4", |
58 | 58 | "shx": "^0.3.3", |
|
87 | 87 | "test:watch": "jest -c ./jest.config.js --watch --env=jsdom" |
88 | 88 | }, |
89 | 89 | "peerDependencies": { |
90 | | - "react": "^17.0.2 || ^18.0.0", |
91 | | - "react-dom": "^17.0.2 || ^18.0.0" |
| 90 | + "react": "^19.0.0", |
| 91 | + "react-dom": "^19.0.0" |
92 | 92 | }, |
93 | 93 | "keywords": [ |
94 | 94 | "react-http", |
|
0 commit comments