diff --git a/package-lock.json b/package-lock.json index 70cfe7d5e..0331b89d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^6.4.1", "@opencast/appkit": "^0.4.0", "@reduxjs/toolkit": "^2.6.1", - "@types/react": "^18.3.12", + "@types/react": "^19.1.2", "@types/react-dom": "^18.3.1", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", @@ -27,7 +27,7 @@ "lodash": "^4.17.21", "luxon": "^3.6.1", "mui-rff": "^8.0.1", - "react": "^18.2.0", + "react": "^19.1.0", "react-beforeunload": "^2.6.0", "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", @@ -2461,12 +2461,11 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.18", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", - "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz", + "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -6244,13 +6243,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.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 91a56e61c..a1aef851b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@mui/material": "^6.4.1", "@opencast/appkit": "^0.4.0", "@reduxjs/toolkit": "^2.6.1", - "@types/react": "^18.3.12", + "@types/react": "^19.1.2", "@types/react-dom": "^18.3.1", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", @@ -23,7 +23,7 @@ "lodash": "^4.17.21", "luxon": "^3.6.1", "mui-rff": "^8.0.1", - "react": "^18.2.0", + "react": "^19.1.0", "react-beforeunload": "^2.6.0", "react-device-detect": "^2.2.3", "react-dom": "^18.3.1",