Skip to content

Commit cc8adc1

Browse files
chore(deps): bump the react group across 1 directory with 2 updates (#2839)
Bumps the react group with 2 updates in the / directory: [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom). Updates `react` from 19.2.7 to 19.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react/react/releases">react's releases</a>.</em></p> <blockquote> <h2>19.2.8 (July 21st, 2026)</h2> <h2>React Server Components</h2> <ul> <li>Performance improvements when decoding (<a href="https://redirect.github.com/facebook/react/pull/37087">#37087</a> by <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react/react/commit/1dd4ecbdabf826f527fc9a58c05ea70375b7d170"><code>1dd4ecb</code></a> [FlightReply] Performance improvements when decoding (<a href="https://github.com/react/react/tree/HEAD/packages/react/issues/37087">#37087</a>)</li> <li><a href="https://github.com/react/react/commit/b0d2fdb78bdfae075a7fa02ddcebbf25f90952c2"><code>b0d2fdb</code></a> [19.2.x] Update required references to GitHub repo (<a href="https://github.com/react/react/tree/HEAD/packages/react/issues/36753">#36753</a>)</li> <li>See full diff in <a href="https://github.com/react/react/commits/v19.2.8/packages/react">compare view</a></li> </ul> </details> <br /> Updates `react-dom` from 19.2.7 to 19.2.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react/react/releases">react-dom's releases</a>.</em></p> <blockquote> <h2>19.2.8 (July 21st, 2026)</h2> <h2>React Server Components</h2> <ul> <li>Performance improvements when decoding (<a href="https://redirect.github.com/facebook/react/pull/37087">#37087</a> by <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react/react/commit/1dd4ecbdabf826f527fc9a58c05ea70375b7d170"><code>1dd4ecb</code></a> [FlightReply] Performance improvements when decoding (<a href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/37087">#37087</a>)</li> <li><a href="https://github.com/react/react/commit/b0d2fdb78bdfae075a7fa02ddcebbf25f90952c2"><code>b0d2fdb</code></a> [19.2.x] Update required references to GitHub repo (<a href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/36753">#36753</a>)</li> <li>See full diff in <a href="https://github.com/react/react/commits/v19.2.8/packages/react-dom">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a393365 commit cc8adc1

10 files changed

Lines changed: 541 additions & 543 deletions

File tree

apps/excel-addin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@breeze/office-addin-core": "workspace:*",
19-
"react": "^19.2.7",
20-
"react-dom": "^19.2.7"
19+
"react": "^19.2.8",
20+
"react-dom": "^19.2.8"
2121
},
2222
"devDependencies": {
2323
"@testing-library/react": "^16.3.2",

apps/helper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@radix-ui/react-toast": "^1.2.19",
1919
"@radix-ui/react-tooltip": "^1.2.12",
2020
"@tauri-apps/api": "^2.11.0",
21-
"react": "^19.2.7",
22-
"react-dom": "^19.2.7",
21+
"react": "^19.2.8",
22+
"react-dom": "^19.2.8",
2323
"react-markdown": "^10.1.0",
2424
"remark-gfm": "^4.0.1",
2525
"zustand": "^5.0.14"

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"expo-speech-recognition": "56.0.1",
3333
"expo-status-bar": "~57.0.1",
3434
"posthog-react-native": "4.45.16",
35-
"react": "19.2.7",
35+
"react": "19.2.8",
3636
"react-native": "0.86.0",
3737
"react-native-biometrics": "^3.0.1",
3838
"react-native-gesture-handler": "~2.32.0",

apps/outlook-addin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@breeze/office-addin-core": "workspace:*",
19-
"react": "^19.2.7",
20-
"react-dom": "^19.2.7"
19+
"react": "^19.2.8",
20+
"react-dom": "^19.2.8"
2121
},
2222
"devDependencies": {
2323
"@testing-library/react": "^16.3.2",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"lucide-react": "^1.21.0",
22-
"react": "^19.2.7",
23-
"react-dom": "^19.2.7",
22+
"react": "^19.2.8",
23+
"react-dom": "^19.2.8",
2424
"react-hook-form": "^7.81.0",
2525
"tailwind-merge": "^3.6.0",
2626
"zod": "^4.4.3",

apps/powerpoint-addin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@breeze/office-addin-core": "workspace:*",
19-
"react": "^19.2.7",
20-
"react-dom": "^19.2.7"
19+
"react": "^19.2.8",
20+
"react-dom": "^19.2.8"
2121
},
2222
"devDependencies": {
2323
"@testing-library/react": "^16.3.2",

apps/viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@tauri-apps/plugin-deep-link": "^2.4.9",
1818
"@tauri-apps/plugin-shell": "^2.0.0",
1919
"lucide-react": "^1.21.0",
20-
"react": "^19.2.7",
21-
"react-dom": "^19.2.7",
20+
"react": "^19.2.8",
21+
"react-dom": "^19.2.8",
2222
"zustand": "^5.0.14"
2323
},
2424
"devDependencies": {

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"jspdf-autotable": "^5.0.8",
5050
"lucide-react": "^1.21.0",
5151
"monaco-editor": "0.55.1",
52-
"react": "^19.2.7",
53-
"react-dom": "^19.2.7",
52+
"react": "^19.2.8",
53+
"react-dom": "^19.2.8",
5454
"react-hook-form": "^7.81.0",
5555
"react-i18next": "^17.0.10",
5656
"react-markdown": "^10.1.0",

apps/word-addin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@breeze/office-addin-core": "workspace:*",
19-
"react": "^19.2.7",
20-
"react-dom": "^19.2.7"
19+
"react": "^19.2.8",
20+
"react-dom": "^19.2.8"
2121
},
2222
"devDependencies": {
2323
"@testing-library/react": "^16.3.2",

pnpm-lock.yaml

Lines changed: 524 additions & 526 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)