/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.14.0
packages/create-subscription/package.json
23 строки
509 B
Brian Vaughn
Fix Suspense-wrapping heuristic (and bump version numbers) (#19373)
15 июл 2020, 19:25
Не верифицирован
15 июл 2020, 19:25
a89854b
Код
Авторство
О чём код?
{ "name": "create-subscription", "description": "utility for subscribing to external data sources inside React components", "version": "17.0.0-alpha.0", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/create-subscription" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/" ], "peerDependencies": { "react": "^17.0.0-alpha" }, "devDependencies": { "rxjs": "^5.5.6" } }