Skip to content

Commit

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

Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.17.0 to 1.17.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@1.17.1/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2023
1 parent a4f4366 commit e2f3e70
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": "^1.17.0",
"@remix-run/eslint-config": "^1.17.1",
"@types/react": "^18.2.12",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,10 @@
tiny-glob "^0.2.9"
tslib "^2.4.0"

"@remix-run/eslint-config@^1.17.0":
version "1.17.0"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.17.0.tgz#a676af11ce1bd4cc5a0a5480715f1bf0d67ded84"
integrity sha512-tOIRQN1knA529DbZab/oCh5v3aMJh34auj6H9L7R/fFeOocqhQPK3EZCqdkw5GDNKjFCrfcSUMFuLVBD8Ye5Zw==
"@remix-run/eslint-config@^1.17.1":
version "1.17.1"
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.17.1.tgz#3c0b0085569ff1f3408c1774c9427e953925d1d4"
integrity sha512-LK69IywEs6VDG4HxtVg776067h2EibMV6yXN/NPQOYcUM8/q75ebTTGa2NgVr2EtgayK/OpT/94MEIERRh7zaQ==
dependencies:
"@babel/core" "^7.21.8"
"@babel/eslint-parser" "^7.21.8"
Expand Down

0 comments on commit e2f3e70

Please sign in to comment.