Skip to content

Commit 18485ae

Browse files
committed
Bump ff dep
1 parent e2e4813 commit 18485ae

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
@@ -63,7 +63,7 @@
6363
"eslint": "^8.56.0",
6464
"eslint-plugin-babel": "^5.3.1",
6565
"eslint-plugin-import": "^2.31.0",
66-
"final-form": "^5.0.0-3",
66+
"final-form": "^5.0.0",
6767
"husky": "^9.1.7",
6868
"jest": "^29.7.0",
6969
"lint-staged": "^16.1.0",
@@ -80,7 +80,7 @@
8080
"typescript": "^5.3.3"
8181
},
8282
"peerDependencies": {
83-
"final-form": "^5.0.0-3"
83+
"final-form": "^5.0.0"
8484
},
8585
"lint-staged": {
8686
"*.{ts,tsx,js,json,md,css}": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,10 +3315,10 @@ fill-range@^7.1.1:
33153315
dependencies:
33163316
to-regex-range "^5.0.1"
33173317

3318-
final-form@^5.0.0-3:
3319-
version "5.0.0-3"
3320-
resolved "https://registry.yarnpkg.com/final-form/-/final-form-5.0.0-3.tgz#149f1e879d3c1dbf0991e219be62b3f4e75a8422"
3321-
integrity sha512-3KPyaI2qmfevLevdrEAJvSLXn/sOlp1+a6DRDxqn5FLLkUgpYNB21FTeXRYPIEFT6l1+/JSpiS/7CbBRF0UXLQ==
3318+
final-form@^5.0.0:
3319+
version "5.0.0"
3320+
resolved "https://registry.yarnpkg.com/final-form/-/final-form-5.0.0.tgz#3b00dc957bf2fa809e738be557a34b7c32a1f654"
3321+
integrity sha512-HByosvP7x3N4bWTCPoBeUeoMatadewRifxaH3qhCQI2DBwFNO0m5wxETLVUXNGWz2yokdSCMdJEvtjfZoXnqDA==
33223322
dependencies:
33233323
"@babel/runtime" "^7.10.0"
33243324

0 commit comments

Comments
 (0)