fix(deps): update dependency react-final-form to v6.5.9

This commit is contained in:
Renovate Bot
2022-04-02 16:17:58 +00:00
committed by renovate[bot]
parent 1e4f9e7f6d
commit 2b52a9854b
2 changed files with 10 additions and 10 deletions

View File

@ -93,7 +93,7 @@
"query-string": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "6.5.8",
"react-final-form": "6.5.9",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",

18
package-lock.json generated
View File

@ -1026,7 +1026,7 @@
"query-string": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "6.5.8",
"react-final-form": "6.5.9",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",
@ -43767,9 +43767,9 @@
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
},
"node_modules/react-final-form": {
"version": "6.5.8",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.8.tgz",
"integrity": "sha512-j8Rmr5zAaMliNbh+CPnY734exHfk7MjQ8I6ZcykcChmPDFPV2aF40PFAcmQ/KreA10AI8ew0tff6q0gVqwFaGA==",
"version": "6.5.9",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.9.tgz",
"integrity": "sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==",
"dependencies": {
"@babel/runtime": "^7.15.4"
},
@ -43779,7 +43779,7 @@
},
"peerDependencies": {
"final-form": "^4.20.4",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-ga": {
@ -56526,7 +56526,7 @@
"query-string": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "6.5.8",
"react-final-form": "6.5.9",
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",
@ -87763,9 +87763,9 @@
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
},
"react-final-form": {
"version": "6.5.8",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.8.tgz",
"integrity": "sha512-j8Rmr5zAaMliNbh+CPnY734exHfk7MjQ8I6ZcykcChmPDFPV2aF40PFAcmQ/KreA10AI8ew0tff6q0gVqwFaGA==",
"version": "6.5.9",
"resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.9.tgz",
"integrity": "sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==",
"requires": {
"@babel/runtime": "^7.15.4"
}