Skip to content

Commit

Permalink
chore(deps-dev): bump @remix-run/eslint-config from 2.12.1 to 2.13.1 (#…
Browse files Browse the repository at this point in the history
…546)

Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 2.12.1 to 2.13.1.
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.13.1/packages/remix-eslint-config)

---
updated-dependencies:
- dependency-name: "@remix-run/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1e09726 commit 06fc088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint:fix": "yarn lint --fix"
},
"devDependencies": {
"@remix-run/eslint-config": "^2.12.1",
"@remix-run/eslint-config": "^2.13.1",
"@types/react": "^18.3.11",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@remix-run/eslint-config@^2.12.1":
version "2.12.1"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.12.1.tgz#c275223f442ddc4240db1293a7fceb4c69e5e2a1"
integrity sha512-R/1zoLdI7ld8J2+LmFbb0BQAkcdjPYHX8wO7b3zEmoLDBdv2B6nHPBDigIHHzP8XROIlUaZJ5/cpqX8Y9U2O+Q==
"@remix-run/eslint-config@^2.13.1":
version "2.13.1"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.13.1.tgz#31ee077e9fb98aad90ee6b856991d42a19ce0d52"
integrity sha512-UNWRHYa++pWrO6qxNI9z7KrmD0/wncWjS36TujoPmlnVDQ2pKIhNZwBi6otJQIuI8TdUPBZstJNgRJ0TWYok6A==
dependencies:
"@babel/core" "^7.21.8"
"@babel/eslint-parser" "^7.21.8"
Expand Down

0 comments on commit 06fc088

Please sign in to comment.