/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/utils/upgrade/src/modules/project/index.ts
7 строк
250 B
Ben Irvin
fix(upgrade): prompt to pin ranged @strapi/* dependencies before upgrading (#26929)
07 июл 2026, 18:09
Не верифицирован
07 июл 2026, 18:09
dbee4b7
Код
Авторство
О чём код?
export type * from './types'; export type { Project, AppProject, PluginProject } from './project'; export { projectFactory } from './project'; export * as constants from './constants'; export * from './utils'; export * from './strapi-dependencies';