Skip to content

Commit b6caf84

Browse files
chore(deps): update dependency @types/react to v18.2.24 (#553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0558a7 commit b6caf84

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@docusaurus/tsconfig": "3.0.0-beta.0",
5050
"@docusaurus/types": "3.0.0-beta.0",
5151
"@types/node": "18.18.0",
52-
"@types/react": "18.2.22",
52+
"@types/react": "18.2.24",
5353
"@typescript-eslint/eslint-plugin": "5.27.1",
5454
"@typescript-eslint/parser": "5.27.1",
5555
"eslint": "8.50.0",

src/plugins/docusaurus-plugin-alumni/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/fs-extra": "11.0.2",
2727
"@types/js-yaml": "4.0.6",
2828
"@types/node": "18.18.0",
29-
"@types/react": "18.2.22",
29+
"@types/react": "18.2.24",
3030
"react": "18.2.0",
3131
"typescript": "4.7.3"
3232
},

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,18 @@ __metadata:
41354135
languageName: node
41364136
linkType: hard
41374137

4138-
"@types/react@npm:18.2.22, @types/react@npm:>=16":
4138+
"@types/react@npm:18.2.24":
4139+
version: 18.2.24
4140+
resolution: "@types/react@npm:18.2.24"
4141+
dependencies:
4142+
"@types/prop-types": "*"
4143+
"@types/scheduler": "*"
4144+
csstype: ^3.0.2
4145+
checksum: ea5d8204e71b1c9c6631f429a93f8e7be0614cdbdb464e92b3181bdccd8a7c45e30ded8b13da726684b6393f651317c36d54832e3d3cdea0da480a3f26268909
4146+
languageName: node
4147+
linkType: hard
4148+
4149+
"@types/react@npm:>=16":
41394150
version: 18.2.22
41404151
resolution: "@types/react@npm:18.2.22"
41414152
dependencies:
@@ -6013,7 +6024,7 @@ __metadata:
60136024
"@docusaurus/types": 3.0.0-beta.0
60146025
"@mdx-js/react": 2.3.0
60156026
"@types/node": 18.18.0
6016-
"@types/react": 18.2.22
6027+
"@types/react": 18.2.24
60176028
"@typescript-eslint/eslint-plugin": 5.27.1
60186029
"@typescript-eslint/parser": 5.27.1
60196030
clsx: 2.0.0
@@ -6806,7 +6817,7 @@ __metadata:
68066817
"@types/fs-extra": 11.0.2
68076818
"@types/js-yaml": 4.0.6
68086819
"@types/node": 18.18.0
6809-
"@types/react": 18.2.22
6820+
"@types/react": 18.2.24
68106821
fs-extra: 11.1.1
68116822
js-yaml: 4.1.0
68126823
prettier: 3.0.3

0 commit comments

Comments
 (0)