Skip to content

Commit

Permalink
Upgraded next.js to version supporting React v19
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Dec 20, 2024
1 parent 6779ae5 commit ec639c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"generic-sequence-panel": "^1.6.0",
"next": "~14.2.7",
"next": "~15.1.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "~10.8.2",
Expand All @@ -36,7 +36,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"cypress": "^13.14.1",
"eslint-config-next": "~14.2.7",
"eslint-config-next": "~15.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-jest": "^28.6.0",
"fetch-mock": "^12.1.0",
Expand Down

0 comments on commit ec639c0

Please sign in to comment.