Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v5
Browse files Browse the repository at this point in the history
| datasource | package                               | from   | to     |
| ---------- | ------------------------------------- | ------ | ------ |
| npm        | @typescript-eslint/eslint-plugin      | 4.25.0 | 5.60.0 |
| npm        | @typescript-eslint/experimental-utils | 4.25.0 | 5.60.0 |
| npm        | @typescript-eslint/parser             | 4.25.0 | 5.60.0 |
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent 58f21b7 commit 9a80140
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 117 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@types/eslint": "^7.2.11",
"@types/estree": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
Expand All @@ -33,7 +33,7 @@
"singleQuote": false
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.25.0",
"@typescript-eslint/experimental-utils": "^5.60.0",
"compare-versions": "^3.6.0",
"tslib": "^2.2.0"
},
Expand Down
Loading

0 comments on commit 9a80140

Please sign in to comment.