Skip to content

Commit

Permalink
chore: Bump Nextjs to 15, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Oct 29, 2024
1 parent f78b05b commit bd10cfb
Show file tree
Hide file tree
Showing 9 changed files with 9,908 additions and 5,332 deletions.
2 changes: 1 addition & 1 deletion apps/availability/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/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion apps/availability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"axios": "^1.6.8",
"clsx": "^2.1.0",
"http-errors": "^2.0.0",
"next": "^14.0.3",
"next": "^15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-example/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/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion apps/frontend-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"axios": "^1.6.8",
"axios-hooks": "^5.0.2",
"http-errors": "^2.0.0",
"next": "^14.0.3",
"next": "^15.0.1",
"oidc-client-ts": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/login-account-proxy/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/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion apps/login-account-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@bluedot/ui": "*",
"axios": "^1.6.8",
"http-errors": "^2.0.0",
"next": "^14.0.3",
"next": "^15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/meet/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/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion apps/meet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clsx": "^2.1.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"next": "^14.3.0-canary.14",
"next": "^15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss-scoped-preflight": "^3.2.6"
Expand Down
Loading

0 comments on commit bd10cfb

Please sign in to comment.