Skip to content

Commit

Permalink
Merge pull request #60 from conjure-cp/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…-config-next-14.2.5

Bump eslint-config-next from 14.2.4 to 14.2.5
  • Loading branch information
ozgurakgun authored Aug 2, 2024
2 parents d20901b + 6e226aa commit b62ce1c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
27 changes: 12 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1007,9 +1007,9 @@
version "14.2.5"
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.5.tgz#1d9328ab828711d3517d0a1d505acb55e5ef7ad0"

"@next/[email protected].4":
version "14.2.4"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.4.tgz#c7f965cb76f0b454e726ef0f69157c4fb4e28f53"
"@next/[email protected].5":
version "14.2.5"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.5.tgz#f7e3ff3efe40a2855e5f29bc2692175f85913ba8"
dependencies:
glob "10.3.10"

Expand Down Expand Up @@ -1797,11 +1797,11 @@ escape-string-regexp@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"

eslint-config-next@^14.2.4:
version "14.2.4"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.4.tgz#eb0bedfe4a894bc2aea918214bb5243ee4fa7d4b"
eslint-config-next@^14.2.5:
version "14.2.5"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.5.tgz#cdd43d89047eb7391ba25445d5855b4600b6adb9"
dependencies:
"@next/eslint-plugin-next" "14.2.4"
"@next/eslint-plugin-next" "14.2.5"
"@rushstack/eslint-patch" "^1.3.3"
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
eslint-import-resolver-node "^0.3.6"
Expand Down

0 comments on commit b62ce1c

Please sign in to comment.