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

Commit c09e93e

Browse files
chore: update dependency @types/react to ^18.3.13
1 parent 1b1c1ef commit c09e93e

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.12",
29+
"@types/react": "^18.3.13",
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.12":
704-
version "18.3.12"
705-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
706-
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
703+
"@types/react@^18.3.13":
704+
version "18.3.13"
705+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82"
706+
integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==
707707
dependencies:
708708
"@types/prop-types" "*"
709709
csstype "^3.0.2"

0 commit comments

Comments
 (0)