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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user