mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
fix(deps): update dependency @types/react-dom to v16.9.8
This commit is contained in:
committed by
renovate[bot]
parent
2c74189ef3
commit
554898cd11
Generated
+3
-3
@@ -5971,9 +5971,9 @@
|
||||
}
|
||||
},
|
||||
"@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==",
|
||||
"version": "16.9.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz",
|
||||
"integrity": "sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"@types/jest": "25.2.1",
|
||||
"@types/node": "12.12.31",
|
||||
"@types/react": "16.9.35",
|
||||
"@types/react-dom": "16.9.7",
|
||||
"@types/react-dom": "16.9.8",
|
||||
"body-scroll-lock": "3.0.2",
|
||||
"bootstrap": "4.4.1",
|
||||
"bootswatch": "4.4.1",
|
||||
|
||||
Reference in New Issue
Block a user