Skip to content

Commit 8e25c99

Browse files
committedMar 14, 2023
fix(eslint-config): bump dependencies
1 parent e6c8000 commit 8e25c99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"check-update": "cliff-jumper --dry-run"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^5.54.1",
24-
"@typescript-eslint/parser": "^5.54.1",
23+
"@typescript-eslint/eslint-plugin": "^5.55.0",
24+
"@typescript-eslint/parser": "^5.55.0",
2525
"eslint": "^8.36.0",
2626
"eslint-config-prettier": "^8.7.0",
2727
"eslint-plugin-prettier": "^4.2.1",

‎packages/eslint-plugin-result/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@sapphire/result": "workspace:^",
60-
"@typescript-eslint/utils": "^5.54.1",
60+
"@typescript-eslint/utils": "^5.55.0",
6161
"tsutils": "^3.21.0",
6262
"typescript": "^4.9.5"
6363
}

0 commit comments

Comments
 (0)
Please sign in to comment.