Skip to content

Commit

Permalink
Merge pull request #36 from Quramy/upgrade-misc-pkgs
Browse files Browse the repository at this point in the history
chore: upgrade some packages
  • Loading branch information
Quramy authored May 30, 2020
2 parents 660b139 + 3c3d0e8 commit 4b0ff35
Show file tree
Hide file tree
Showing 3 changed files with 1,088 additions and 1,226 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"devDependencies": {
"@types/eslint": "^6.1.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.3",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@typescript-eslint/typescript-estree": "^3.0.2",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"fretted-strings": "^1.0.0",
"husky": "^4.2.5",
"jest": "^25.1.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.0",
"ts-jest": "^25.2.1",
"ts-jest": "^26.0.0",
"typescript": "~3.9.0"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ESLintConfigProvider } from "./eslint-config-provider";
const fixtureDirPath = path.resolve(__dirname, "../test-fixtures/eslnt-config-provider");

function readFile(path: string, encoding: string) {
return fs.readFileSync(path, { encoding });
return fs.readFileSync(path, { encoding: encoding as BufferEncoding });
}

class FileUpdater {
Expand Down
Loading

0 comments on commit 4b0ff35

Please sign in to comment.