Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Apr 9, 2024
1 parent ea38a12 commit f2be195
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 186 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/client": "^3.9.10",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.1",
"@jumpn/utils-graphql": "^0.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "7.6.3",
"@react-native-community/datetimepicker": "7.6.4",
"@react-native-community/slider": "4.5.0",
"@react-native-picker/picker": "2.7.2",
"@react-navigation/drawer": "^6.6.15",
Expand All @@ -30,7 +30,7 @@
"@types/axios": "^0.14.0",
"apollo-link-token-refresh": "^0.6.0",
"axios": "^1.6.8",
"expo": "~50.0.14",
"expo": "~50.0.15",
"expo-av": "~13.10.5",
"expo-document-picker": "~11.10.1",
"expo-font": "~11.10.3",
Expand All @@ -56,16 +56,16 @@
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.17.0",
"@types/react": "~18.2.73",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.41.0",
"@types/react": "~18.2.75",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -74,7 +74,7 @@
"jest-expo": "^50.0.4",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"private": true
}
Loading

0 comments on commit f2be195

Please sign in to comment.