Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed May 4, 2024
1 parent 5e84c7e commit 8757f95
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 265 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@apollo/client": "^3.10.2",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@expo/vector-icons": "^13.0.0",
"@expo/vector-icons": "^14.0.1",
"@expo/webpack-config": "^19.0.1",
"@jumpn/utils-graphql": "^0.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
Expand All @@ -41,31 +41,31 @@
"moment": "^2.29.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.0",
"react-native": "0.74.1",
"react-native-dotenv": "^3.4.8",
"react-native-emoji-picker": "^0.2.2",
"react-native-emoji-selector": "^0.2.0",
"react-native-gesture-handler": "~2.16.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-pager-view": "6.3.1",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "^3.9.0",
"react-native-reanimated": "^3.10.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-tab-view": "^3.5.1",
"react-native-web": "~0.19.11"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.4.5",
"@testing-library/react-native": "^12.5.0",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.17.0",
"@types/react": "~18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^9.1.1",
"@types/lodash": "^4.17.1",
"@types/react": "~18.3.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down
Loading

0 comments on commit 8757f95

Please sign in to comment.