Skip to content

Commit 0b75444

Browse files
authored
Update @types/react to version 18.0.18
1 parent 17f8210 commit 0b75444

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"@babel/core": "^7.18.13",
6969
"@babel/plugin-transform-react-jsx": "^7.18.10",
70-
"@types/react": "^18.0.17",
70+
"@types/react": "^18.0.18",
7171
"@typescript-eslint/eslint-plugin": "^5.35.1",
7272
"@typescript-eslint/parser": "^5.35.1",
7373
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,10 +2121,10 @@
21212121
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
21222122
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
21232123

2124-
"@types/react@^18.0.17":
2125-
version "18.0.17"
2126-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.17.tgz#4583d9c322d67efe4b39a935d223edcc7050ccf4"
2127-
integrity sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==
2124+
"@types/react@^18.0.18":
2125+
version "18.0.18"
2126+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
2127+
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==
21282128
dependencies:
21292129
"@types/prop-types" "*"
21302130
"@types/scheduler" "*"

0 commit comments

Comments
 (0)