From d2797cf3d98c90e8abe06b45a45d7344aea0fa8c Mon Sep 17 00:00:00 2001 From: Matthew Kwong Date: Mon, 26 Feb 2024 10:00:27 +0800 Subject: [PATCH] feat(deps): accept `@next/eslint-plugin-next@canary` as peer deps --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43aa5e7..f90de09 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typescript": "^5.2.2" }, "peerDependencies": { - "@next/eslint-plugin-next": ">=12.3.0 <15", + "@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0", "eslint": ">=8.48.0 <9", "prettier": ">=3.0.0 <4", "typescript": ">=4.8.0 <6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57510ae..818bfc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ dependencies: specifier: ^7.22.11 version: 7.22.11(@babel/core@7.22.11)(eslint@8.48.0) '@next/eslint-plugin-next': - specifier: '>=12.3.0 <15' + specifier: '>=12.3.0 <15.0.0-0' version: 12.3.4 '@rushstack/eslint-patch': specifier: ^1.3.3