diff --git a/package-lock.json b/package-lock.json index 2834c36c..51702dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.16", - "@types/react": "^18.2.45", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.18", "@types/react-redux": "^7.1.34", "@typescript-eslint/eslint-plugin": "^8.53.0", @@ -3972,12 +3972,11 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", - "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, diff --git a/package.json b/package.json index b7684b45..4b41d79c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.16", - "@types/react": "^18.2.45", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.18", "@types/react-redux": "^7.1.34", "@typescript-eslint/eslint-plugin": "^8.53.0",