Skip to content

Commit 1fdbd38

Browse files
Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.3 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 19.2.9 to 19.2.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 410cbe3 commit 1fdbd38

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"date-fns": "^4.1.0",
2424
"ical-generator": "^10.0.0",
2525
"lucide-react": "^0.575.0",
26-
"react": "^19.2.3",
26+
"react": "^19.2.4",
2727
"react-dom": "^19.2.3",
2828
"sharp": "^0.34.5",
2929
"tailwind-merge": "^3.4.0",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@tailwindcss/typography": "^0.5.19",
3535
"@types/markdown-it": "^14",
36-
"@types/react": "^19.2.9",
36+
"@types/react": "^19.2.14",
3737
"@types/react-dom": "^19.2.3",
3838
"@types/sanitize-html": "^2",
3939
"markdown-it": "^14.1.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,12 +2062,12 @@ __metadata:
20622062
languageName: node
20632063
linkType: hard
20642064

2065-
"@types/react@npm:^19.2.9":
2066-
version: 19.2.9
2067-
resolution: "@types/react@npm:19.2.9"
2065+
"@types/react@npm:^19.2.14":
2066+
version: 19.2.14
2067+
resolution: "@types/react@npm:19.2.14"
20682068
dependencies:
20692069
csstype: "npm:^3.2.2"
2070-
checksum: 10c0/91c6839edd10ebdab4cd686d2a744e6ae078ed5831a36d48284ae92df0463c89bda1084ffdd2e6445f0716236c2c6ae0828b82f70720727632331695f4581d2a
2070+
checksum: 10c0/7d25bf41b57719452d86d2ac0570b659210402707313a36ee612666bf11275a1c69824f8c3ee1fdca077ccfe15452f6da8f1224529b917050eb2d861e52b59b7
20712071
languageName: node
20722072
linkType: hard
20732073

@@ -2638,7 +2638,7 @@ __metadata:
26382638
"@tailwindcss/typography": "npm:^0.5.19"
26392639
"@tailwindcss/vite": "npm:^4.1.18"
26402640
"@types/markdown-it": "npm:^14"
2641-
"@types/react": "npm:^19.2.9"
2641+
"@types/react": "npm:^19.2.14"
26422642
"@types/react-dom": "npm:^19.2.3"
26432643
"@types/sanitize-html": "npm:^2"
26442644
astro: "npm:5.17.3"
@@ -2649,7 +2649,7 @@ __metadata:
26492649
lucide-react: "npm:^0.575.0"
26502650
markdown-it: "npm:^14.1.1"
26512651
prettier: "npm:3.8.1"
2652-
react: "npm:^19.2.3"
2652+
react: "npm:^19.2.4"
26532653
react-dom: "npm:^19.2.3"
26542654
rehype-external-links: "npm:^3.0.0"
26552655
sanitize-html: "npm:^2.17.0"
@@ -5186,10 +5186,10 @@ __metadata:
51865186
languageName: node
51875187
linkType: hard
51885188

5189-
"react@npm:^19.2.3":
5190-
version: 19.2.3
5191-
resolution: "react@npm:19.2.3"
5192-
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
5189+
"react@npm:^19.2.4":
5190+
version: 19.2.4
5191+
resolution: "react@npm:19.2.4"
5192+
checksum: 10c0/cd2c9ff67a720799cc3b38a516009986f7fc4cb8d3e15716c6211cf098d1357ee3e348ab05ad0600042bbb0fd888530ba92e329198c92eafa0994f5213396596
51935193
languageName: node
51945194
linkType: hard
51955195

0 commit comments

Comments
 (0)