Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent f09e28a commit 658e83b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 91 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "AGPL-3.0-only",
"dependencies": {
"@types/node": "^16.0.0",
"@types/react": "^17.0.5",
"@types/react": "^19.0.0",
"antd": "^4.15.4",
"date-fns": "^2.25.0",
"haah": "file:..",
"react": "^17.0.2",
"react": "^19.0.0",
"telegraf": "^4.4.2",
"typescript": "4.8.3"
}
Expand Down
122 changes: 37 additions & 85 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"immer": "^9.0.6",
"isomorphic-fetch": "^3.0.0",
"mime": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1"
},
Expand All @@ -35,8 +35,8 @@
"@types/isomorphic-fetch": "0.0.36",
"@types/mime": "^3.0.0",
"@types/node": "^16.4.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/socket.io": "^3.0.2",
"prettier": "2.7.1",
"ts-morph": "^16.0.0",
Expand Down

0 comments on commit 658e83b

Please sign in to comment.