Skip to content

Commit

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

Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 2.10.2 to 2.10.3.
- [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 Jul 26, 2024
1 parent e96c0d6 commit f4ced3a
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.10.2",
"@remix-run/eslint-config": "^2.10.3",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"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.10.2":
version "2.10.2"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.10.2.tgz#9416007ba2561f25ce3a5a780d766441b2dc7481"
integrity sha512-pg1kZXUePaZMg+2gxMpaJ+t69un5anuVmw9CcuqTpPr+8QnP72NCxt0Ic88KXupajJ7GrIK7PfwUkfqNlCN6xQ==
"@remix-run/eslint-config@^2.10.3":
version "2.10.3"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.10.3.tgz#935b7af6fde0c15f98cc8ca30e644dac9b0f4f47"
integrity sha512-Poj8giCzIzbcIxmsRQ/VU3MPaN+pZH4Fbk5/XcRQbBELb1rC2CCOG7H9/MV3EfGxl2RUxrj8vEdRzY6GdQ6FDg==
dependencies:
"@babel/core" "^7.21.8"
"@babel/eslint-parser" "^7.21.8"
Expand Down

0 comments on commit f4ced3a

Please sign in to comment.