diff --git a/package-lock.json b/package-lock.json index c62507a9b..c2cf9b333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-draggable": "^4.5.0", - "react-final-form": "^6.5.9", + "react-final-form": "^7.0.0", "react-hotkeys-hook": "^5.1.0", "react-i18next": "^15.5.3", "react-icons": "^5.5.0", @@ -6254,9 +6254,9 @@ "license": "MIT" }, "node_modules/react-final-form": { - "version": "6.5.9", - "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.9.tgz", - "integrity": "sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-7.0.0.tgz", + "integrity": "sha512-aEeAWbSsCLVXa4GBkJtjjyhPyX4L/Pgp5P/jXZwdz0YYcK6Zs/0PkgB+qWMSyIsbbGGE7m9yYlSpui5E5Gx26A==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.15.4" @@ -6266,8 +6266,8 @@ "url": "https://opencollective.com/final-form" }, "peerDependencies": { - "final-form": "^4.20.4", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "final-form": "^5.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-hotkeys-hook": { diff --git a/package.json b/package.json index d93cc8949..1e4c71782 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-draggable": "^4.5.0", - "react-final-form": "^6.5.9", + "react-final-form": "^7.0.0", "react-hotkeys-hook": "^5.1.0", "react-i18next": "^15.5.3", "react-icons": "^5.5.0",