Skip to content

Commit

Permalink
chore(deps): update eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 6bd11b4 commit af2d2fe
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 170 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"typedoc-material-theme": "^1.1.0",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-mdn-links": "^3.2.11",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/command-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/pino-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit af2d2fe

Please sign in to comment.