Skip to content

Commit a371d3e

Browse files
authored
Update react (#203)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Upgrade React dependencies to 19.2.1 across the app. > > - **Dependencies**: > - Bump `react` to `^19.2.1` in `package.json` and lockfile. > - Bump `react-dom` to `^19.2.1` in `package.json` and lockfile. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b6dc318. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6de088d commit a371d3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"pino": "^9.7.0",
8686
"postgres": "^3.4.5",
8787
"posthog-js": "^1.268.1",
88-
"react": "^19.2.0",
88+
"react": "^19.2.1",
8989
"react-day-picker": "^9.9.0",
90-
"react-dom": "^19.2.0",
90+
"react-dom": "^19.2.1",
9191
"react-error-boundary": "^5.0.0",
9292
"react-hook-form": "^7.66.0",
9393
"react-icons": "^5.4.0",
@@ -2416,11 +2416,11 @@
24162416

24172417
"randombytes": ["[email protected]", "", { "dependencies": { "safe-buffer": "^5.1.0" } }, "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ=="],
24182418

2419-
"react": ["[email protected].0", "", {}, "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ=="],
2419+
"react": ["[email protected].1", "", {}, "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw=="],
24202420

24212421
"react-day-picker": ["[email protected]", "", { "dependencies": { "@date-fns/tz": "^1.4.1", "date-fns": "^4.1.0", "date-fns-jalali": "^4.1.0-0" }, "peerDependencies": { "react": ">=16.8.0" } }, "sha512-l3ub6o8NlchqIjPKrRFUCkTUEq6KwemQlfv3XZzzwpUeGwmDJ+0u0Upmt38hJyd7D/vn2dQoOoLV/qAp0o3uUw=="],
24222422

2423-
"react-dom": ["[email protected].0", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.0" } }, "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ=="],
2423+
"react-dom": ["[email protected].1", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.1" } }, "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg=="],
24242424

24252425
"react-error-boundary": ["[email protected]", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "react": ">=16.13.1" } }, "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ=="],
24262426

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
"pino": "^9.7.0",
123123
"postgres": "^3.4.5",
124124
"posthog-js": "^1.268.1",
125-
"react": "^19.2.0",
125+
"react": "^19.2.1",
126126
"react-day-picker": "^9.9.0",
127-
"react-dom": "^19.2.0",
127+
"react-dom": "^19.2.1",
128128
"react-error-boundary": "^5.0.0",
129129
"react-hook-form": "^7.66.0",
130130
"react-icons": "^5.4.0",

0 commit comments

Comments
 (0)