diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ab9b0b4..dcb4bc4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,14 +22,14 @@ "clsx": "^2.1.0", "lucide-react": "^0.312.0", "next": "14.2.21", - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "tailwind-merge": "^2.2.0", "zustand": "^4.5.0" }, "devDependencies": { "@types/node": "^20.11.0", - "@types/react": "^18.2.48", + "@types/react": "^19.2.12", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.24", "eslint": "^8.56.0", @@ -1133,21 +1133,13 @@ "undici-types": "~6.21.0" } }, - "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.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz", - "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==", + "version": "19.2.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.12.tgz", + "integrity": "sha512-22v4srzdW0RP/o1SSBaDEoid99oodPAY6zx9xYj0GnJQP0YXgBpwi2zrEN6iamB6EijL9H9QsgsNeSK8rFBJtA==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -6802,13 +6794,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.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/frontend/package.json b/frontend/package.json index 668ece0..40ed812 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,14 +37,14 @@ "clsx": "^2.1.0", "lucide-react": "^0.312.0", "next": "14.2.21", - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "tailwind-merge": "^2.2.0", "zustand": "^4.5.0" }, "devDependencies": { "@types/node": "^20.11.0", - "@types/react": "^18.2.48", + "@types/react": "^19.2.12", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.24", "eslint": "^8.56.0",