fix: upgrade @types/react from 16.14.4 to 16.14.5 (#3029)

Snyk has created this PR to upgrade @types/react from 16.14.4 to 16.14.5.

See this package in npm:
https://www.npmjs.com/package/@types/react

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 5 years ago committed by GitHub
parent b561b2fa82
commit 691ed65024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1282,11 +1282,12 @@
"dev": true
},
"@types/react": {
"version": "16.14.4",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.4.tgz",
"integrity": "sha512-ETj7GbkPGjca/A4trkVeGvoIakmLV6ZtX3J8dcmOpzKzWVybbrOxanwaIPG71GZwImoMDY6Fq4wIe34lEqZ0FQ==",
"version": "16.14.5",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.5.tgz",
"integrity": "sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
"csstype": "^3.0.2"
}
},
@ -1374,6 +1375,11 @@
"resolved": "https://registry.npmjs.org/@types/resize-observer-browser/-/resize-observer-browser-0.1.5.tgz",
"integrity": "sha512-8k/67Z95Goa6Lznuykxkfhq9YU3l1Qe6LNZmwde1u7802a3x8v44oq0j91DICclxatTr0rNnhXx7+VTIetSrSQ=="
},
"@types/scheduler": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.1.tgz",
"integrity": "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA=="
},
"@typescript-eslint/eslint-plugin": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.5.0.tgz",

@ -51,7 +51,7 @@
"@ant-design/icons": "^4.5.0",
"@types/lodash": "^4.14.168",
"@types/platform": "^1.3.3",
"@types/react": "^16.14.4",
"@types/react": "^16.14.5",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.11",
"@types/react-redux": "^7.1.16",

Loading…
Cancel
Save