Skip to content

Commit 8347079

Browse files
author
Kadi Kraman
authored
Merge pull request #433 from FormidableLabs/chore/update-dependencies
Chore/update dependencies
2 parents 2fb73a6 + f43440f commit 8347079

File tree

3 files changed

+2013
-2659
lines changed

3 files changed

+2013
-2659
lines changed

.all-contributorsrc

Lines changed: 0 additions & 79 deletions
This file was deleted.

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"types": "index.d.ts",
77
"scripts": {
88
"test": "jest",
9-
"lint": "eslint .",
10-
"precommit": "lint-staged"
9+
"lint": "eslint ."
1110
},
1211
"lint-staged": {
1312
"*.js": [
@@ -39,6 +38,7 @@
3938
"auth",
4039
"authentication",
4140
"oauth",
41+
"oauth2",
4242
"appauth"
4343
],
4444
"author": "kadi.kraman@formidable.com",
@@ -47,32 +47,32 @@
4747
"react-native": ">=0.60.0"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.7.7",
51-
"@babel/runtime": "^7.7.7",
52-
"all-contributors-cli": "^4.9.1",
53-
"babel-eslint": "^8.0.2",
54-
"babel-jest": "^24.9.0",
55-
"babel-preset-env": "^1.6.1",
56-
"eslint": "4.18.2",
57-
"eslint-config-formidable": "^3.0.0",
58-
"eslint-config-prettier": "^2.9.0",
59-
"eslint-plugin-filenames": "^1.2.0",
60-
"eslint-plugin-import": "^2.8.0",
61-
"eslint-plugin-jest": "^21.3.2",
62-
"eslint-plugin-prettier": "^2.6.0",
63-
"husky": "^0.14.3",
64-
"jest": "^24.9.0",
65-
"lint-staged": "^6.1.0",
66-
"metro-react-native-babel-preset": "^0.57.0",
67-
"prettier": "1.10.2",
50+
"babel-eslint": "10.0.3",
51+
"eslint": "6.8.0",
52+
"eslint-config-formidable": "4.0.0",
53+
"eslint-config-prettier": "6.9.0",
54+
"eslint-plugin-filenames": "1.3.2",
55+
"eslint-plugin-import": "2.19.1",
56+
"eslint-plugin-jest": "23.3.0",
57+
"eslint-plugin-prettier": "3.1.2",
58+
"eslint-plugin-promise": "4.2.1",
59+
"husky": "4.0.1",
60+
"jest": "24.9.0",
61+
"lint-staged": "9.5.0",
62+
"prettier": "1.19.1",
6863
"react": "16.9.0",
6964
"react-native": "0.61.5"
7065
},
7166
"dependencies": {
72-
"invariant": "^2.2.4",
73-
"react-native-base64": "^0.0.2"
67+
"invariant": "2.2.4",
68+
"react-native-base64": "0.0.2"
7469
},
7570
"jest": {
7671
"preset": "react-native"
72+
},
73+
"husky": {
74+
"hooks": {
75+
"pre-commit": "lint-staged"
76+
}
7777
}
7878
}

0 commit comments

Comments
 (0)