Skip to content

Commit 4b0ff35

Browse files
authored
Merge pull request #36 from Quramy/upgrade-misc-pkgs
chore: upgrade some packages
2 parents 660b139 + 3c3d0e8 commit 4b0ff35

File tree

3 files changed

+1088
-1226
lines changed

3 files changed

+1088
-1226
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"devDependencies": {
3838
"@types/eslint": "^6.1.3",
3939
"@types/jest": "^25.1.4",
40-
"@types/node": "^13.9.3",
40+
"@types/node": "^14.0.6",
4141
"@typescript-eslint/eslint-plugin": "^3.0.2",
4242
"@typescript-eslint/parser": "^3.0.2",
4343
"@typescript-eslint/typescript-estree": "^3.0.2",
4444
"eslint": "^7.0.0",
4545
"eslint-config-prettier": "^6.11.0",
4646
"fretted-strings": "^1.0.0",
4747
"husky": "^4.2.5",
48-
"jest": "^25.1.0",
48+
"jest": "^26.0.1",
4949
"prettier": "^2.0.5",
5050
"pretty-quick": "^2.0.1",
5151
"rimraf": "^3.0.0",
52-
"ts-jest": "^25.2.1",
52+
"ts-jest": "^26.0.0",
5353
"typescript": "~3.9.0"
5454
},
5555
"husky": {

src/eslint-config-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ESLintConfigProvider } from "./eslint-config-provider";
66
const fixtureDirPath = path.resolve(__dirname, "../test-fixtures/eslnt-config-provider");
77

88
function readFile(path: string, encoding: string) {
9-
return fs.readFileSync(path, { encoding });
9+
return fs.readFileSync(path, { encoding: encoding as BufferEncoding });
1010
}
1111

1212
class FileUpdater {

0 commit comments

Comments
 (0)