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

Update all dependencies #247

Merged
merged 5 commits into from Feb 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -14,53 +14,53 @@
"lint-staged": "pretty-quick --staged && lint-staged"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.15.14",
"@react-native-async-storage/async-storage": "1.15.17",
"@unimodules/core": "7.2.0",
"@unimodules/react-native-adapter": "6.5.0",
"axios": "0.24.0",
"axios": "0.25.0",
"crypto-js": "4.1.1",
"email-validator": "2.0.4",
"expo": "43.0.4",
"expo-app-loading": "1.2.1",
"expo-font": "10.0.3",
"expo-haptics": "11.0.3",
"expo-location": "13.0.4",
"expo": "44.0.6",
"expo-app-loading": "~1.2.1",
"expo-font": "10.0.5",
"expo-haptics": "~11.0.3",
"expo-location": "~13.0.4",
"global": "4.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native-maps": "0.28.1",
"react-native-select-multiple": "2.1.0",
"react-native-vector-icons": "9.0.0",
"react-native-web": "0.14.13"
"react-native-web": "0.17.5"
},
"devDependencies": {
"@babel/core": "7.16.5",
"@googlemaps/google-maps-services-js": "3.3.7",
"@babel/core": "7.17.0",
"@googlemaps/google-maps-services-js": "3.3.8",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.0.0",
"@types/crypto-js": "4.0.2",
"@types/jest": "27.0.3",
"@types/react": "17.0.37",
"@types/react-native": "0.66.9",
"@types/crypto-js": "4.1.0",
"@types/jest": "27.4.0",
"@types/react": "17.0.39",
"@types/react-native": "0.66.15",
"@types/react-native-vector-icons": "6.4.10",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-jest": "27.4.5",
"eas-cli": "0.41.0",
"eslint": "7.32.0",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"babel-jest": "27.4.6",
"eas-cli": "0.46.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"expo-cli": "5.0.1",
"eslint-plugin-react": "7.28.0",
"expo-cli": "5.0.3",
"husky": "7.0.4",
"jest-expo": "43.0.1",
"lint-staged": "12.1.2",
"lint-staged": "12.3.3",
"prettier": "2.5.1",
"pretty-quick": "3.1.2",
"pretty-quick": "3.1.3",
"react-test-renderer": "17.0.2",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"jest": {
"projects": [
Expand Down