Skip to content

Commit da02312

Browse files
authored
Merge pull request #669 from rnadigital/fix/app-page-ux
FIx UX app page issues
2 parents 8ebe589 + 0a83a02 commit da02312

File tree

17 files changed

+822
-505
lines changed

17 files changed

+822
-505
lines changed

webapp/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

webapp/package-lock.json

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

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"lucide-react": "^0.468.0",
107107
"mongodb": "^6.3.0",
108108
"mongoose": "^8.7.1",
109-
"next": "^13.5.6",
109+
"next": "^14.2.5",
110110
"nprogress": "^0.2.0",
111111
"openapi-client-axios": "^7.4.0",
112112
"passport": "^0.6.0",

0 commit comments

Comments
 (0)