Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tunguyen-ct committed Jul 11, 2023
1 parent 70ef37d commit 2162a09
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 122 deletions.
6 changes: 6 additions & 0 deletions .changeset/fifty-otters-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@chotot/eslint-config-bare': minor
'@chotot/eslint-config-next': minor
---

bump versions
4 changes: 2 additions & 2 deletions packages/eslint-config-bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "1.3.2",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint-import-resolver-node": "0.3.7",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5"
Expand Down
8 changes: 6 additions & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
],
"dependencies": {
"@chotot/eslint-plugin-chotot": "workspace:*",
"@typescript-eslint/eslint-plugin": "5.61.0",
"eslint-config-next": "13.4.8"
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint-config-next": "13.4.8",
"eslint-import-resolver-node": "0.3.7",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5"
},
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
Expand Down
Loading

0 comments on commit 2162a09

Please sign in to comment.