diff --git a/package-lock.json b/package-lock.json index 3cdb84b..b6e8db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "idb": "^8.0.0", "next": "^14.2.33", "puppeteer": "^24.32.0", - "react": "^18.3.1", + "react": "^19.2.1", "react-dom": "^18.3.1", "recharts": "^2.13.3", "zod": "^3.23.8", @@ -30,7 +30,7 @@ "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "@types/node": "^20.17.6", - "@types/react": "^18.3.12", + "@types/react": "^19.2.7", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", @@ -2560,22 +2560,14 @@ "integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==", "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.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz", - "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", + "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", "devOptional": true, "license": "MIT", "peer": true, "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -10016,14 +10008,11 @@ "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.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", + "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", "license": "MIT", "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 0efe4dd..d682e93 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "idb": "^8.0.0", "next": "^14.2.33", "puppeteer": "^24.32.0", - "react": "^18.3.1", + "react": "^19.2.1", "react-dom": "^18.3.1", "recharts": "^2.13.3", "zod": "^3.23.8", @@ -45,7 +45,7 @@ "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "@types/node": "^20.17.6", - "@types/react": "^18.3.12", + "@types/react": "^19.2.7", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.1",