|
50 | 50 | "upgrade-interactive": "npm-check -u"
|
51 | 51 | },
|
52 | 52 | "peerDependencies": {
|
53 |
| - "react": "^17.0.0 || ^18.0.0", |
54 |
| - "react-dom": "^17.0.0 || ^18.0.0" |
| 53 | + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| 54 | + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 | 57 | "@babel/core": "^7.22.19",
|
|
65 | 65 | "@storybook/react-vite": "^7.4.1",
|
66 | 66 | "@testing-library/jest-dom": "^6.1.3",
|
67 | 67 | "@testing-library/react": "^14.0.0",
|
68 |
| - "@types/react": "^18.2.14", |
69 |
| - "@types/react-dom": "^18.2.6", |
| 68 | + "@types/react": "^19.0.0", |
| 69 | + "@types/react-dom": "^19.0.0", |
70 | 70 | "@typescript-eslint/eslint-plugin": "^6.7.0",
|
71 | 71 | "@typescript-eslint/parser": "^6.7.0",
|
72 | 72 | "@vitejs/plugin-react": "^4.0.1",
|
|
80 | 80 | "eslint-plugin-jsx-a11y": "^6.6.1",
|
81 | 81 | "eslint-plugin-prettier": "^5.0.0",
|
82 | 82 | "eslint-plugin-react": "^7.31.11",
|
83 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 83 | + "eslint-plugin-react-hooks": "^5.0.0", |
84 | 84 | "eslint-plugin-storybook": "^0.8.0",
|
85 | 85 | "jsdom": "^23.0.0",
|
86 | 86 | "npm-check": "^6.0.1",
|
87 | 87 | "prettier": "^3.0.3",
|
88 |
| - "react": "^18.2.0", |
89 |
| - "react-dom": "^18.2.0", |
| 88 | + "react": "^19.0.0", |
| 89 | + "react-dom": "^19.0.0", |
90 | 90 | "size-limit": "^11.0.0",
|
91 | 91 | "storybook": "^7.4.1",
|
92 | 92 | "typescript": "^5.2.2",
|
|
0 commit comments