Skip to content

Commit f5759b9

Browse files
committed
fix: bump versions of @typescript-eslint/eslint-plugin, @typescript-eslint/parser
1 parent 7181b71 commit f5759b9

11 files changed

+61
-52
lines changed
Binary file not shown.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
"semantic-release": "semantic-release"
2929
},
3030
"dependencies": {
31-
"@typescript-eslint/eslint-plugin": "^5.38.0",
32-
"@typescript-eslint/parser": "^5.38.0",
31+
"@typescript-eslint/eslint-plugin": "^5.38.1",
32+
"@typescript-eslint/parser": "^5.38.1",
3333
"eslint-plugin-deprecation": "^1.3.2"
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "17.1.2",
3737
"@commitlint/config-conventional": "17.1.0",
3838
"@jenssimon/eslint-config-base": "6.3.3",
39+
"@types/node": "18.7.23",
3940
"commitizen": "4.2.5",
4041
"cz-conventional-changelog": "3.3.0",
4142
"eslint": "8.24.0",

0 commit comments

Comments
 (0)