Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 24, 2024
1 parent dea8a76 commit ca48047
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/terra-form-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This component requires the following peer dependencies be installed in your app
| final-form | ^4.6.0 |
| react | ^16.8.5 |
| react-dom | ^16.8.5 |
| react-final-form | >=5.0.2 <7.0.0 |
| react-final-form | 5 || 6 |

<!-- AUTO-GENERATED-CONTENT:END -->

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"final-form": "4",
"react": "16",
"react-dom": "16",
"react-final-form": ">=5.0.2 <7.0.0"
"react-final-form": "5 || 6"
},
"devDependencies": {
"final-form": "4",
"prop-types": "15",
"react-final-form": ">=5.0.2 <7.0.0",
"react-final-form": "5 || 6",
"terra-button": "^3.78.0",
"terra-date-input": "^1.58.1",
"terra-date-picker": "^4.110.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This component requires the following peer dependencies be installed in your app
| final-form | ^4.6.0 |
| react | ^16.8.5 |
| react-dom | ^16.8.5 |
| react-final-form | >=5.0.2 <7.0.0 |
| react-final-form | 5 || 6 |

<!-- AUTO-GENERATED-CONTENT:END -->

Expand Down

0 comments on commit ca48047

Please sign in to comment.