Skip to content

Commit

Permalink
Merge pull request #890 from aiarena/upgrading-next.js
Browse files Browse the repository at this point in the history
Upgrading next.js
  • Loading branch information
DrillableBit authored Jan 7, 2025
2 parents e4b7c8e + 93bcf0e commit ae81a67
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 94 deletions.
2 changes: 1 addition & 1 deletion frontend/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
172 changes: 83 additions & 89 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 @@ -21,8 +21,8 @@
"eslint-config-next": "13.4.8",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"next": "14.2.5",
"postcss": "8.4.49",
"next": "^14.2.21",
"postcss": "^8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-relay": "^17.0.0",
Expand All @@ -41,7 +41,7 @@
"graphql": "^16.10.0",
"relay-compiler": "^17.0.0"
},
"relay": {
"relay": {
"src": "./src",
"schema": "./schema.graphql",
"language": "typescript"
Expand Down
Loading

0 comments on commit ae81a67

Please sign in to comment.