Skip to content

Commit 87c06c3

Browse files
committed
chore: upgrade react-native
1 parent b194cb1 commit 87c06c3

File tree

2 files changed

+322
-180
lines changed

2 files changed

+322
-180
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,41 +21,41 @@
2121
"url": "git+https://github.com/fjmorant/react-native-nested-listview.git"
2222
},
2323
"dependencies": {
24-
"object-hash": "2.2.0",
24+
"object-hash": "3.0.0",
2525
"use-global-hook": "0.3.0"
2626
},
2727
"peerDependencies": {
2828
"react": "*",
2929
"react-native": "*"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.16.12",
33-
"@babel/runtime": "7.16.7",
34-
"@commitlint/cli": "16.1.0",
35-
"@commitlint/config-conventional": "16.0.0",
32+
"@babel/core": "7.17.5",
33+
"@babel/runtime": "7.17.2",
34+
"@commitlint/cli": "16.2.1",
35+
"@commitlint/config-conventional": "16.2.1",
3636
"@react-native-community/eslint-config": "3.0.1",
3737
"@testing-library/jest-native": "4.0.4",
3838
"@testing-library/react-native": "9.0.0",
39-
"@types/jest": "27.4.0",
39+
"@types/jest": "27.4.1",
4040
"@types/object-hash": "2.2.1",
41-
"@types/react-native": "0.66.15",
41+
"@types/react-native": "0.67.2",
4242
"@types/react-test-renderer": "17.0.1",
4343
"@types/use-global-hook": "0.1.5",
44-
"@typescript-eslint/parser": "5.10.1",
44+
"@typescript-eslint/parser": "5.13.0",
4545
"babel-jest": "26.6.3",
4646
"codecov": "3.8.3",
4747
"eslint": "7.32.0",
4848
"eslint-plugin-prettier": "4.0.0",
4949
"husky": "7.0.4",
5050
"istanbul": "0.4.5",
5151
"istanbul-api": "3.0.0",
52-
"istanbul-reports": "3.1.3",
52+
"istanbul-reports": "3.1.4",
5353
"jest": "26.6.3",
54-
"metro-react-native-babel-preset": "0.67.0",
54+
"metro-react-native-babel-preset": "0.69.0",
5555
"prettier": "2.5.1",
5656
"prettier-eslint": "13.0.0",
5757
"react": "17.0.2",
58-
"react-native": "0.67.1",
58+
"react-native": "0.67.3",
5959
"react-test-renderer": "17.0.2",
6060
"typescript": "4.4.4"
6161
},

0 commit comments

Comments
 (0)