diff --git a/examples/with-tailwind/apps/docs/package.json b/examples/with-tailwind/apps/docs/package.json index 65692b07fe9ca..2017eb2db7fb0 100644 --- a/examples/with-tailwind/apps/docs/package.json +++ b/examples/with-tailwind/apps/docs/package.json @@ -17,7 +17,7 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@next/eslint-plugin-next": "^15.2.2", + "@next/eslint-plugin-next": "^15.2.4", "@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 7c24a07c35924..124a474548129 100644 --- a/examples/with-tailwind/apps/web/package.json +++ b/examples/with-tailwind/apps/web/package.json @@ -17,7 +17,7 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@next/eslint-plugin-next": "^15.2.2", + "@next/eslint-plugin-next": "^15.2.4", "@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 7121cd94c165c..8cd8a67f0be0e 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.24.0", - "@next/eslint-plugin-next": "^15.2.2", + "@next/eslint-plugin-next": "^15.2.4", "eslint": "^9.24.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 a46a205d0d727..8fc36a912db41 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@next/eslint-plugin-next': - specifier: ^15.2.2 - version: 15.2.2 + specifier: ^15.2.4 + version: 15.2.4 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config @@ -86,8 +86,8 @@ importers: version: 19.1.0(react@19.1.0) devDependencies: '@next/eslint-plugin-next': - specifier: ^15.2.2 - version: 15.2.2 + specifier: ^15.2.4 + version: 15.2.4 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config @@ -128,8 +128,8 @@ importers: specifier: ^9.24.0 version: 9.24.0 '@next/eslint-plugin-next': - specifier: ^15.2.2 - version: 15.2.2 + specifier: ^15.2.4 + version: 15.2.4 eslint: specifier: ^9.24.0 version: 9.24.0 @@ -552,8 +552,8 @@ packages: resolution: {integrity: sha512-JmY0qvnPuS2NCWOz2bbby3Pe0VzdAQ7XpEB6uLIHmtXNfAsAO0KLQLkuAoc42Bxbo3/jMC3dcn9cdf+piCcG2Q==} dev: false - /@next/eslint-plugin-next@15.2.2: - resolution: {integrity: sha512-1+BzokFuFQIfLaRxUKf2u5In4xhPV7tUgKcK53ywvFl6+LXHWHpFkcV7VNeKlyQKUotwiq4fy/aDNF9EiUp4RQ==} + /@next/eslint-plugin-next@15.2.4: + resolution: {integrity: sha512-O8ScvKtnxkp8kL9TpJTTKnMqlkZnS+QxwoQnJwPGBxjBbzd6OVVPEJ5/pMNrktSyXQD/chEfzfFzYLM6JANOOQ==} dependencies: fast-glob: 3.3.1 dev: true