Skip to content

Commit

Permalink
chore(deps): update eslint dependencies to ^6.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 7, 2024
1 parent 2574dd9 commit c983d13
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@hazmi35/eslint-config": "^11.0.0",
"@types/ws": "^8.5.10",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@hazmi35/eslint-config": "^11.0.0",
"@types/node": "^20.10.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit c983d13

Please sign in to comment.