Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit ec76bc2

Browse files
committed
Update all dependencies
1 parent 8bcd4fb commit ec76bc2

3 files changed

Lines changed: 234 additions & 182 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Run all test suites
2121
run: |
2222
yarn jest --coverage --forceExit
23-
- uses: codecov/codecov-action@v2
23+
- uses: codecov/codecov-action@v3
2424
with:
2525
token: ${{secrets.CODECOV_TOKEN}}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"expo-linking": "~2.4.2",
2828
"expo-location": "~13.0.4",
2929
"global": "4.4.0",
30-
"react": "17.0.2",
31-
"react-dom": "17.0.2",
30+
"react": "18.0.0",
31+
"react-dom": "18.0.0",
3232
"react-native": "0.64.3",
3333
"react-native-check-box": "2.1.7",
3434
"react-native-maps": "0.28.1",
@@ -38,22 +38,22 @@
3838
"react-native-web": "0.17.7"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "7.17.8",
42-
"@googlemaps/google-maps-services-js": "3.3.11",
43-
"@testing-library/react-hooks": "7.0.2",
44-
"@testing-library/react-native": "9.0.0",
41+
"@babel/core": "7.17.9",
42+
"@googlemaps/google-maps-services-js": "3.3.12",
43+
"@testing-library/react-hooks": "8.0.0",
44+
"@testing-library/react-native": "9.1.0",
4545
"@types/crypto-js": "4.1.1",
4646
"@types/jest": "27.4.1",
47-
"@types/react": "17.0.42",
48-
"@types/react-native": "0.67.3",
47+
"@types/react": "18.0.3",
48+
"@types/react-native": "0.67.4",
4949
"@types/react-native-check-box": "2.1.2",
5050
"@types/react-native-vector-icons": "6.4.10",
51-
"@types/react-test-renderer": "17.0.1",
52-
"@typescript-eslint/eslint-plugin": "5.16.0",
53-
"@typescript-eslint/parser": "5.16.0",
51+
"@types/react-test-renderer": "18.0.0",
52+
"@typescript-eslint/eslint-plugin": "5.19.0",
53+
"@typescript-eslint/parser": "5.19.0",
5454
"babel-jest": "27.5.1",
55-
"eas-cli": "0.48.2",
56-
"eslint": "8.11.0",
55+
"eas-cli": "0.50.0",
56+
"eslint": "8.13.0",
5757
"eslint-config-prettier": "8.5.0",
5858
"eslint-plugin-prettier": "4.0.0",
5959
"eslint-plugin-react": "7.29.4",
@@ -62,10 +62,10 @@
6262
"jest-expo": "43.0.1",
6363
"lint-staged": "12.3.7",
6464
"peer-types": "1.0.5",
65-
"prettier": "2.6.0",
65+
"prettier": "2.6.2",
6666
"pretty-quick": "3.1.3",
67-
"react-test-renderer": "17.0.2",
68-
"typescript": "4.6.2"
67+
"react-test-renderer": "18.0.0",
68+
"typescript": "4.6.3"
6969
},
7070
"jest": {
7171
"projects": [

0 commit comments

Comments
 (0)