/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.syncpackrc.json
18 строк
551 B
Nico André
chore(scripts/check-package-versions): support Yarn catalog (#25625)
30 мар 2026, 12:08
Не верифицирован
30 мар 2026, 12:08
e767d4f
Код
Авторство
О чём код?
{ "source": ["package.json", "**/package.json"], "dependencyTypes": ["prod", "dev"], "lintFormatting": false, "lintSemverRanges": false, "versionGroups": [ { "label": "Yarn catalog references (catalog:) — version resolved from .yarnrc.yml [catalog] section, syncpack v13 classifies these as 'unsupported' specifiers", "specifierTypes": ["unsupported"], "isIgnored": true }, { "label": "Ignore non-exact (workspace, ranges, etc.)", "specifierTypes": ["!exact"], "isIgnored": true } ] }