Skip to content

Commit

Permalink
fix(deps): update dependency react to v19 (main) (#16000)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <[email protected]>
Co-authored-by: Paul Rogers <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 5b6aed0 commit 1b35cb6
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
148 changes: 74 additions & 74 deletions pkg/dataobj/explorer/ui/package-lock.json

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

10 changes: 5 additions & 5 deletions pkg/dataobj/explorer/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"date-fns": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1"
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
Expand Down

0 comments on commit 1b35cb6

Please sign in to comment.