Skip to content

Commit 1b35cb6

Browse files
fix(deps): update dependency react to v19 (main) (#16000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers <paul.rogers@grafana.com> Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com>
1 parent 5b6aed0 commit 1b35cb6

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

‎pkg/dataobj/explorer/ui/package-lock.json

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pkg/dataobj/explorer/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"date-fns": "^4.1.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0",
15-
"react-router-dom": "^6.21.1"
13+
"react": "^19.0.0",
14+
"react-dom": "^19.0.0",
15+
"react-router-dom": "^7.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^22.10.7",
19-
"@types/react": "^18.2.43",
20-
"@types/react-dom": "^18.2.17",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"@vitejs/plugin-react": "^4.2.1",
2222
"autoprefixer": "^10.4.16",
2323
"postcss": "^8.4.32",

0 commit comments

Comments
 (0)