Skip to content

Commit eb8ab0b

Browse files
Update dependency @types/react to ^18.3.27
1 parent 87fa933 commit eb8ab0b

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@typescript-eslint/eslint-plugin": "^6.21.0",
129129
"@typescript-eslint/parser": "^6.21.0",
130130
"@types/jest": "^27.5.2",
131-
"@types/react": "^18.3.12",
131+
"@types/react": "^18.3.27",
132132
"jest-regex-util": "^27.5.1",
133133
"jest-watcher": "^27.5.1",
134134
"jest-worker": "^27.5.1"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3720,13 +3720,13 @@
37203720
"@types/history" "^4.7.11"
37213721
"@types/react" "*"
37223722

3723-
"@types/react@*", "@types/react@^18.3.12":
3724-
version "18.3.12"
3725-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
3726-
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
3723+
"@types/react@*", "@types/react@^18.3.27":
3724+
version "18.3.27"
3725+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.27.tgz#74a3b590ea183983dc65a474dc17553ae1415c34"
3726+
integrity sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==
37273727
dependencies:
37283728
"@types/prop-types" "*"
3729-
csstype "^3.0.2"
3729+
csstype "^3.2.2"
37303730

37313731
"@types/react@^18.2.46":
37323732
version "18.2.46"
@@ -6590,6 +6590,11 @@ csstype@^3.0.2, csstype@^3.1.3:
65906590
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
65916591
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
65926592

6593+
csstype@^3.2.2:
6594+
version "3.2.3"
6595+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
6596+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
6597+
65936598
cypress-plugin-tab@^1.0.5:
65946599
version "1.0.5"
65956600
resolved "https://registry.yarnpkg.com/cypress-plugin-tab/-/cypress-plugin-tab-1.0.5.tgz#a40714148104004bb05ed62b1bf46bb544f8eb4a"

0 commit comments

Comments
 (0)