Skip to content

Commit 664efda

Browse files
committed
Bump ff dep
1 parent 4e5f873 commit 664efda

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-import": "^2.31.0",
5555
"eslint-plugin-jsx-a11y": "^6.10.2",
5656
"eslint-plugin-react": "^7.37.5",
57-
"final-form": "^5.0.0-3",
57+
"final-form": "^5.0.0",
5858
"husky": "^9.1.7",
5959
"jest": "^29.7.0",
6060
"lint-staged": "^16.1.0",
@@ -71,7 +71,7 @@
7171
"typescript": "^5.8.3"
7272
},
7373
"peerDependencies": {
74-
"final-form": ">=5.0.0-3"
74+
"final-form": ">=5.0.0"
7575
},
7676
"lint-staged": {
7777
"*.{js,json,md,css}": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,10 +3758,10 @@ fill-range@^7.1.1:
37583758
dependencies:
37593759
to-regex-range "^5.0.1"
37603760

3761-
final-form@^5.0.0-3:
3762-
version "5.0.0-3"
3763-
resolved "https://registry.yarnpkg.com/final-form/-/final-form-5.0.0-3.tgz#149f1e879d3c1dbf0991e219be62b3f4e75a8422"
3764-
integrity sha512-3KPyaI2qmfevLevdrEAJvSLXn/sOlp1+a6DRDxqn5FLLkUgpYNB21FTeXRYPIEFT6l1+/JSpiS/7CbBRF0UXLQ==
3761+
final-form@^5.0.0:
3762+
version "5.0.0"
3763+
resolved "https://registry.yarnpkg.com/final-form/-/final-form-5.0.0.tgz#3b00dc957bf2fa809e738be557a34b7c32a1f654"
3764+
integrity sha512-HByosvP7x3N4bWTCPoBeUeoMatadewRifxaH3qhCQI2DBwFNO0m5wxETLVUXNGWz2yokdSCMdJEvtjfZoXnqDA==
37653765
dependencies:
37663766
"@babel/runtime" "^7.10.0"
37673767

0 commit comments

Comments
 (0)