diff --git a/package-lock.json b/package-lock.json index 54b9c4e..591411b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "lucide-react": "^0.469.0", "next": "^14.2.23", "node-cron": "^3.0.3", - "react": "^18", + "react": "^19", "react-dom": "^18", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", @@ -34,7 +34,7 @@ "@types/fluent-ffmpeg": "^2.1.27", "@types/node": "^20.17.16", "@types/node-cron": "^3.0.11", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.16", @@ -1416,21 +1416,13 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.14", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.20.tgz", - "integrity": "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz", + "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -6042,13 +6034,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 9fb33e3..d84e153 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lucide-react": "^0.469.0", "next": "^14.2.23", "node-cron": "^3.0.3", - "react": "^18", + "react": "^19", "react-dom": "^18", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", @@ -38,7 +38,7 @@ "@types/fluent-ffmpeg": "^2.1.27", "@types/node": "^20.17.16", "@types/node-cron": "^3.0.11", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.16",