diff --git a/package.json b/package.json index 214e911..66a42f8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^6.0.0", "gatsby": "^5.14.1", "gatsby-source-filesystem": "^5.14.0", "identity-obj-proxy": "3.0.0", @@ -76,10 +76,10 @@ "jest-environment-jsdom": "^29.7.0", "npm-check": "6.0.1", "prettier": "^3.5.2", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-intl": "^7.1.6", - "react-test-renderer": "^18.3.1", + "react-test-renderer": "^19.0.0", "standard-version": "9.5.0", "typescript": "^5.7.3" },