/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
0.14.10
packages/use-subscription/package.json
27 строк
511 B
Brian Vaughn
Fix Suspense-wrapping heuristic (and bump version numbers) (#19373)
15 июл 2020, 19:25
Не верифицирован
15 июл 2020, 19:25
a89854b
Код
Авторство
О чём код?
{ "name": "use-subscription", "description": "Reusable hooks", "version": "1.4.1", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/use-subscription" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/" ], "license": "MIT", "dependencies": { "object-assign": "^4.1.1" }, "peerDependencies": { "react": "^17.0.0-alpha" }, "devDependencies": { "rxjs": "^5.5.6" } }