Skip to content

Commit cafa320

Browse files
committed
package DateObject updated due to an error in calculating the unix value
1 parent 8f96eab commit cafa320

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-date-picker",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"description": "a simple React datepicker component for work with gregorian, persian, arabic and indian calendars",
55
"main": "./build/index.js",
66
"types": "index.d.ts",
@@ -57,7 +57,7 @@
5757
"rollup-plugin-terser": "^7.0.2"
5858
},
5959
"dependencies": {
60-
"react-date-object": "^1.1.6"
60+
"react-date-object": "^1.1.8"
6161
},
6262
"peerDependencies": {
6363
"react": ">=16.8.0",

0 commit comments

Comments
 (0)