1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 07:45:54 +02:00

deps: Update dependencies (#17304)

* update deps

* update dependencies (major)

* fix: migrate meilisearch

* fix: migrate color-convert types

* fix cypress?

* rollback ts v5 as it is not supported by cypress

* fix fake-timers
This commit is contained in:
かっこかり
2026-04-12 00:57:16 +09:00
committed by GitHub
parent cdf0438154
commit 4d6256e91d
29 changed files with 2835 additions and 1935 deletions

View File

@@ -34,7 +34,7 @@ describe('Chart', () => {
let testGroupedChart: TestGroupedChart;
let testUniqueChart: TestUniqueChart;
let testIntersectionChart: TestIntersectionChart;
let clock: lolex.InstalledClock;
let clock: lolex.Clock;
beforeEach(async () => {
if (db) db.destroy();