Skip to content

Commit 48a10c1

Browse files
ggazzoclaude
andcommitted
fix: keep moment-timezone in packages/tools until timezone.ts is migrated
The timezone.ts rewrite is in the complex PR. This branch must keep moment-timezone to avoid build failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d647e96 commit 48a10c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/tools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"testunit": "jest",
1818
"typecheck": "tsc -p tsconfig.json --noEmit"
1919
},
20+
"dependencies": {
21+
"moment-timezone": "^0.5.48"
22+
},
2023
"devDependencies": {
2124
"@rocket.chat/jest-presets": "workspace:~",
2225
"@rocket.chat/tsconfig": "workspace:*",

0 commit comments

Comments
 (0)