mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(deps): update dependency @types/react-dom to v16.9.7
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d9ee3017b7
commit
520d10a021
Generated
+3
-3
@@ -5812,9 +5812,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "16.9.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.6.tgz",
|
||||
"integrity": "sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ==",
|
||||
"version": "16.9.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.7.tgz",
|
||||
"integrity": "sha512-GHTYhM8/OwUCf254WO5xqR/aqD3gC9kSTLpopWGpQLpnw23jk44RvMHsyUSEplvRJZdHxhJGMMLF0kCPYHPhQA==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"@types/jest": "25.2.1",
|
||||
"@types/node": "12.12.31",
|
||||
"@types/react": "16.9.34",
|
||||
"@types/react-dom": "16.9.6",
|
||||
"@types/react-dom": "16.9.7",
|
||||
"body-scroll-lock": "3.0.2",
|
||||
"bootstrap": "4.4.1",
|
||||
"bootswatch": "4.4.1",
|
||||
|
||||
Reference in New Issue
Block a user