Skip to content

Commit 308fd6f

Browse files
ggazzoclaude
andcommitted
fix: keep cron@1.8.x and moment in package.json for server-simple
cron upgrade and moment removal belong to the complex PR since business hours and analytics still depend on them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c297cee commit 308fd6f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/meteor/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"@bugsnag/js": "~7.20.2",
7474
"@bugsnag/plugin-react": "~7.19.0",
7575
"@datastructures-js/priority-queue": "^6.3.5",
76-
"@date-fns/tz": "^1.4.1",
7776
"@google-cloud/storage": "^7.15.0",
7877
"@kaciras/deasync": "^1.1.0",
7978
"@nivo/bar": "0.88.0",
@@ -184,10 +183,11 @@
184183
"cookie": "^0.7.2",
185184
"cookie-parser": "^1.4.7",
186185
"cors": "^2.8.6",
187-
"cron": "4.4.0",
186+
"cron": "~1.8.2",
188187
"cron-validator": "^1.3.1",
189188
"css-vars-ponyfill": "^2.4.9",
190189
"csv-parse": "^5.5.6",
190+
"@date-fns/tz": "^1.4.1",
191191
"date-fns": "~4.1.0",
192192
"date.js": "~0.3.3",
193193
"debug": "~4.3.7",
@@ -246,6 +246,8 @@
246246
"mime-type": "^4.0.0",
247247
"mkdirp": "^1.0.4",
248248
"moleculer": "^0.14.35",
249+
"moment": "^2.30.1",
250+
"moment-timezone": "^0.5.48",
249251
"mongo-message-queue": "^1.1.0",
250252
"mongodb": "6.16.0",
251253
"nats": "^2.28.2",

0 commit comments

Comments
 (0)