Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit fbb0029

Browse files
authored
Merge pull request #905 from kufu/renovate/react-18.3.x
chore: update dependency @types/react to ^18.3.15
2 parents 3210072 + d673297 commit fbb0029

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
@@ -26,7 +26,7 @@
2626
"registry": "https://registry.npmjs.org"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^18.3.14",
29+
"@types/react": "^18.3.15",
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",
3232
"react": "^18.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@
700700
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
701701
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
702702

703-
"@types/react@^18.3.14":
704-
version "18.3.14"
705-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
706-
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
703+
"@types/react@^18.3.15":
704+
version "18.3.15"
705+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.15.tgz#14674f041072c2b17062ae2edb0eb95a45787f98"
706+
integrity sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==
707707
dependencies:
708708
"@types/prop-types" "*"
709709
csstype "^3.0.2"

0 commit comments

Comments
 (0)