diff --git a/package-lock.json b/package-lock.json index 92f78c7..a11d6e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,14 +13,14 @@ "jsdom": "^27.0.0", "moment": "^2.30.1", "next": "15.5.3", - "react": "^18", + "react": "^19", "react-dom": "^18", "rss-to-json": "^2.1.1" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^24", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.5.3", @@ -1305,20 +1305,13 @@ "undici-types": "~7.12.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", - "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "version": "19.1.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", + "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -5780,13 +5773,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.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 5ce0246..e33d818 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ "jsdom": "^27.0.0", "moment": "^2.30.1", "next": "15.5.3", - "react": "^18", + "react": "^19", "react-dom": "^18", "rss-to-json": "^2.1.1" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^24", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.5.3",