Skip to content

Commit

Permalink
chore(eslint-config-kksweb): upgrade prettier, typescript-eslint, and…
Browse files Browse the repository at this point in the history
… typescript deps
  • Loading branch information
wellyshen committed Jun 24, 2021
1 parent d5c1ea7 commit 9848c19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-avocados-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kks-web/eslint-config-kksweb": patch
---

chore(eslint-config-kksweb): upgrade deps
10 changes: 5 additions & 5 deletions packages/eslint-config-kksweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
Expand All @@ -35,11 +35,11 @@
},
"devDependencies": {
"eslint": "^7.2.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"prettier": "^2.3.1",
"typescript": "^4.3.4"
},
"peerDependencies": {
"eslint": "^7.2.0",
"typescript": "^4.2.4"
"typescript": "^4.3.4"
}
}

0 comments on commit 9848c19

Please sign in to comment.