From c18d5f138e6672c77a18d30b3aac616985f41033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:15:34 +0000 Subject: [PATCH] Bump eslint-config-next from 13.1.1 to 13.1.2 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.1 to 13.1.2. - [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.1.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index bff4c9e..183d7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", - "eslint-config-next": "^13.1.1", + "eslint-config-next": "^13.1.2", "framer-motion": "^8.4.3", "next": "^13.1.1", "react": "^18.2.0", @@ -25,8 +25,6 @@ "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "postcss": "^8.4.20", - "prettier": "^2.8.0", - "prettier-plugin-tailwindcss": "^0.2.1", "prettier": "^2.8.3", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4", @@ -1273,9 +1271,9 @@ "integrity": "sha512-vFMyXtPjSAiOXOywMojxfKIqE3VWN5RCAx+tT3AS3pcKjMLFTCJFUWsKv8hC+87Z1F4W3r68qTwDFZIFmd5Xkw==" }, "node_modules/@next/eslint-plugin-next": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.1.tgz", - "integrity": "sha512-SBrOFS8PC3nQ5aeZmawJkjKkWjwK9RoxvBSv/86nZp0ubdoVQoko8r8htALd9ufp16NhacCdqhu9bzZLDWtALQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.2.tgz", + "integrity": "sha512-WGaNVvIYphdriesP6r7jq/8l7u38tzotnVQuxc1RYKLqYYApSsrebti3OCPoT3Gx0pw2smPIFHH98RzcsgW5GQ==", "dependencies": { "glob": "7.1.7" } @@ -3315,11 +3313,11 @@ } }, "node_modules/eslint-config-next": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.1.1.tgz", - "integrity": "sha512-/5S2XGWlGaiqrRhzpn51ux5JUSLwx8PVK2keLi5xk7QmhfYB8PqE6R6SlVw6hgnf/VexvUXSrlNJ/su00NhtHQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.1.2.tgz", + "integrity": "sha512-zdRAQOr8v69ZwJRtBrGqAqm160ONqKxU/pV1FB1KlgfyqveGsLZmlQ7l31otwtw763901J7xdiTVkj2y3YxXZA==", "dependencies": { - "@next/eslint-plugin-next": "13.1.1", + "@next/eslint-plugin-next": "13.1.2", "@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 0d997c0..f761b09 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", - "eslint-config-next": "^13.1.1", + "eslint-config-next": "^13.1.2", "framer-motion": "^8.4.3", "next": "^13.1.1", "react": "^18.2.0",