Skip to content

Commit

Permalink
ci(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 401997d commit 3041e46
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 39 deletions.
12 changes: 6 additions & 6 deletions server/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"@formatjs/intl-numberformat": "8.15.2",
"@tanstack/react-query": "5.62.15",
"@types/node": "20.17.12",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"bootstrap": "5.3.3",
"chart.js": "4.4.7",
"react": "18.3.1",
"react": "19.0.0",
"react-bootstrap": "2.10.7",
"react-chartjs-2": "5.3.0",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"scripts": {
"build": "tsc && vite build",
Expand All @@ -37,8 +37,8 @@
]
},
"devDependencies": {
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.2",
"vite": "5.4.11"
Expand Down
58 changes: 25 additions & 33 deletions server/package-lock.json

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

0 comments on commit 3041e46

Please sign in to comment.