Skip to content

Commit

Permalink
Merge pull request #45 from codetakt/upgrade-typescript-eslint
Browse files Browse the repository at this point in the history
typescript-eslintのバージョンをeslint-config-codetakt-tsと合わせる
  • Loading branch information
taichiro authored Dec 3, 2021
2 parents 3982c09 + b28dfb6 commit d697bb6
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 74 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"vue.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-standard": "14.1.1",
Expand All @@ -30,8 +30,8 @@
"prettier": "2.1.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "3.10.x",
"@typescript-eslint/parser": "3.10.x",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "7.7.x",
"eslint-config-prettier": "6.11.x",
"eslint-config-standard": "14.1.x",
Expand All @@ -43,5 +43,9 @@
"eslint-plugin-standard": "4.0.x",
"eslint-plugin-vue": "6.2.x",
"prettier": "2.1.x"
},
"volta": {
"node": "12.16.2",
"yarn": "1.22.17"
}
}
Loading

0 comments on commit d697bb6

Please sign in to comment.