diff --git a/ui/package-lock.json b/ui/package-lock.json index a677953..637612a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,11 +10,11 @@ "dependencies": { "@emotion/styled": "11.13.5", "@mui/material": "6.1.10", - "react": "18.3.1", + "react": "19.0.0", "react-dom": "18.3.1" }, "devDependencies": { - "@types/react": "18.3.12", + "@types/react": "19.0.0", "@types/react-dom": "18.3.1", "esbuild": "0.24.0", "typescript": "5.7.2" @@ -992,11 +992,11 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.0.tgz", + "integrity": "sha512-MY3oPudxvMYyesqs/kW1Bh8y9VqSmf+tzqw3ae8a9DZW68pUe3zAdHeI1jc6iAysuRdACnVknHP8AhwD4/dxtg==", + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -1442,13 +1442,10 @@ "license": "MIT" }, "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/ui/package.json b/ui/package.json index 58b1434..5287ef8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "devDependencies": { - "@types/react": "18.3.12", + "@types/react": "19.0.0", "@types/react-dom": "18.3.1", "esbuild": "0.24.0", "typescript": "5.7.2" @@ -11,7 +11,7 @@ "dependencies": { "@emotion/styled": "11.13.5", "@mui/material": "6.1.10", - "react": "18.3.1", + "react": "19.0.0", "react-dom": "18.3.1" }, "scripts": {