diff --git a/package.json b/package.json index 35b0fec..d4338b1 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.1", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.0.1", @@ -32,7 +32,7 @@ "@emotion/babel-plugin": "^11.10.2", "@tobysmith568/eslint-config": "^1.0.5", "@tobysmith568/prettier-config": "^2.0.2", - "@types/react": "^18.2.45", + "@types/react": "^19.0.0", "@typescript-eslint/eslint-plugin": "^6.15.0", "typescript": "^5.3.3" },