diff --git a/package.json b/package.json index 9141945..9a0caa8 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "stylelint:fix": "stylelint --fix src/*{.css,scss}" }, "devDependencies": { - "@types/react": "18.3.13", - "@types/react-dom": "18.3.1", + "@types/react": "19.0.0", + "@types/react-dom": "19.0.0", "@typescript-eslint/eslint-plugin": "8.17.0", "argparse": "2.0.1", "esbuild": "0.24.0", @@ -54,7 +54,7 @@ "@patternfly/react-core": "5.4.11", "@patternfly/react-icons": "5.4.2", "@patternfly/react-styles": "5.4.1", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.0.0", + "react-dom": "19.0.0" } }