Skip to content

Commit dca460f

Browse files
Bump react from 18.2.0 to 19.2.6 (#129)
* Bump react from 18.2.0 to 19.2.6 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.2.0 to 19.2.6. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Align react-dom with React 19 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Richardson <alan@compendiumdev.co.uk>
1 parent e050146 commit dca460f

3 files changed

Lines changed: 294 additions & 310 deletions

File tree

docs-src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@mdx-js/react": "3.1.1",
2121
"clsx": "2.1.1",
2222
"prism-react-renderer": "2.4.1",
23-
"react": "19.2.5",
24-
"react-dom": "19.2.5",
23+
"react": "19.2.6",
24+
"react-dom": "19.2.6",
2525
"react-player": "3.4.0"
2626
},
2727
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"jsdom": "29.1.1",
132132
"playwright": "1.60.0",
133133
"prettier": "3.8.3",
134-
"react": "18.2.0",
135-
"react-dom": "18.2.0",
134+
"react": "19.2.6",
135+
"react-dom": "19.2.6",
136136
"storybook": "10.4.1",
137137
"tabulator-tables": "^6.4.0",
138138
"vite": "8.0.16",

0 commit comments

Comments
 (0)