Skip to content

Commit

Permalink
fix(deps): update react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 5110e2d commit 4f620d0
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 165 deletions.
2 changes: 1 addition & 1 deletion packages/anatomy-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/react": "18.3.12",
"clean-package": "2.2.0",
"react": "18.3.1"
"react": "19.0.0"
},
"dependencies": {
"color2k": "2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@zag-js/utils": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4f620d0

Please sign in to comment.