Skip to content

Commit e38f141

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

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.4",
52-
"@types/react": "18.2.29",
52+
"@types/react": "18.2.30",
5353
"@typescript-eslint/eslint-plugin": "5.62.0",
5454
"@typescript-eslint/parser": "5.62.0",
5555
"eslint": "8.51.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.3",
2727
"@types/js-yaml": "4.0.8",
2828
"@types/node": "18.18.4",
29-
"@types/react": "18.2.29",
29+
"@types/react": "18.2.30",
3030
"react": "18.2.0",
3131
"typescript": "4.9.5"
3232
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,14 +4175,14 @@ __metadata:
41754175
languageName: node
41764176
linkType: hard
41774177

4178-
"@types/react@npm:18.2.29":
4179-
version: 18.2.29
4180-
resolution: "@types/react@npm:18.2.29"
4178+
"@types/react@npm:18.2.30":
4179+
version: 18.2.30
4180+
resolution: "@types/react@npm:18.2.30"
41814181
dependencies:
41824182
"@types/prop-types": "*"
41834183
"@types/scheduler": "*"
41844184
csstype: ^3.0.2
4185-
checksum: 3d09ac61a683fa976512a28ac175b9d823f0368adc5fb2abf53f64ab030e8ad866a201a8029f92ff48246c8e326f7517ebe165f976ecb412627c65c6f9a7c9d3
4185+
checksum: 962fa67e4ff439a2eb621ad74e58cb975d2882afa06bb7c9e9823606f6dcc3cd37d5cce143ec3c95b3856549f48ee0382e8c4628267cdcc5c5343d979ad9d92f
41864186
languageName: node
41874187
linkType: hard
41884188

@@ -6006,7 +6006,7 @@ __metadata:
60066006
"@docusaurus/types": 3.0.0-beta.0
60076007
"@mdx-js/react": 2.3.0
60086008
"@types/node": 18.18.4
6009-
"@types/react": 18.2.29
6009+
"@types/react": 18.2.30
60106010
"@typescript-eslint/eslint-plugin": 5.62.0
60116011
"@typescript-eslint/parser": 5.62.0
60126012
clsx: 2.0.0
@@ -6799,7 +6799,7 @@ __metadata:
67996799
"@types/fs-extra": 11.0.3
68006800
"@types/js-yaml": 4.0.8
68016801
"@types/node": 18.18.4
6802-
"@types/react": 18.2.29
6802+
"@types/react": 18.2.30
68036803
fs-extra: 11.1.1
68046804
js-yaml: 4.1.0
68056805
prettier: 3.0.3

0 commit comments

Comments
 (0)