mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(deps): update dependency @types/react-dom to v17.0.2
This commit is contained in:
committed by
Łukasz Mierzwa
parent
268b50bb64
commit
d202380307
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -3583,9 +3583,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "17.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.1.tgz",
|
||||
"integrity": "sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==",
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.2.tgz",
|
||||
"integrity": "sha512-Icd9KEgdnFfJs39KyRyr0jQ7EKhq8U6CcHRMGAS45fp5qgUvxL3ujUCfWFttUK2UErqZNj97t9gsVPNAqcwoCg==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"@types/qs": "6.9.6",
|
||||
"@types/react": "17.0.3",
|
||||
"@types/react-autosuggest": "10.1.2",
|
||||
"@types/react-dom": "17.0.1",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"@types/react-js-pagination": "3.0.3",
|
||||
"@types/react-select": "4.0.13",
|
||||
"@typescript-eslint/eslint-plugin": "4.16.1",
|
||||
|
||||
Reference in New Issue
Block a user