Skip to content

Commit

Permalink
Merge pull request #3467 from quantified-uncertainty/next-15.1
Browse files Browse the repository at this point in the history
Upgrade website and hub to Next 15.1
  • Loading branch information
berekuk authored Dec 27, 2024
2 parents fc0c177 + 80f11b9 commit 7ad81d2
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 80 deletions.
2 changes: 1 addition & 1 deletion apps/hub/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/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
2 changes: 1 addition & 1 deletion apps/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"immutable": "^4.3.6",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"next": "^15.0.3",
"next": "^15.1.3",
"next-auth": "5.0.0-beta.25",
"next-safe-action": "^7.9.9",
"nodemailer": "^6.9.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/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/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.x"
},
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"lint": "pnpm lint:prettier && pnpm eslint",
"lint:prettier": "prettier --check .",
"eslint": "ESLINT_USE_FLAT_CONFIG=false NODE_NO_WARNINGS=1 eslint src",
Expand All @@ -29,7 +29,7 @@
"fumadocs-core": "14.0.2",
"fumadocs-ui": "14.0.2",
"katex": "^0.16.11",
"next": "^15.0.1",
"next": "^15.1.3",
"pako": "^2.1.0",
"react": "19.0.0-rc-cae764ce-20241025",
"react-dom": "19.0.0-rc-cae764ce-20241025",
Expand Down
Loading

0 comments on commit 7ad81d2

Please sign in to comment.