Skip to content

Commit 5561947

Browse files
authored
Bump react pkgs to 19.2.3 & group future updates (#2331)
1 parent 7971e99 commit 5561947

File tree

3 files changed

+14
-43
lines changed

3 files changed

+14
-43
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
groups:
1010
docusaurus:
1111
patterns: ['@docusaurus/*']
12+
react:
13+
patterns: ['react', 'react-dom']
1214
- package-ecosystem: github-actions
1315
directory: '/'
1416
schedule:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"clsx": "^2.1.1",
2727
"events": "^3.3.0",
2828
"prism-react-renderer": "^2.4.1",
29-
"react": "^19.1.0",
30-
"react-dom": "^19.2.1",
29+
"react": "^19.2.3",
30+
"react-dom": "^19.2.3",
3131
"react-markdown": "^10.1.0",
3232
"@tanstack/react-table": "^8.21.3",
3333
"remark-emoji": "^5.0.2",

0 commit comments

Comments
 (0)