Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@heroui/theme": "^2.4.23",
"@heroui/toast": "^2.0.17",
"@heroui/tooltip": "^2.2.24",
"@next/eslint-plugin-next": "^15.5.7",
"@next/third-parties": "^15.5.7",
"@next/eslint-plugin-next": "^16.0.7",
"@next/third-parties": "^16.0.7",
"@sentry/nextjs": "^10.29.0",
"@testing-library/user-event": "^14.6.1",
"@types/lodash": "^4.17.21",
Expand All @@ -55,7 +55,7 @@
"markdown-it": "^14.1.0",
"markdown-it-task-lists": "^2.1.1",
"millify": "^6.1.0",
"next": "^15.5.7",
"next": "^16.0.7",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"react": "^19.2.1",
Expand Down Expand Up @@ -94,7 +94,7 @@
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"eslint-config-next": "^15.5.7",
"eslint-config-next": "^16.0.7",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jest": "^29.2.1",
Expand Down
Loading