Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1729ce

Browse files
fix: update typescript-eslint packages to v8.5.0
1 parent 895ef57 commit f1729ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/node": "20.16.5",
7575
"@types/semver": "^7.5.8",
7676
"@types/yargs": "^17.0.33",
77-
"@typescript-eslint/rule-tester": "8.2.0",
77+
"@typescript-eslint/rule-tester": "8.5.0",
7878
"chalk": "4.1.2",
7979
"commitizen": "4.3.0",
8080
"cz-conventional-changelog": "3.3.0",
@@ -101,7 +101,7 @@
101101
"tslib": "^2.4.1",
102102
"tsx": "^4.7.3",
103103
"typescript": "5.5.4",
104-
"typescript-eslint": "8.2.0",
104+
"typescript-eslint": "8.5.0",
105105
"verdaccio": "5.32.2",
106106
"yargs": "17.7.2"
107107
},

packages/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"strip-json-comments": "3.1.1"
4444
},
4545
"devDependencies": {
46-
"@typescript-eslint/utils": "8.2.0",
46+
"@typescript-eslint/utils": "8.5.0",
4747
"eslint": "9.9.1"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)