Skip to content

Commit 08490b4

Browse files
authored
chore: upgrade deps (#422)
1 parent e6bd13b commit 08490b4

File tree

2 files changed

+1069
-606
lines changed

2 files changed

+1069
-606
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@
2828
"react-native": "0.68.1"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.17.5",
32-
"@babel/runtime": "7.17.2",
33-
"@commitlint/cli": "16.2.1",
34-
"@commitlint/config-conventional": "16.2.1",
35-
"@react-native-community/eslint-config": "3.0.1",
36-
"@testing-library/jest-native": "4.0.4",
31+
"@babel/core": "7.19.1",
32+
"@babel/runtime": "7.19.0",
33+
"@commitlint/cli": "17.1.2",
34+
"@commitlint/config-conventional": "17.1.0",
35+
"@react-native-community/eslint-config": "3.1.0",
36+
"@testing-library/jest-native": "4.0.12",
3737
"@testing-library/react-native": "9.0.0",
3838
"@types/jest": "27.4.1",
3939
"@types/object-hash": "2.2.1",
4040
"@types/react-native": "0.67.3",
4141
"@types/react-test-renderer": "17.0.1",
4242
"@types/use-global-hook": "0.1.5",
43-
"@typescript-eslint/parser": "5.16.0",
43+
"@typescript-eslint/parser": "5.38.0",
4444
"babel-jest": "27.5.1",
4545
"codecov": "3.8.3",
4646
"eslint": "7.32.0",
47-
"eslint-plugin-prettier": "4.0.0",
48-
"husky": "7.0.4",
47+
"eslint-plugin-prettier": "4.2.1",
48+
"husky": "8.0.1",
4949
"istanbul": "0.4.5",
5050
"istanbul-api": "3.0.0",
51-
"istanbul-reports": "3.1.4",
51+
"istanbul-reports": "3.1.5",
5252
"jest": "27.5.1",
5353
"metro-react-native-babel-preset": "0.69.0",
54-
"prettier": "2.6.0",
55-
"prettier-eslint": "13.0.0",
54+
"prettier": "2.7.1",
55+
"prettier-eslint": "15.0.1",
5656
"react": "17.0.2",
5757
"react-native": "0.68.1",
5858
"react-test-renderer": "17.0.2",
59-
"typescript": "4.4.4"
59+
"typescript": "4.8.3"
6060
},
6161
"keywords": [
6262
"react",

0 commit comments

Comments
 (0)