diff --git a/package-lock.json b/package-lock.json index 2affd01..5dfbf22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,14 +15,14 @@ "@testing-library/react": "^16.0.1", "@tsconfig/create-react-app": "^2.0.5", "@types/jest": "^29.5.13", - "@types/react": "^18.3.7", + "@types/react": "^19.1.2", "@types/react-dom": "^18.3.0", "esbuild": "0.25.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "3.5.3", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "ts-jest": "^29.3.1", "typedoc": "^0.28.1", @@ -1865,19 +1865,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.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz", + "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -5064,13 +5058,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.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", "dev": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index ddb44dc..3aeeadd 100644 --- a/package.json +++ b/package.json @@ -36,14 +36,14 @@ "@testing-library/react": "^16.0.1", "@tsconfig/create-react-app": "^2.0.5", "@types/jest": "^29.5.13", - "@types/react": "^18.3.7", + "@types/react": "^19.1.2", "@types/react-dom": "^18.3.0", "esbuild": "0.25.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "3.5.3", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "ts-jest": "^29.3.1", "typedoc": "^0.28.1",