Skip to content

Commit 7149865

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 48a10c1 commit 7149865

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
@@ -74,7 +74,6 @@
7474
"@bugsnag/js": "~7.20.2",
7575
"@bugsnag/plugin-react": "~7.19.0",
7676
"@datastructures-js/priority-queue": "^6.3.5",
77-
"@date-fns/tz": "^1.4.1",
7877
"@google-cloud/storage": "^7.15.0",
7978
"@kaciras/deasync": "^1.1.0",
8079
"@nivo/bar": "0.88.0",
@@ -185,10 +184,11 @@
185184
"cookie": "^0.7.2",
186185
"cookie-parser": "^1.4.7",
187186
"cors": "^2.8.6",
188-
"cron": "4.4.0",
187+
"cron": "~1.8.2",
189188
"cron-validator": "^1.3.1",
190189
"css-vars-ponyfill": "^2.4.9",
191190
"csv-parse": "^5.5.6",
191+
"@date-fns/tz": "^1.4.1",
192192
"date-fns": "~4.1.0",
193193
"date.js": "~0.3.3",
194194
"debug": "~4.3.7",
@@ -247,6 +247,8 @@
247247
"mime-type": "^4.0.0",
248248
"mkdirp": "^1.0.4",
249249
"moleculer": "^0.14.35",
250+
"moment": "^2.30.1",
251+
"moment-timezone": "^0.5.48",
250252
"mongo-message-queue": "^1.1.0",
251253
"mongodb": "6.16.0",
252254
"nats": "^2.28.2",

0 commit comments

Comments
 (0)