Merge pull request #205 from ahmadk953/dependabot/npm_and_yarn/eslint-config-next-14.2.3

Bump eslint-config-next from 14.2.2 to 14.2.3
This commit is contained in:
Ahmad 2024-04-25 17:30:56 -04:00 committed by GitHub
commit 5b6d51df77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 14 deletions

View file

@ -59,7 +59,7 @@
"@typescript-eslint/parser": "^7.7.1", "@typescript-eslint/parser": "^7.7.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-next": "^14.2.2", "eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"postcss": "^8", "postcss": "^8",
"prettier": "^3.2.5", "prettier": "^3.2.5",

View file

@ -257,14 +257,7 @@
dependencies: dependencies:
glob "7.1.7" glob "7.1.7"
"@next/eslint-plugin-next@14.2.2": "@next/eslint-plugin-next@14.2.3", "@next/eslint-plugin-next@^14.2.3":
version "14.2.2"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.2.tgz#1eaf592ebb961e0b093e4774b0c77298af5e2e0e"
integrity sha512-q+Ec2648JtBpKiu/FSJm8HAsFXlNvioHeBCbTP12T1SGcHYwhqHULSfQgFkPgHDu3kzNp2Kem4J54bK4rPQ5SQ==
dependencies:
glob "10.3.10"
"@next/eslint-plugin-next@^14.2.3":
version "14.2.3" version "14.2.3"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.3.tgz#287ad8620e7061ba01e8d3313d464db6d217b6df" resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.3.tgz#287ad8620e7061ba01e8d3313d464db6d217b6df"
integrity sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw== integrity sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw==
@ -1694,12 +1687,12 @@ eslint-config-next@^12.0.8:
eslint-plugin-react "^7.31.7" eslint-plugin-react "^7.31.7"
eslint-plugin-react-hooks "^4.5.0" eslint-plugin-react-hooks "^4.5.0"
eslint-config-next@^14.2.2: eslint-config-next@^14.2.3:
version "14.2.2" version "14.2.3"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.2.tgz#c79f935fa63859303056778b88848b2af0d052ab" resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.3.tgz#2fb0f7c4eccda530a4b5054438162b2303786d4f"
integrity sha512-12/uFc0KX+wUs7EDpOUGKMXBXZJiBVGdK5/m/QgXOCg2mQ0bQWoKSWNrCeOg7Vum6Kw1d1TW453W6xh+GbHquw== integrity sha512-ZkNztm3Q7hjqvB1rRlOX8P9E/cXRL9ajRcs8jufEtwMfTVYRqnmtnaSu57QqHyBlovMuiB8LEzfLBkh5RYV6Fg==
dependencies: dependencies:
"@next/eslint-plugin-next" "14.2.2" "@next/eslint-plugin-next" "14.2.3"
"@rushstack/eslint-patch" "^1.3.3" "@rushstack/eslint-patch" "^1.3.3"
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0" "@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
eslint-import-resolver-node "^0.3.6" eslint-import-resolver-node "^0.3.6"