From f4902d435786fb712829f5362a8feeffc25f68d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 01:11:44 +0000 Subject: [PATCH] Bump eslint-config-next from 13.1.4 to 13.3.0 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.4 to 13.3.0. - [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.3.0/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5065dfb..c6e15fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@emotion/styled": "^11.10.5", "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", - "eslint-config-next": "^13.1.4", + "eslint-config-next": "^13.3.0", "framer-motion": "^8.5.2", "next": "^13.1.4", "react": "^18.2.0", @@ -2539,9 +2539,9 @@ "integrity": "sha512-x7ydhMpi9/xX7yVK+Fw33OuwwQWVZUFRxenK3z89fmPzQZyUk35Ynb+b7JkrhfRhDIFFvvqpzVSXeseSlBAw7A==" }, "node_modules/@next/eslint-plugin-next": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.4.tgz", - "integrity": "sha512-a/T30+7Q1scom5t3L+wEBkYzCa+bhT/3DTxzxlNy4Xckw2InzcckQGeIi/larDgh5r2fSSJswhYAZEcKtuJiig==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.3.0.tgz", + "integrity": "sha512-wuGN5qSEjSgcq9fVkH0Y/qIPFjnZtW3ZPwfjJOn7l/rrf6y8J24h/lo61kwqunTyzZJm/ETGfGVU9PUs8cnzEA==", "dependencies": { "glob": "7.1.7" } @@ -4692,11 +4692,11 @@ } }, "node_modules/eslint-config-next": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.1.4.tgz", - "integrity": "sha512-r7n9V4/kkiDDVFfBwI3tviGUV/jUzGI0lY3JefxceYaU18gdk2kMgNPyhHobowu1+yHZpZi8iEzRtzeTrtGRLg==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.3.0.tgz", + "integrity": "sha512-6YEwmFBX0VjBd3ODGW9df0Is0FLaRFdMN8eAahQG9CN6LjQ28J8AFr19ngxqMSg7Qv6Uca/3VeeBosJh1bzu0w==", "dependencies": { - "@next/eslint-plugin-next": "13.1.4", + "@next/eslint-plugin-next": "13.3.0", "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/parser": "^5.42.0", "eslint-import-resolver-node": "^0.3.6", diff --git a/package.json b/package.json index 0e37b1e..699676e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.10.5", "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", - "eslint-config-next": "^13.1.4", + "eslint-config-next": "^13.3.0", "framer-motion": "^8.5.2", "next": "^13.1.4", "react": "^18.2.0",