mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(deps): update dependency @types/react to v17
This commit is contained in:
committed by
Łukasz Mierzwa
parent
8783eaf8cd
commit
5afba51bd8
Generated
+3
-3
@@ -3459,9 +3459,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "16.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.0.tgz",
|
||||
"integrity": "sha512-jJjHo1uOe+NENRIBvF46tJimUvPnmbQ41Ax0pEm7pRvhPg+wuj8VMOHHiMvaGmZRzRrCtm7KnL5OOE/6kHPK8w==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz",
|
||||
"integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"csstype": "^3.0.2"
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"@types/node": "14.14.9",
|
||||
"@types/promise-retry": "1.1.3",
|
||||
"@types/qs": "6.9.5",
|
||||
"@types/react": "16.14.0",
|
||||
"@types/react": "17.0.0",
|
||||
"@types/react-autosuggest": "10.0.1",
|
||||
"@types/react-dom": "16.9.9",
|
||||
"@types/react-highlighter": "0.3.4",
|
||||
|
||||
Reference in New Issue
Block a user