Skip to content

Commit

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

Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 2.15.1 to 2.15.2.
- [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/[email protected]/packages/remix-eslint-config)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 78a33f7 commit 395a2b1
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.15.1",
"@remix-run/eslint-config": "^2.15.2",
"@types/react": "^18.3.13",
"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.15.1":
version "2.15.1"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.15.1.tgz#fd3d40c1719326e4fd79aab265633a2d7e27c085"
integrity sha512-1H2yVGlnxAF4yWeyInJCZrEAMF6FyFsqS7EGZ21B6QeXMT0rjkmKElkB9qaGjmZl8pzS4PLE4ve9o2Ahccxrew==
"@remix-run/eslint-config@^2.15.2":
version "2.15.2"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.15.2.tgz#35f30c1cc380b994a05e95affef3fa3b3c35c2d6"
integrity sha512-zch4J6ImrEjSvCbT9qufhubm6ym8E7LgGWpRihR2KB6oZndKEnSNe4ZklrwFXxIeGG+ACFSVm9JPR0lmAcAbTg==
dependencies:
"@babel/core" "^7.21.8"
"@babel/eslint-parser" "^7.21.8"
Expand Down

0 comments on commit 395a2b1

Please sign in to comment.