diff --git a/package-lock.json b/package-lock.json index 787e5dd..5f59f0f 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.14", "@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.4", "react-dom": "^18.3.1", "ts-jest": "^29.4.6", "typedoc": "^0.28.15", @@ -2662,20 +2662,13 @@ "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.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "dev": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -8149,13 +8142,11 @@ "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.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "dev": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index ca0cc73..4ba5492 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.14", "@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.4", "react-dom": "^18.3.1", "ts-jest": "^29.4.6", "typedoc": "^0.28.15",