Skip to content

Commit d399f4e

Browse files
authored
Merge pull request #2136 from o1-labs/bump-react-19.2.4
build(deps): bump react and react-dom from 19.2.3 to 19.2.4 in /website
2 parents 3f63e1c + fd94ea4 commit d399f4e

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
### Dependencies
4040

41+
- Bump react and react-dom from 19.2.3 to 19.2.4 in /website
42+
([#2123](https://github.com/o1-labs/mina-rust/pull/2123),
43+
[#2124](https://github.com/o1-labs/mina-rust/pull/2124))
4144
- Bump aws-config from 1.5.16 to 1.5.18
4245
([#2125](https://github.com/o1-labs/mina-rust/pull/2125))
4346
- Bump serde from 1.0.219 to 1.0.228, update private API usage for compatibility

website/package-lock.json

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

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"clsx": "^2.0.0",
2222
"docusaurus-theme-github-codeblock": "^2.0.2",
2323
"prism-react-renderer": "^2.3.0",
24-
"react": "^19.2.3",
25-
"react-dom": "^19.2.3"
24+
"react": "^19.2.4",
25+
"react-dom": "^19.2.4"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "^3.9.2",

0 commit comments

Comments
 (0)