Skip to content

Commit 26341c7

Browse files
authored
Merge pull request #144 from phpugmrn/dependabot/npm_and_yarn/types/react-18.3.13
Bump @types/react from 18.3.12 to 18.3.13
2 parents dc8132b + c4a57f4 commit 26341c7

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/preset-classic": "^3.6.3",
2121
"@docusaurus/types": "^3.6.3",
2222
"@mdx-js/react": "^3.1.0",
23-
"@types/react": "^18.3.12",
23+
"@types/react": "^18.3.13",
2424
"clsx": "^2.1.1",
2525
"formik": "^2.4.6",
2626
"html-react-parser": "^5.1.18",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3695,18 +3695,10 @@
36953695
"@types/history" "^4.7.11"
36963696
"@types/react" "*"
36973697

3698-
"@types/react@*":
3699-
version "18.3.3"
3700-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
3701-
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
3702-
dependencies:
3703-
"@types/prop-types" "*"
3704-
csstype "^3.0.2"
3705-
3706-
"@types/react@^18.3.12":
3707-
version "18.3.12"
3708-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
3709-
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
3698+
"@types/react@*", "@types/react@^18.3.13":
3699+
version "18.3.13"
3700+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82"
3701+
integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==
37103702
dependencies:
37113703
"@types/prop-types" "*"
37123704
csstype "^3.0.2"

0 commit comments

Comments
 (0)