update deps & clean out package.json

This commit is contained in:
theofficialomega
2026-04-09 00:02:18 +02:00
parent d85c6564df
commit d943e0c2db
29 changed files with 237 additions and 555 deletions

View File

@@ -3,11 +3,13 @@ const fs = require('fs')
const path = require('path')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
const timezone = require('dayjs/plugin/timezone')
const customParseFormat = require('dayjs/plugin/customParseFormat')
dayjs.extend(customParseFormat)
dayjs.extend(utc)
dayjs.extend(timezone)
jest.useFakeTimers().setSystemTime(new Date('2025-01-15'))
jest.useFakeTimers().setSystemTime(dayjs.utc('2025-01-15').valueOf())
const date = dayjs.utc('2025-01-17', 'YYYY-MM-DD').startOf('d')
const channel = {