@uxf/datepicker 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -310,4 +310,4 @@ export const DateRangePickerDay: FC<{ day: string; date: Date }> = ({ day, date
310
310
  ## Known issues
311
311
 
312
312
  - keyboard navigation doesn't work for year and decade view
313
- - the demo needs a little more love
313
+ - the demo needs a little more love!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/datepicker",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -46,6 +46,6 @@
46
46
  "dayjs": "^1.10.6"
47
47
  },
48
48
  "peerDependencies": {
49
- "react": "^17"
49
+ "react": ">=17"
50
50
  }
51
51
  }