diff --git a/package.json b/package.json index 64f333e..bc1d8d1 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "clsx": "^2.0.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "@commitlint/cli": "^18.4.1", @@ -26,8 +26,8 @@ "@storybook/react": "^8.0.0", "@storybook/react-vite": "^8.0.0", "@storybook/testing-library": "^0.2.2", - "@types/react": "^18.2.37", - "@types/react-dom": "^18.2.15", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "@vitejs/plugin-basic-ssl": "^1.0.1",