build(deps): bump @types/react in /app/vmui/packages/vmui (#2346)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.40 to 17.0.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-21 15:44:54 +02:00 committed by GitHub
parent c8c6f5b15e
commit f36e8debc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.40",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/react-measure": "^2.0.8",
"dayjs": "^1.11.0",
@ -4596,9 +4596,9 @@
"peer": true
},
"node_modules/@types/react": {
"version": "17.0.40",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz",
"integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==",
"version": "17.0.41",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -22934,9 +22934,9 @@
"peer": true
},
"@types/react": {
"version": "17.0.40",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz",
"integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==",
"version": "17.0.41",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View file

@ -19,7 +19,7 @@
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.40",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/react-measure": "^2.0.8",
"dayjs": "^1.11.0",