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

Commit d4ff5a9

Browse files
committed
Update dependency @types/react-dom to v18.2.24
1 parent 858f320 commit d4ff5a9

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
@@ -12,7 +12,7 @@
1212
"@next/font": "14.1.4",
1313
"@types/node": "18.19.30",
1414
"@types/react": "18.2.74",
15-
"@types/react-dom": "18.2.23",
15+
"@types/react-dom": "18.2.24",
1616
"eslint": "8.57.0",
1717
"eslint-config-next": "14.1.4",
1818
"next": "14.1.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@
231231
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
232232
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
233233

234-
"@types/[email protected].23":
235-
version "18.2.23"
236-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.23.tgz#112338760f622a16d64271b408355f2f27f6302c"
237-
integrity sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==
234+
"@types/[email protected].24":
235+
version "18.2.24"
236+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.24.tgz#8dda8f449ae436a7a6e91efed8035d4ab03ff759"
237+
integrity sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==
238238
dependencies:
239239
"@types/react" "*"
240240

0 commit comments

Comments
 (0)