diff --git a/package.json b/package.json index 29d34b5..efcf446 100755 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "upgrade-interactive": "npm-check -u" }, "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.22.19", @@ -65,8 +65,8 @@ "@storybook/react-vite": "^7.4.1", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", - "@types/react": "^18.2.14", - "@types/react-dom": "^18.2.6", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "@vitejs/plugin-react": "^4.0.1", @@ -80,13 +80,13 @@ "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.31.11", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-storybook": "^0.8.0", "jsdom": "^23.0.0", "npm-check": "^6.0.1", "prettier": "^3.0.3", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "size-limit": "^11.0.0", "storybook": "^7.4.1", "typescript": "^5.2.2",