Add @types/react-dom package

[MAILPOET-2772]
This commit is contained in:
Ján Mikláš
2020-05-07 10:38:56 +02:00
committed by Veljko V
parent 1ce07ad981
commit 0cfa239f1f
2 changed files with 14 additions and 4 deletions

15
package-lock.json generated
View File

@ -5724,15 +5724,24 @@
}
},
"@types/react": {
"version": "16.9.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.22.tgz",
"integrity": "sha512-7OSt4EGiLvy0h5R7X+r0c7S739TCU/LvWbkNOrm10lUwNHe7XPz5OLhLOSZeCkqO9JSCly1NkYJ7ODTUqVnHJQ==",
"version": "16.9.34",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz",
"integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==",
"dev": true,
"requires": {
"@types/prop-types": "*",
"csstype": "^2.2.0"
}
},
"@types/react-dom": {
"version": "16.9.7",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.7.tgz",
"integrity": "sha512-GHTYhM8/OwUCf254WO5xqR/aqD3gC9kSTLpopWGpQLpnw23jk44RvMHsyUSEplvRJZdHxhJGMMLF0kCPYHPhQA==",
"dev": true,
"requires": {
"@types/react": "*"
}
},
"@types/react-router": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.4.tgz",

View File

@ -101,7 +101,8 @@
"@storybook/preset-typescript": "^2.1.0",
"@storybook/react": "^5.3.18",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.22",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-router-dom": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",