Skip to content

Commit c4b04c2

Browse files
authored
build: update dependencies and add @date-fns/tz (#504)
1 parent 255dac2 commit c4b04c2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/en-us/guides/intro/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Based on the above reasons, we decided to reinvent the wheel and make a Gantt ch
4444

4545
- Components Dev Kit (Angular CDK)
4646
- date-fns
47+
- @date-fns/tz
4748
- html2canvas
4849

4950
# Contribution

docs/zh-cn/guides/intro/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ order: 1
4545

4646
- Components Dev Kit (Angular CDK)
4747
- date-fns
48+
- @date-fns/tz
4849
- html2canvas
4950

5051
# 参与贡献

packages/gantt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/core": ">=17.0.0",
3131
"@angular/cdk": ">=17.0.0",
3232
"rxjs": "^6.5.0 || ^7.0.0",
33-
"date-fns": ">=2.0.0"
33+
"date-fns": ">=4.0.0",
34+
"@date-fns/tz":">=1.0.0"
3435
}
3536
}

0 commit comments

Comments
 (0)