forked from hinterland/hearth
feat: vendor gitea 1.16.2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type {Config} from 'updates';
|
||||
|
||||
export default {
|
||||
exclude: [
|
||||
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
|
||||
'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
|
||||
'tailwindcss', // need to migrate
|
||||
],
|
||||
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
|
||||
},
|
||||
} satisfies Config;
|
||||
|
||||
Reference in New Issue
Block a user