Skip to content

Commit d582553

Browse files
chore(deps): update npm dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 692a708 commit d582553

File tree

3 files changed

+95
-111
lines changed

3 files changed

+95
-111
lines changed

client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"axios": "^1.7.2",
3030
"dayjs": "^1.11.7",
3131
"file-saver": "^2.0.5",
32-
"oidc-client-ts": "^2.4.0",
33-
"react": "^18.2.0",
34-
"react-dom": "^18.2.0",
35-
"react-error-boundary": "^4.0.13",
36-
"react-oidc-context": "^2.3.1",
37-
"react-router-dom": "^6.21.1",
32+
"oidc-client-ts": "^3.0.0",
33+
"react": "^19.0.0",
34+
"react-dom": "^19.0.0",
35+
"react-error-boundary": "^6.0.0",
36+
"react-oidc-context": "^3.0.0",
37+
"react-router-dom": "^7.0.0",
3838
"victory": "^37.3.4"
3939
},
4040
"devDependencies": {
4141
"@hey-api/openapi-ts": "^0.80.9",
4242
"@testing-library/react": "^16.0.0",
4343
"@types/file-saver": "^2.0.2",
44-
"@types/react": "^18.2.0",
45-
"@types/react-dom": "^18.2.0",
44+
"@types/react": "^19.0.0",
45+
"@types/react-dom": "^19.0.0",
4646
"@vitejs/plugin-react": "^5.0.0",
4747
"typescript": "^5.8.3",
4848
"vite": "^7.1.2",

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"http-proxy-middleware": "^3.0.5"
3535
},
3636
"peerDependencies": {
37-
"react": "^18",
38-
"react-dom": "^18",
37+
"react": "^18 || ^19.0.0",
38+
"react-dom": "^18 || ^19.0.0",
3939
"typescript": "~5.8.3"
4040
},
4141
"devDependencies": {
@@ -47,7 +47,7 @@
4747
"@rollup/plugin-typescript": "^12.1.3",
4848
"@rollup/plugin-virtual": "^3.0.2",
4949
"@tanstack/eslint-plugin-query": "^5.81.2",
50-
"@types/node": "^22.8.1",
50+
"@types/node": "^24.0.0",
5151
"concurrently": "^9.1.2",
5252
"copyfiles": "^2.4.1",
5353
"eslint": "^9.29.0",

0 commit comments

Comments
 (0)