Skip to content

Commit 2776322

Browse files
committed
chore: update dependencies
1 parent 4fa8f6c commit 2776322

File tree

4 files changed

+1476
-1712
lines changed

4 files changed

+1476
-1712
lines changed

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
singleQuote: true,
3+
trailingComma: "es5"
4+
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"@babel/plugin-proposal-class-properties": "^7.4.0",
5151
"@babel/preset-env": "^7.4.3",
5252
"@babel/preset-typescript": "^7.3.3",
53-
"@callstack/eslint-config": "^4.2.0",
53+
"@callstack/eslint-config": "^9.1.0",
5454
"@types/jest": "^24.0.11",
5555
"@types/node": "^10.12.18",
56-
"@types/yargs": "^13.0.4",
57-
"@typescript-eslint/eslint-plugin": "^1.6.0",
58-
"@typescript-eslint/parser": "^1.6.0",
56+
"@types/yargs": "^15.0.0",
57+
"@typescript-eslint/eslint-plugin": "^2.15.0",
58+
"@typescript-eslint/parser": "^2.15.0",
5959
"babel-jest": "^24.7.1",
60-
"eslint": "^5.16.0",
60+
"eslint": "^6.8.0",
6161
"jest": "^24.7.1",
62-
"typescript": "^3.2.4"
62+
"typescript": "^3.7.4"
6363
},
6464
"jest": {
6565
"testRegex": "/__tests__/.*\\.(test|spec)\\.ts?$"

src/__tests__/api.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jest/no-test-callback */
12
import {
23
logkitty,
34
AndroidPriority,

0 commit comments

Comments
 (0)