🔼 Bumped up react-final-form

This commit is contained in:
2022-09-12 12:50:30 -07:00
parent 6b1bb02d57
commit 262f8d49d7
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
"react-day-picker": "^8.0.6",
"react-dom": "^18.1.0",
"react-fast-compare": "^3.2.0",
"react-final-form": "^6.5.3",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"react-loader-spinner": "^4.0.0",
"react-masonry-css": "^1.0.16",

View File

@@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-9-19",
startDate: "2022-9-9",
pageSize: "15",
currentPage: "1",
}),

View File

@@ -15359,7 +15359,7 @@ react-final-form-arrays@^3.1.3:
dependencies:
"@babel/runtime" "^7.12.1"
react-final-form@^6.5.3:
react-final-form@^6.5.9:
version "6.5.9"
resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-6.5.9.tgz#644797d4c122801b37b58a76c87761547411190b"
integrity sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==