Skip to content

Commit e0a1178

Browse files
chore(deps-dev): bump @remix-run/eslint-config from 1.10.0 to 1.10.1 (#127)
Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.10.0 to 1.10.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11377aa commit e0a1178

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.10.0",
11+
"@remix-run/eslint-config": "^1.10.1",
1212
"@types/react": "^18.0.26",
1313
"eslint": "^8.31.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.10.0":
699-
version "1.10.0"
700-
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.10.0.tgz#de371099a18065d2a071080a83a0c55292cf495b"
701-
integrity sha512-D3yVsVMFQWRheENHF7aFBg5C+gBvbAn1+kaCQijnLLyno84vj9vY9ACum0R1Kv5qw2D1M7IryORIJ8UgTG5tlw==
698+
"@remix-run/eslint-config@^1.10.1":
699+
version "1.10.1"
700+
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.10.1.tgz#65d153d8848e70daf736cc00d8407d5939654078"
701+
integrity sha512-+yLiYkW/yCH1yau6q/R3JBPYBuf3sQ5UIAc2oPrIVw5DDZ46WciLGzVOGOMh+kTgJGjVhpRvINZfTaksJ72GAw==
702702
dependencies:
703703
"@babel/core" "^7.19.1"
704704
"@babel/eslint-parser" "^7.19.1"

0 commit comments

Comments
 (0)