Skip to content

Commit 0b44823

Browse files
authored
Merge pull request #148 from TheNextLvl-net/renovate/react-monorepo
chore(deps): update dependency @types/react-dom to v19.2.3
2 parents 4dcfcfd + 505d1eb commit 0b44823

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/bun": "^1.3.0",
2424
"@types/mdx": "^2.0.13",
2525
"@types/react": "19.2.3",
26-
"@types/react-dom": "19.2.2",
26+
"@types/react-dom": "19.2.3",
2727
"eslint": "^9.38.0",
2828
"eslint-config-next": "16.0.1",
2929
"postcss": "^8.5.6",
@@ -35,7 +35,7 @@
3535
},
3636
"overrides": {
3737
"@types/react": "19.2.3",
38-
"@types/react-dom": "19.2.2",
38+
"@types/react-dom": "19.2.3",
3939
},
4040
"packages": {
4141
"@alloc/quick-lru": ["@alloc/[email protected]", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="],
@@ -494,7 +494,7 @@
494494

495495
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg=="],
496496

497-
"@types/react-dom": ["@types/[email protected].2", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw=="],
497+
"@types/react-dom": ["@types/[email protected].3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="],
498498

499499
"@types/trusted-types": ["@types/[email protected]", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
500500

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/bun": "^1.3.0",
2929
"@types/mdx": "^2.0.13",
3030
"@types/react": "19.2.3",
31-
"@types/react-dom": "19.2.2",
31+
"@types/react-dom": "19.2.3",
3232
"eslint": "^9.38.0",
3333
"eslint-config-next": "16.0.1",
3434
"postcss": "^8.5.6",
@@ -42,6 +42,6 @@
4242
},
4343
"overrides": {
4444
"@types/react": "19.2.3",
45-
"@types/react-dom": "19.2.2"
45+
"@types/react-dom": "19.2.3"
4646
}
4747
}

0 commit comments

Comments
 (0)