Skip to content

Commit 9c03f15

Browse files
chore(deps-dev): bump @remix-run/eslint-config from 1.18.0 to 1.18.1 (#280)
Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.18.0 to 1.18.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/[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>
1 parent 8ffe13a commit 9c03f15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint:fix": "yarn lint --fix"
99
},
1010
"devDependencies": {
11-
"@remix-run/eslint-config": "^1.18.0",
11+
"@remix-run/eslint-config": "^1.18.1",
1212
"@types/react": "^18.2.14",
1313
"eslint": "^8.44.0",
1414
"eslint-config-prettier": "^8.8.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,10 @@
716716
tiny-glob "^0.2.9"
717717
tslib "^2.4.0"
718718

719-
"@remix-run/eslint-config@^1.18.0":
720-
version "1.18.0"
721-
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.18.0.tgz#7fc30554ebc4b23425fb31846b015db63f637589"
722-
integrity sha512-QOHGfHG8AbXnEFXMUIjPYNcN/Z4EGZ9AR6vBrZ2k5fV1m0YhxbR9Y0OXHkHn/T9F2ek7sAHmuuVF66ppNn2mjQ==
719+
"@remix-run/eslint-config@^1.18.1":
720+
version "1.18.1"
721+
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.18.1.tgz#ac91fb9b1b7f1ac4ac6590ede841045119bd6143"
722+
integrity sha512-r0vjv+//isRseRShZ6RbX2bJSjQzfE7R2KOf4v1v+EVQZ59Vk0cR6UPwlxHN4Wc3jtTa2yBlLCm1H24ImKLQ4Q==
723723
dependencies:
724724
"@babel/core" "^7.21.8"
725725
"@babel/eslint-parser" "^7.21.8"

0 commit comments

Comments
 (0)