diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7eeb3b7..ba0039b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,13 +11,13 @@ "@fontsource-variable/inter": "^5.3.0", "@phosphor-icons/react": "^2.1.10", "motion": "^13.1.1", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "yet-another-react-lightbox": "3.32.2" }, "devDependencies": { "@playwright/test": "^1.62.1", - "@types/react": "^18.3.3", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "jsdom": "^30.0.1", @@ -1548,21 +1548,13 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", - "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -2479,13 +2471,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.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/frontend/package.json b/frontend/package.json index de3c833..2883962 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,13 +15,13 @@ "@fontsource-variable/inter": "^5.3.0", "@phosphor-icons/react": "^2.1.10", "motion": "^13.1.1", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "yet-another-react-lightbox": "3.32.2" }, "devDependencies": { "@playwright/test": "^1.62.1", - "@types/react": "^18.3.3", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "jsdom": "^30.0.1",