Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 9108cf4

Browse files
chore(deps): update typescript-eslint to v6.12.0 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent e6534c7 commit 9108cf4

File tree

7 files changed

+123
-94
lines changed

7 files changed

+123
-94
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@eslint-types/unicorn": "workspace:~",
2121
"@types/eslint": "~8.44.7",
2222
"@types/json-schema": "~7.0.15",
23-
"@types/node": "~20.9.1",
24-
"@typescript-eslint/eslint-plugin": "~6.11.0",
25-
"@typescript-eslint/parser": "~6.11.0",
23+
"@types/node": "~20.9.2",
24+
"@typescript-eslint/eslint-plugin": "~6.12.0",
25+
"@typescript-eslint/parser": "~6.12.0",
2626
"change-case": "~5.2.0",
2727
"eslint": "~8.54.0",
2828
"eslint-config-prettier": "~9.0.0",
@@ -37,8 +37,8 @@
3737
"prettier": "~3.1.0",
3838
"prettier-plugin-organize-imports": "~3.2.4",
3939
"rimraf": "~5.0.5",
40-
"tsx": "~4.1.3",
41-
"typescript": "~5.2.2"
40+
"tsx": "~4.1.4",
41+
"typescript": "~5.3.2"
4242
},
4343
"packageManager": "pnpm@8.10.5",
4444
"engines": {

0 commit comments

Comments
 (0)