Install @types/react-dom

This commit is contained in:
Shin'ya Ueoka 2019-05-01 22:03:48 +09:00
parent 678020a3a2
commit b897879743
2 changed files with 10 additions and 0 deletions

9
package-lock.json generated
View file

@ -634,6 +634,15 @@
"csstype": "^2.2.0" "csstype": "^2.2.0"
} }
}, },
"@types/react-dom": {
"version": "16.8.4",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.8.4.tgz",
"integrity": "sha512-eIRpEW73DCzPIMaNBDP5pPIpK1KXyZwNgfxiVagb5iGiz6da+9A5hslSX6GAQKdO7SayVCS/Fr2kjqprgAvkfA==",
"dev": true,
"requires": {
"@types/react": "*"
}
},
"@types/react-redux": { "@types/react-redux": {
"version": "7.0.8", "version": "7.0.8",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.0.8.tgz", "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.0.8.tgz",

View file

@ -26,6 +26,7 @@
"@babel/preset-typescript": "^7.3.3", "@babel/preset-typescript": "^7.3.3",
"@types/prop-types": "^15.7.1", "@types/prop-types": "^15.7.1",
"@types/react": "^16.8.15", "@types/react": "^16.8.15",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.8", "@types/react-redux": "^7.0.8",
"@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/eslint-plugin": "^1.7.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",