Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany committed Jan 9, 2020
1 parent 4fa8f6c commit 2776322
Show file tree
Hide file tree
Showing 4 changed files with 1,476 additions and 1,712 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
singleQuote: true,
trailingComma: "es5"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@callstack/eslint-config": "^4.2.0",
"@callstack/eslint-config": "^9.1.0",
"@types/jest": "^24.0.11",
"@types/node": "^10.12.18",
"@types/yargs": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"@types/yargs": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-jest": "^24.7.1",
"eslint": "^5.16.0",
"eslint": "^6.8.0",
"jest": "^24.7.1",
"typescript": "^3.2.4"
"typescript": "^3.7.4"
},
"jest": {
"testRegex": "/__tests__/.*\\.(test|spec)\\.ts?$"
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/api.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable jest/no-test-callback */
import {
logkitty,
AndroidPriority,
Expand Down
Loading

0 comments on commit 2776322

Please sign in to comment.