Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v6.12.0 (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 26f0aa3 commit f7c21f1
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/_typescript-eslint_eslint-plugin-6.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ckt1031/eslint-config': patch
---

Updated dependency `@typescript-eslint/eslint-plugin` to `6.12.0`.
5 changes: 5 additions & 0 deletions .changeset/_typescript-eslint_parser-6.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ckt1031/eslint-config': patch
---

Updated dependency `@typescript-eslint/parser` to `6.12.0`.
4 changes: 2 additions & 2 deletions apps/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test": "vitest run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"deepmerge": "4.3.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-autofix": "1.1.0",
Expand Down
95 changes: 42 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7c21f1

Please sign in to comment.