From 402cf2db989f17ff6ddb42ec2b75935a731442f2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 4 Dec 2024 16:27:10 -0800
Subject: [PATCH] Bump @types/react from 18.3.12 to 18.3.13 in the
dev-dependencies group across 1 directory (#1388)
Bumps the dev-dependencies group with 1 update in the / directory:
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
Updates `@types/react` from 18.3.12 to 18.3.13
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.3.12&new-version=18.3.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 4a96013a7..fa5b508b2 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@types/papaparse": "^5",
"@types/pngjs": "^6.0.5",
"@types/prop-types": "^15",
- "@types/react": "^18.3.12",
+ "@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7",
"@types/shell-quote": "^1",
diff --git a/yarn.lock b/yarn.lock
index a89670626..c6a2ad84c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6563,7 +6563,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/react@npm:*, @types/react@npm:^18.3.12":
+"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
@@ -6573,6 +6573,16 @@ __metadata:
languageName: node
linkType: hard
+"@types/react@npm:^18.3.13":
+ version: 18.3.13
+ resolution: "@types/react@npm:18.3.13"
+ dependencies:
+ "@types/prop-types": "npm:*"
+ csstype: "npm:^3.0.2"
+ checksum: 10c0/91815e00157deb179fa670aa2dfc491952698b7743ffddca0e3e0f16e7a18454f3f5ef72321a07386c49e721563b9d280dbbdfae039face764e2fdd8ad949d4b
+ languageName: node
+ linkType: hard
+
"@types/resolve@npm:1.20.2":
version: 1.20.2
resolution: "@types/resolve@npm:1.20.2"
@@ -21963,7 +21973,7 @@ __metadata:
"@types/papaparse": "npm:^5"
"@types/pngjs": "npm:^6.0.5"
"@types/prop-types": "npm:^15"
- "@types/react": "npm:^18.3.12"
+ "@types/react": "npm:^18.3.13"
"@types/react-dom": "npm:^18.3.1"
"@types/semver": "npm:^7"
"@types/shell-quote": "npm:^1"