Skip to content

Commit cfa5fa4

Browse files
chore(deps-dev): bump @remix-run/eslint-config from 1.18.1 to 1.19.0 (#291)
Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.18.1 to 1.19.0. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f1e8d7 commit cfa5fa4

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.1",
11+
"@remix-run/eslint-config": "^1.19.0",
1212
"@types/react": "^18.2.15",
1313
"eslint": "^8.45.0",
1414
"eslint-config-prettier": "^8.8.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@
724724
tiny-glob "^0.2.9"
725725
tslib "^2.4.0"
726726

727-
"@remix-run/eslint-config@^1.18.1":
728-
version "1.18.1"
729-
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.18.1.tgz#ac91fb9b1b7f1ac4ac6590ede841045119bd6143"
730-
integrity sha512-r0vjv+//isRseRShZ6RbX2bJSjQzfE7R2KOf4v1v+EVQZ59Vk0cR6UPwlxHN4Wc3jtTa2yBlLCm1H24ImKLQ4Q==
727+
"@remix-run/eslint-config@^1.19.0":
728+
version "1.19.0"
729+
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.19.0.tgz#e3bba1c25958d4bbbe694ae9cf13e0771a309aac"
730+
integrity sha512-pfGJnZ+Fv5+e/kF67K00dj1AA7okcsiUf/PqPwRr66mgGEe9CeLJQ5IZcczQx6TmIi574yy1G5sblz5L9EGlUg==
731731
dependencies:
732732
"@babel/core" "^7.21.8"
733733
"@babel/eslint-parser" "^7.21.8"

0 commit comments

Comments
 (0)