diff --git a/examples/with-tailwind/apps/docs/package.json b/examples/with-tailwind/apps/docs/package.json index fc30d7446550e..3b1c4670c47bc 100644 --- a/examples/with-tailwind/apps/docs/package.json +++ b/examples/with-tailwind/apps/docs/package.json @@ -17,7 +17,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@next/eslint-plugin-next": "^15.2.1", + "@next/eslint-plugin-next": "^15.2.2", "@repo/eslint-config": "workspace:*", "@repo/tailwind-config": "workspace:*", "@repo/typescript-config": "workspace:*", diff --git a/examples/with-tailwind/apps/web/package.json b/examples/with-tailwind/apps/web/package.json index bce082d165075..046f283b11b58 100644 --- a/examples/with-tailwind/apps/web/package.json +++ b/examples/with-tailwind/apps/web/package.json @@ -17,7 +17,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@next/eslint-plugin-next": "^15.2.1", + "@next/eslint-plugin-next": "^15.2.2", "@repo/eslint-config": "workspace:*", "@repo/tailwind-config": "workspace:*", "@repo/typescript-config": "workspace:*", diff --git a/examples/with-tailwind/packages/eslint-config/package.json b/examples/with-tailwind/packages/eslint-config/package.json index 719201864a4fd..b3c6c264f0d7f 100644 --- a/examples/with-tailwind/packages/eslint-config/package.json +++ b/examples/with-tailwind/packages/eslint-config/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@eslint/js": "^9.22.0", - "@next/eslint-plugin-next": "^15.2.1", + "@next/eslint-plugin-next": "^15.2.2", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-only-warn": "^1.1.0", diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index ab0bdbbba99e0..13b5035317691 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@next/eslint-plugin-next': - specifier: ^15.2.1 - version: 15.2.1 + specifier: ^15.2.2 + version: 15.2.2 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config @@ -86,8 +86,8 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@next/eslint-plugin-next': - specifier: ^15.2.1 - version: 15.2.1 + specifier: ^15.2.2 + version: 15.2.2 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config @@ -128,8 +128,8 @@ importers: specifier: ^9.22.0 version: 9.22.0 '@next/eslint-plugin-next': - specifier: ^15.2.1 - version: 15.2.1 + specifier: ^15.2.2 + version: 15.2.2 eslint: specifier: ^9.22.0 version: 9.22.0 @@ -545,8 +545,8 @@ packages: resolution: {integrity: sha512-JmY0qvnPuS2NCWOz2bbby3Pe0VzdAQ7XpEB6uLIHmtXNfAsAO0KLQLkuAoc42Bxbo3/jMC3dcn9cdf+piCcG2Q==} dev: false - /@next/eslint-plugin-next@15.2.1: - resolution: {integrity: sha512-6ppeToFd02z38SllzWxayLxjjNfzvc7Wm07gQOKSLjyASvKcXjNStZrLXMHuaWkhjqxe+cnhb2uzfWXm1VEj/Q==} + /@next/eslint-plugin-next@15.2.2: + resolution: {integrity: sha512-1+BzokFuFQIfLaRxUKf2u5In4xhPV7tUgKcK53ywvFl6+LXHWHpFkcV7VNeKlyQKUotwiq4fy/aDNF9EiUp4RQ==} dependencies: fast-glob: 3.3.1 dev: true