Skip to content

Commit

Permalink
Upgrade TypeScript. Pin ESLint version to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanelian committed May 12, 2020
1 parent 975c9a4 commit 9a6a1e7
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 82 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -80,7 +80,7 @@
"sass": "1.26.5",
"say": "0.16.0",
"source-map": "0.6.1",
"typescript": "3.8.3",
"typescript": "3.9.2",
"upath": "1.2.0",
"vue-loader": "15.9.2",
"vue-style-loader": "4.1.2",
Expand All @@ -100,10 +100,10 @@
"@types/progress": "^2.0.3",
"@types/sass": "^1.16.0",
"@types/yargs": "^15.0.4",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"@typescript-eslint/eslint-plugin": "2.33.0",
"@typescript-eslint/parser": "2.33.0",
"ava": "3.8.2",
"eslint": "7.0.0",
"eslint": "6.8.0",
"memory-fs": "0.5.0"
}
}

0 comments on commit 9a6a1e7

Please sign in to comment.