Skip to content

Commit

Permalink
Bump react from v18 to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Dec 20, 2024
1 parent c9d3219 commit 6779ae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "~10.8.2",
"react": "^18",
"react-dom": "^18",
"react": "^19",
"react-dom": "^19",
"uuid": "^11.0.3"
},
"devDependencies": {
Expand All @@ -33,8 +33,8 @@
"@types/fetch-mock": "^7.3.8",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"cypress": "^13.14.1",
"eslint-config-next": "~14.2.7",
"eslint-plugin-cypress": "^3.5.0",
Expand Down

0 comments on commit 6779ae5

Please sign in to comment.