Bump @types/react from 18.2.37 to 18.2.38 in /client

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.37 to 18.2.38.
- [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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-22 13:28:03 +00:00
committed by GitHub
parent 631d6e910c
commit ab4bd1ba8b
2 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
"vite-plugin-pwa": "^0.17.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.15"
}
},
@@ -2307,9 +2307,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.37",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz",
"integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==",
"version": "18.2.38",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz",
"integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -6566,9 +6566,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.37",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz",
"integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==",
"version": "18.2.38",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz",
"integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@@ -27,7 +27,7 @@
"vite-plugin-pwa": "^0.17.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.15"
}
}