Skip to content

Commit f0084d0

Browse files
chore: update dependency @types/react to v18.3.27 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c69956d commit f0084d0

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@svgr/webpack": "8.1.0",
6363
"@tailwindcss/typography": "0.5.19",
6464
"@types/node": "18.11.9",
65-
"@types/react": "18.3.26",
65+
"@types/react": "18.3.27",
6666
"@types/react-dom": "18.3.7",
6767
"@types/segment-analytics": "0.0.38",
6868
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4281,13 +4281,13 @@
42814281
"@types/scheduler" "*"
42824282
csstype "^3.0.2"
42834283

4284-
"@types/[email protected].26":
4285-
version "18.3.26"
4286-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.26.tgz#4c5970878d30db3d2a0bca1e4eb5f258e391bbeb"
4287-
integrity sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==
4284+
"@types/[email protected].27":
4285+
version "18.3.27"
4286+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.27.tgz#74a3b590ea183983dc65a474dc17553ae1415c34"
4287+
integrity sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==
42884288
dependencies:
42894289
"@types/prop-types" "*"
4290-
csstype "^3.0.2"
4290+
csstype "^3.2.2"
42914291

42924292
"@types/react@^16":
42934293
version "16.14.35"
@@ -6009,6 +6009,11 @@ csstype@^3.0.2, csstype@^3.1.1:
60096009
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
60106010
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
60116011

6012+
csstype@^3.2.2:
6013+
version "3.2.3"
6014+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
6015+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
6016+
60126017
current-git-branch@^1.1.0:
60136018
version "1.1.0"
60146019
resolved "https://registry.yarnpkg.com/current-git-branch/-/current-git-branch-1.1.0.tgz#3730e71ee024ed27dab16d740e5b1ea4774fa49f"

0 commit comments

Comments
 (0)