mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(deps): update dependency @types/react-dom to v17.0.4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3ccb7016db
commit
b5e14b604c
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -4581,9 +4581,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.3.tgz",
|
||||
"integrity": "sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==",
|
||||
"version": "17.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.4.tgz",
|
||||
"integrity": "sha512-Wb6rlnPJfqbhpkvYN39y1NM/pOGGPzzIRquu0RdUMvTwgXNvASFO7pdtrtvyxGTQNb9wzBaQxXAWDdEqegZw2A==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@types/promise-retry": "1.1.3",
|
||||
"@types/qs": "6.9.6",
|
||||
"@types/react": "17.0.5",
|
||||
"@types/react-dom": "17.0.3",
|
||||
"@types/react-dom": "17.0.4",
|
||||
"@types/react-js-pagination": "3.0.3",
|
||||
"@types/react-select": "4.0.15",
|
||||
"@typescript-eslint/eslint-plugin": "4.23.0",
|
||||
|
||||
Reference in New Issue
Block a user