From e656a02b141e6e5268ee99f346d7975655a74674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:32:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-next from 12.3.4 to 13.2.3 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.3.4 to 13.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v13.2.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-nextjs/package.json b/examples/browser-nextjs/package.json index 7ffcf33a..576c56a0 100644 --- a/examples/browser-nextjs/package.json +++ b/examples/browser-nextjs/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@playwright/test": "^1.12.3", "eslint": "^8.7.0", - "eslint-config-next": "^12.0.9", + "eslint-config-next": "^13.2.3", "playwright": "^1.12.3", "rimraf": "^3.0.2", "test-util-ipfs-example": "^1.0.0"