diff --git a/package-lock.json b/package-lock.json index c03f7ff3..0b17b65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "formik": "^2.4.6", "lodash": "^4.17.21", "qrcode.react": "^3.2.0", - "react": "^18.3.1", + "react": "^19.1.1", "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-icons": "^5.5.0", @@ -44,7 +44,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", - "@types/react": "^18.3.18", + "@types/react": "^19.1.13", "@types/react-dom": "^18.3.5", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -3081,12 +3081,11 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.24.tgz", - "integrity": "sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==", + "version": "19.1.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", + "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -11892,13 +11891,10 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index bb67eac8..719aef14 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "formik": "^2.4.6", "lodash": "^4.17.21", "qrcode.react": "^3.2.0", - "react": "^18.3.1", + "react": "^19.1.1", "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-icons": "^5.5.0", @@ -62,7 +62,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", - "@types/react": "^18.3.18", + "@types/react": "^19.1.13", "@types/react-dom": "^18.3.5", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^6.21.0",