diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9cc9082..c46f205 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "framer-motion": "^12.25.0", "lucide-react": "^0.554.0", "next-themes": "^0.4.6", - "react": "^18.2.0", + "react": "^19.2.3", "react-dom": "^18.2.0", "react-router-dom": "^7.12.0", "react-syntax-highlighter": "^16.1.0", @@ -33,7 +33,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/react": "^18.2.43", + "@types/react": "^19.2.8", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^5.1.2", "autoprefixer": "^10.4.16", @@ -2888,19 +2888,12 @@ "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==", "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==", - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz", - "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", + "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -4335,13 +4328,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.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/frontend/package.json b/frontend/package.json index 16784f6..7145869 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "framer-motion": "^12.25.0", "lucide-react": "^0.554.0", "next-themes": "^0.4.6", - "react": "^18.2.0", + "react": "^19.2.3", "react-dom": "^18.2.0", "react-router-dom": "^7.12.0", "react-syntax-highlighter": "^16.1.0", @@ -35,7 +35,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/react": "^18.2.43", + "@types/react": "^19.2.8", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^5.1.2", "autoprefixer": "^10.4.16",