update dependency types
This commit is contained in:
Родитель
a3ebf4e307
Коммит
2aac89a44e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wastedrendersdetector",
|
"name": "wastedrendersdetector",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Tool to debug wasted renders",
|
"description": "Tool to debug wasted renders",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -18,11 +18,12 @@
|
||||||
"url": "https://github.com/Microsoft/WastedRendersDetector/issues"
|
"url": "https://github.com/Microsoft/WastedRendersDetector/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/WastedRendersDetector#readme",
|
"homepage": "https://github.com/Microsoft/WastedRendersDetector#readme",
|
||||||
"dependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=16.0.0"
|
"react": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": ">=16.0.0",
|
"@types/react": ">=16.0.0",
|
||||||
|
"react": ">=16.0.0",
|
||||||
"typescript": "^3.3.1"
|
"typescript": "^3.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче