Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 84f6084

Browse files
committed
Update dependency @types/react to v18.0.28
1 parent e0d5149 commit 84f6084

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
@@ -29,7 +29,7 @@
2929
"@playwright/test": "1.30.0",
3030
"@types/mocha": "10.0.1",
3131
"@types/node": "18.13.0",
32-
"@types/react": "18.0.27",
32+
"@types/react": "18.0.28",
3333
"@typescript-eslint/eslint-plugin": "5.51.0",
3434
"autoprefixer": "10.4.13",
3535
"dotenv": "16.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,10 +2124,10 @@
21242124
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
21252125
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
21262126

2127-
"@types/react@18.0.27":
2128-
version "18.0.27"
2129-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71"
2130-
integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==
2127+
"@types/react@18.0.28":
2128+
version "18.0.28"
2129+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
2130+
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
21312131
dependencies:
21322132
"@types/prop-types" "*"
21332133
"@types/scheduler" "*"

0 commit comments

Comments
 (0)