fix: upgrade packages to version 10.2.2

This commit is contained in:
Kristoffer
2024-03-10 10:56:21 +00:00
parent 2e976da1d9
commit 678f79274d
5 changed files with 1487 additions and 1842 deletions

View File

@@ -1,9 +1,9 @@
import type { Accountability } from '@directus/types';
import { getAuthProviders } from './authProvider/get-auth-providers.js';
import type { Knex } from 'knex';
import { verify_token } from './verify-token.js';
import { CacheEnabled, CacheGet, CacheSet } from './cache.js';
import type { Knex } from 'knex';
const authProviders = await getAuthProviders();