Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 8f8de96

Browse files
committed
chore: Fix peer deps versions
1 parent bce2cdd commit 8f8de96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/react-forms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"react-hook-form": "^7.35.0"
99
},
1010
"peerDependencies": {
11-
"@heetch/flamingo-react": "^5.2.0",
11+
"@heetch/flamingo-react": "^4.1.3",
1212
"@react-hook/window-size": "^3.1.1",
13-
"react": "18.2.0",
14-
"react-dom": "18.2.0",
13+
"react": "17.0.2",
14+
"react-dom": "17.0.2",
1515
"react-hook-form": "^7.35.0"
1616
}
1717
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,10 +1888,10 @@ __metadata:
18881888
"@react-hook/window-size": ^3.1.1
18891889
react-hook-form: ^7.35.0
18901890
peerDependencies:
1891-
"@heetch/flamingo-react": ^5.2.0
1891+
"@heetch/flamingo-react": ^4.1.3
18921892
"@react-hook/window-size": ^3.1.1
1893-
react: 18.2.0
1894-
react-dom: 18.2.0
1893+
react: 17.0.2
1894+
react-dom: 17.0.2
18951895
react-hook-form: ^7.35.0
18961896
languageName: unknown
18971897
linkType: soft

0 commit comments

Comments
 (0)