Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade react from 19.1.1 to 19.2.0
Snyk has created this PR to upgrade react from 19.1.1 to 19.2.0.

See this package in yarn:
react

See this project in Snyk:
https://app.snyk.io/org/thomhurst/project/1c57910f-773a-4f83-bc3f-c863967b35af?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 24, 2025
commit 59a87b49c5e8e334434eecbc25d87194d712a28c
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^19.0.0",
"react": "^19.2.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8349,10 +8349,10 @@ [email protected], react-router@^5.3.4:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"

react@^19.0.0:
version "19.1.1"
resolved "https://registry.npmjs.org/react/-/react-19.1.1.tgz"
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
react@^19.2.0:
version "19.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==

readable-stream@^2.0.1:
version "2.3.8"
Expand Down
Loading