Skip to content

Commit 27574f1

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 48e311d commit 27574f1

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.5.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
@@ -2086,12 +2086,12 @@ __metadata:
20862086
languageName: node
20872087
linkType: hard
20882088

2089-
"@types/react@npm:^19.2.9":
2090-
version: 19.2.9
2091-
resolution: "@types/react@npm:19.2.9"
2089+
"@types/react@npm:^19.2.14":
2090+
version: 19.2.14
2091+
resolution: "@types/react@npm:19.2.14"
20922092
dependencies:
20932093
csstype: "npm:^3.2.2"
2094-
checksum: 10c0/91c6839edd10ebdab4cd686d2a744e6ae078ed5831a36d48284ae92df0463c89bda1084ffdd2e6445f0716236c2c6ae0828b82f70720727632331695f4581d2a
2094+
checksum: 10c0/7d25bf41b57719452d86d2ac0570b659210402707313a36ee612666bf11275a1c69824f8c3ee1fdca077ccfe15452f6da8f1224529b917050eb2d861e52b59b7
20952095
languageName: node
20962096
linkType: hard
20972097

@@ -2678,7 +2678,7 @@ __metadata:
26782678
"@tailwindcss/typography": "npm:^0.5.19"
26792679
"@tailwindcss/vite": "npm:^4.2.1"
26802680
"@types/markdown-it": "npm:^14"
2681-
"@types/react": "npm:^19.2.9"
2681+
"@types/react": "npm:^19.2.14"
26822682
"@types/react-dom": "npm:^19.2.3"
26832683
"@types/sanitize-html": "npm:^2"
26842684
astro: "npm:5.17.3"
@@ -2689,7 +2689,7 @@ __metadata:
26892689
lucide-react: "npm:^0.575.0"
26902690
markdown-it: "npm:^14.1.1"
26912691
prettier: "npm:3.8.1"
2692-
react: "npm:^19.2.3"
2692+
react: "npm:^19.2.4"
26932693
react-dom: "npm:^19.2.3"
26942694
rehype-external-links: "npm:^3.0.0"
26952695
sanitize-html: "npm:^2.17.0"
@@ -5226,10 +5226,10 @@ __metadata:
52265226
languageName: node
52275227
linkType: hard
52285228

5229-
"react@npm:^19.2.3":
5230-
version: 19.2.3
5231-
resolution: "react@npm:19.2.3"
5232-
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
5229+
"react@npm:^19.2.4":
5230+
version: 19.2.4
5231+
resolution: "react@npm:19.2.4"
5232+
checksum: 10c0/cd2c9ff67a720799cc3b38a516009986f7fc4cb8d3e15716c6211cf098d1357ee3e348ab05ad0600042bbb0fd888530ba92e329198c92eafa0994f5213396596
52335233
languageName: node
52345234
linkType: hard
52355235

0 commit comments

Comments
 (0)