2025-09-06 14:58:25 +02:00
|
|
|
import type {Config} from 'updates';
|
|
|
|
|
|
2024-03-13 09:43:58 +01:00
|
|
|
export default {
|
2026-03-27 04:39:24 +01:00
|
|
|
pin: {
|
|
|
|
|
'@mcaptcha/vanilla-glue': '^0.1', // breaking changes in rc versions need to be handled
|
|
|
|
|
'cropperjs': '^1', // need to migrate to v2 but v2 is not compatible with v1
|
|
|
|
|
'tailwindcss': '^3', // need to migrate
|
|
|
|
|
},
|
2025-09-06 14:58:25 +02:00
|
|
|
} satisfies Config;
|