Skip to content

Commit 02d5ac2

Browse files
authored
fix: add missing luxon peer dependency (#611)
1 parent e62e0e2 commit 02d5ac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"peerDependencies": {
8080
"date-fns": ">= 2.x",
8181
"dayjs": ">= 1.x",
82+
"luxon": ">= 3.x",
8283
"moment": ">= 2.x",
8384
"react": ">=16.9.0",
8485
"react-dom": ">=16.9.0"
@@ -90,6 +91,9 @@
9091
"dayjs": {
9192
"optional": true
9293
},
94+
"luxon": {
95+
"optional": true
96+
},
9397
"moment": {
9498
"optional": true
9599
}

0 commit comments

Comments
 (0)