Skip to content

Commit

Permalink
Peers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Jul 20, 2022
1 parent aa4ce35 commit 5bcc492
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@
"filename": true,
"format": "svg"
}
]
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"url": "https://github.com/kevnz/react-form-elements/issues"
},
"peerDependencies": {
"react": "^16.8.1"
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x"
},
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 5bcc492

Please sign in to comment.