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 Dec 18, 2024
1 parent fb2878e commit 4831ba1
Showing 1 changed file with 6 additions and 6 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.1",
"@tanstack/react-query": "5.62.7",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@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.2.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.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.2",
"vite": "5.4.11"
Expand Down

0 comments on commit 4831ba1

Please sign in to comment.