Skip to content

Commit c8b881b

Browse files
authored
chore: bump deps (#97)
* chore: bump deps * simplify travis
1 parent 5470de3 commit c8b881b

File tree

5 files changed

+1386
-1483
lines changed

5 files changed

+1386
-1483
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"extends": "callstack-io",
2+
"extends": "@callstack",
33
"rules": {
44
"global-require": 0,
55
"flowtype/no-weak-types": 0,
66
"strict": [0, "global"],
7-
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
7+
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
8+
"react-native/no-raw-text": 0
89
}
910
}

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '10'
3+
- '12'
44
- '8'
55
before_install:
66
- yarn global add greenkeeper-lockfile@1
@@ -9,11 +9,6 @@ before_script: greenkeeper-lockfile-update
99
script:
1010
- yarn lint && yarn typecheck && yarn test
1111
after_script: greenkeeper-lockfile-upload
12-
jobs:
13-
include:
14-
- stage: release
15-
node_js: '8'
16-
os: linux
1712
cache:
1813
yarn: true
1914
directories:

extend-expect.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global expect */
21
const { toMatchDiffSnapshot } = require('./build/');
32

43
expect.extend({ toMatchDiffSnapshot });

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"enzyme": "^3.10.0",
3434
"enzyme-adapter-react-16": "^1.14.0",
3535
"enzyme-to-json": "^3.4.0",
36-
"eslint": "^5.15.3",
37-
"eslint-config-callstack-io": "^1.1.1",
36+
"eslint": "^6.6.0",
37+
"@callstack/eslint-config": "^7.1.0",
3838
"flow-bin": "^0.111.1",
3939
"jest": "^24.0.0",
4040
"react": "^16.7.0",

0 commit comments

Comments
 (0)