Skip to content

Commit

Permalink
feat(typescript-eslint): Bump typescript-eslint semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Aug 8, 2023
1 parent db1a445 commit 336d485
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 142 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"devDependencies": {
"@eslint/js": ">=8.42.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": ">=5.59.11",
"@typescript-eslint/parser": ">=5.59.11",
"@typescript-eslint/eslint-plugin": ">=6.3.0",
"@typescript-eslint/parser": ">=6.3.0",
"eslint": ">=8.42.0",
"typescript": ">=3.3.1 <5.1.0"
"typescript": ">=4.3.5 <5.2.0"
},
"peerDependencies": {
"@eslint/js": ">=8.42.0",
"@typescript-eslint/eslint-plugin": ">=5.59.11",
"@typescript-eslint/parser": ">=5.59.11",
"@typescript-eslint/eslint-plugin": ">=6.3.0",
"@typescript-eslint/parser": ">=6.3.0",
"eslint": ">=8.42.0",
"typescript": ">=3.3.1 <5.1.0"
"typescript": ">=4.3.5 <5.2.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
Loading

0 comments on commit 336d485

Please sign in to comment.