Skip to content

Commit

Permalink
Merge pull request #421 from euanwm/chore/upgrade_nextjs
Browse files Browse the repository at this point in the history
updated nextjs version
  • Loading branch information
euanwm authored Dec 18, 2024
2 parents 8bd2d52 + 43d2a74 commit e91cdd3
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 89 deletions.
157 changes: 71 additions & 86 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "frontend",
"version": "0.1.0",
"engines": {
"node": ">=22.12.0",
"npm": ">=11.0.0"
"node": ">=22.12.0",
"npm": ">=11.0.0"
},
"private": true,
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@nextui-org/theme": "^2.0.5",
"chart.js": "^4.3.3",
"framer-motion": "^10.16.0",
"next": "^14.2.5",
"next": "^15.1.1",
"next-ssl-redirect-middleware": "^0.1.5",
"next-themes": "^0.2.1",
"posthog-js": "^1.166.1",
Expand Down

0 comments on commit e91cdd3

Please sign in to comment.