Skip to content

Commit

Permalink
chore: update react to v19 (major) (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 24, 2024
1 parent c08c0fd commit 11471ee
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 53 deletions.
75 changes: 27 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@taiga-ui/styles": "4.19.0",
"@taiga-ui/testing": "4.19.0",
"ngx-highlightjs": "10.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"vue": "3.5.13"
Expand Down
6 changes: 3 additions & 3 deletions projects/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0",
"react-test-renderer": "19.0.0"
},
"peerDependencies": {
"@maskito/core": "^3.2.0",
Expand Down

0 comments on commit 11471ee

Please sign in to comment.