Skip to content

Commit

Permalink
chore: bump next to 15.1.3 in the monorepo (#10211)
Browse files Browse the repository at this point in the history
Bumps Next.js to the latest version `15.1.3`. This affects only internal
`package.json` files (in the root dir and test)

Fixes errors from here #10209
  • Loading branch information
r1tsuu authored Dec 28, 2024
1 parent 3218b0d commit 7a4d53a
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 110 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const defaultESLintIgnores = [
'**/node_modules/',
'**/temp/',
'**/*.spec.ts',
'next-env.d.ts',
]

/** @typedef {import('eslint').Linter.Config} Config */
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"lint-staged": "15.2.7",
"minimist": "1.2.8",
"mongodb-memory-server": "^9.0",
"next": "15.0.3",
"next": "15.1.3",
"open": "^10.1.0",
"p-limit": "^5.0.0",
"playwright": "1.48.1",
Expand Down
Loading

0 comments on commit 7a4d53a

Please sign in to comment.