Bump @types/react-dom from 18.2.8 to 18.2.13

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

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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-10-14 07:32:23 +00:00 committed by GitHub
parent c668f4fa2f
commit 1f39520c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -48,7 +48,7 @@
"@total-typescript/shoehorn": "^0.1.1",
"@types/ramda": "^0.27.66",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
@ -3292,9 +3292,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.8.tgz",
"integrity": "sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"devOptional": true,
"dependencies": {
"@types/react": "*"
@ -12828,9 +12828,9 @@
}
},
"@types/react-dom": {
"version": "18.2.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.8.tgz",
"integrity": "sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"devOptional": true,
"requires": {
"@types/react": "*"

View file

@ -64,7 +64,7 @@
"@total-typescript/shoehorn": "^0.1.1",
"@types/ramda": "^0.27.66",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",