This repository was archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Date): error message for min/max with date
- Loading branch information
1 parent
15b4bff
commit 6020830
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "availity-reactstrap-validation", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"author": "Evan Sharp <[email protected]>", | ||
"description": "Form validation helpers for reactstrap", | ||
"main": "lib/index.js", | ||
|
@@ -61,7 +61,7 @@ | |
"peerDependencies": { | ||
"react": "^0.14.9 || ^15.3.0 || ^16.0.0", | ||
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0", | ||
"reactstrap": ">= 5.0.0-alpha.3" | ||
"reactstrap": ">= 5.0.0-alpha.4" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
|
@@ -116,7 +116,7 @@ | |
"react-router": "^2.0.1", | ||
"react-test-renderer": "^15.5.4", | ||
"react-transition-group": "^1.1.3", | ||
"reactstrap": "^5.0.0-alpha.3", | ||
"reactstrap": "^5.0.0-alpha.4", | ||
"rimraf": "^2.5.4", | ||
"sinon": "^2.1.0", | ||
"sinon-chai": "^2.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters