diff --git a/package-lock.json b/package-lock.json index 4e1ab6c..dbc61e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,14 +15,14 @@ "@testing-library/react": "^16.3.0", "@tsconfig/create-react-app": "^2.0.10", "@types/jest": "^30.0.0", - "@types/react": "^18.3.27", + "@types/react": "^19.2.7", "@types/react-dom": "^18.3.7", "esbuild": "^0.27.1", "jest": "^30.2.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "^3.7.4", - "react": "^18.3.1", + "react": "^19.2.3", "react-dom": "^18.3.1", "ts-jest": "^29.4.6", "typedoc": "^0.28.15", @@ -2664,21 +2664,14 @@ "undici-types": "~5.26.4" } }, - "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 - }, "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==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -8154,14 +8147,12 @@ "dev": true }, "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==", "dev": true, + "license": "MIT", "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index ca0cc73..316819e 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,14 @@ "@testing-library/react": "^16.3.0", "@tsconfig/create-react-app": "^2.0.10", "@types/jest": "^30.0.0", - "@types/react": "^18.3.27", + "@types/react": "^19.2.7", "@types/react-dom": "^18.3.7", "esbuild": "^0.27.1", "jest": "^30.2.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "^3.7.4", - "react": "^18.3.1", + "react": "^19.2.3", "react-dom": "^18.3.1", "ts-jest": "^29.4.6", "typedoc": "^0.28.15",