Skip to content

Commit 68f145b

Browse files
chore(deps-dev): bump @remix-run/eslint-config from 1.8.2 to 1.9.0 (#108)
Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.8.2 to 1.9.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 472c791 commit 68f145b

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.8.2",
11+
"@remix-run/eslint-config": "^1.9.0",
1212
"@types/react": "^18.0.26",
1313
"eslint": "^8.29.0",
1414
"eslint-plugin-markdown": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,10 @@
695695
tiny-glob "^0.2.9"
696696
tslib "^2.4.0"
697697

698-
"@remix-run/eslint-config@^1.8.2":
699-
version "1.8.2"
700-
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.8.2.tgz#823839421ff3ee7a6b7a57b7494b8bf8159e4c44"
701-
integrity sha512-wHjDFXIQiXvjyyXVr0KdtcIpEXTgyQv+HipwtKZi7R81n9iXZ+4XqXzOuU+DBJ2RPxrMHh9qHCXhllRXPxE0Rw==
698+
"@remix-run/eslint-config@^1.9.0":
699+
version "1.9.0"
700+
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.9.0.tgz#9a7e35c61f703165657dd3126bc1cb2424989fc6"
701+
integrity sha512-SPEY+FqvYrlpqYpvPPKd/2dlKzd9Vlxa2HkvKqIHtaiBFUGX9GWnKRro6b5KQ6IU0K5wupCJXG4/bw1CYd8pFg==
702702
dependencies:
703703
"@babel/core" "^7.19.1"
704704
"@babel/eslint-parser" "^7.19.1"

0 commit comments

Comments
 (0)