chore(deps): Bump @types/react-dom from 18.2.12 to 18.2.13

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-13 09:39:13 +00:00 коммит произвёл GitHub
Родитель 7a44a7c0b6
Коммит 5e715316d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -25,7 +25,7 @@
"@types/jsdom": "^21.1.3",
"@types/node": "^20.6.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.12",
"@types/react-dom": "^18.2.13",
"client-oauth2": "^4.3.3",
"dotenv": "^16.3.1",
"eslint-config-next": "^13.5.4",
@ -11694,9 +11694,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.12",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.12.tgz",
"integrity": "sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"dependencies": {
"@types/react": "*"
}
@ -37775,9 +37775,9 @@
}
},
"@types/react-dom": {
"version": "18.2.12",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.12.tgz",
"integrity": "sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"requires": {
"@types/react": "*"
}

Просмотреть файл

@ -62,7 +62,7 @@
"@types/jsdom": "^21.1.3",
"@types/node": "^20.6.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.12",
"@types/react-dom": "^18.2.13",
"client-oauth2": "^4.3.3",
"dotenv": "^16.3.1",
"eslint-config-next": "^13.5.4",