Files
Atay-Makhzan/updates.config.ts
T

10 lines
290 B
TypeScript
Raw Normal View History

import type {Config} from 'updates';
export default {
exclude: [
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
2025-04-24 05:22:40 +08:00
'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
2025-03-16 10:04:18 +01:00
'tailwindcss', // need to migrate
],
} satisfies Config;