diff --git a/package-lock.json b/package-lock.json index 1f324c95..62cc74ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "clsx": "^2.1.1", "lodash": "^4.17.21", "next": "^15.0.4", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1" }, "devDependencies": { @@ -21,7 +21,7 @@ "@next/eslint-plugin-next": "^15.0.3", "@types/eslint": "^9.6.0", "@types/node": "^22.10.1", - "@types/react": "^18.3.13", + "@types/react": "^19.0.0", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -3148,21 +3148,13 @@ "postcss": "^8.0.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.13", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", - "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.13.tgz", - "integrity": "sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.0.tgz", + "integrity": "sha512-MY3oPudxvMYyesqs/kW1Bh8y9VqSmf+tzqw3ae8a9DZW68pUe3zAdHeI1jc6iAysuRdACnVknHP8AhwD4/dxtg==", "dev": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -11603,13 +11595,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", + "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 7056a77d..fad0e52c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "lodash": "^4.17.21", "next": "^15.0.4", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1" }, "devDependencies": { @@ -42,7 +42,7 @@ "@next/eslint-plugin-next": "^15.0.3", "@types/eslint": "^9.6.0", "@types/node": "^22.10.1", - "@types/react": "^18.3.13", + "@types/react": "^19.0.0", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",