diff --git a/package.json b/package.json index c3e0e74..d38b277 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ "@react-hook/resize-observer": "^1.2.6", "konva": "^9.0.1", "lodash": "^4.17.21", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-hook-form": "^7.43.9", "react-konva": "^18.2.8", "regenerator-runtime": "^0.13.11" }, "devDependencies": { "@types/lodash": "^4.14.194", - "@types/react": "^18.2.6", - "@types/react-dom": "^18.2.4", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "prettier": "^2.8.8", "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", @@ -37,6 +37,6 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-react": "^7.32.2", - "eslint-plugin-react-hooks": "^4.6.0" + "eslint-plugin-react-hooks": "^5.0.0" } }