|
22 | 22 | "hasura:down": "cd hasura; docker-compose down",
|
23 | 23 | "hasura:logs": "cd hasura; docker-compose logs -f",
|
24 | 24 | "hasura:console": "cd hasura; hasura console",
|
25 |
| - "hasura:arm64:up": "cd hasura; docker-compose -f docker-compose.yml -f docker-compose.arm64.yml up", |
26 |
| - "hasura:arm64:down": "cd hasura; docker-compose -f docker-compose.yml -f docker-compose.arm64.yml down", |
27 |
| - "hasura:arm64:logs": "cd hasura; docker-compose -f docker-compose.yml -f docker-compose.arm64.yml logs -f", |
28 | 25 | "test": "jest",
|
29 | 26 | "test:silent": "jest --silent --detectOpenHandles --forceExit",
|
30 | 27 | "test:watch": "yarn test --watch",
|
31 | 28 | "test:coverage": "yarn test --coverage; open coverage/lcov-report/index.html"
|
32 | 29 | },
|
33 | 30 | "dependencies": {
|
34 |
| - "@expo/vector-icons": "^12.0.0", |
35 |
| - "@react-native-async-storage/async-storage": "~1.15.0", |
36 |
| - "@react-native-community/netinfo": "6.0.0", |
| 31 | + "@babel/types": "^7.22.5", |
| 32 | + "@expo/cli": "^0.10.11", |
| 33 | + "@expo/vector-icons": "^13.0.0", |
| 34 | + "@expo/webpack-config": "^18.1.2", |
| 35 | + "@react-native-async-storage/async-storage": "1.18.2", |
| 36 | + "@react-native-community/netinfo": "^9.4.1", |
37 | 37 | "@react-navigation/native": "^6.0.2",
|
38 | 38 | "@react-navigation/stack": "^6.0.7",
|
39 |
| - "@testing-library/jest-native": "^3.4.3", |
40 |
| - "@testing-library/react-hooks": "^7.0.2", |
41 |
| - "@testing-library/react-native": "8.0.0-rc.0", |
| 39 | + "@tanstack/query-async-storage-persister": "^4.32.1", |
| 40 | + "@tanstack/query-sync-storage-persister": "^4.32.1", |
| 41 | + "@tanstack/react-query": "^4.32.1", |
| 42 | + "@tanstack/react-query-persist-client": "^4.32.1", |
| 43 | + "@testing-library/jest-native": "^5.4.2", |
| 44 | + "@testing-library/react-hooks": "^8.0.1", |
| 45 | + "@testing-library/react-native": "^12.2.0", |
42 | 46 | "color": "^3.1.3",
|
43 |
| - "expo": "^42.0.0", |
44 |
| - "expo-constants": "~11.0.1", |
45 |
| - "expo-font": "~9.2.1", |
46 |
| - "expo-status-bar": "~1.0.4", |
| 47 | + "expo": "^49.0.0", |
| 48 | + "expo-constants": "~14.4.2", |
| 49 | + "expo-font": "~11.4.0", |
| 50 | + "expo-status-bar": "~1.6.0", |
47 | 51 | "graphql": "^15.5.0",
|
48 |
| - "graphql-request": "^3.4.0", |
49 |
| - "msw": "^0.26.2", |
50 |
| - "react": "16.13.1", |
51 |
| - "react-dom": "16.13.1", |
| 52 | + "graphql-request": "^6.1.0", |
| 53 | + "msw": "^1.2.3", |
| 54 | + "react": "18.2.0", |
| 55 | + "react-dom": "18.2.0", |
52 | 56 | "react-error-boundary": "^3.1.3",
|
53 |
| - "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", |
54 |
| - "react-native-gesture-handler": "~1.10.2", |
55 |
| - "react-native-paper": "^4.9.2", |
56 |
| - "react-native-reanimated": "~2.2.0", |
57 |
| - "react-native-safe-area-context": "3.2.0", |
58 |
| - "react-native-screens": "~3.4.0", |
59 |
| - "react-native-web": "~0.13.12", |
60 |
| - "react-query": "^3.32.3" |
| 57 | + "react-native": "0.72.3", |
| 58 | + "react-native-gesture-handler": "~2.12.0", |
| 59 | + "react-native-paper": "^4.12.4", |
| 60 | + "react-native-reanimated": "~3.3.0", |
| 61 | + "react-native-safe-area-context": "^4.7.1", |
| 62 | + "react-native-screens": "~3.22.0", |
| 63 | + "react-native-vector-icons": "^10.0.0", |
| 64 | + "react-native-web": "~0.19.6" |
61 | 65 | },
|
62 | 66 | "devDependencies": {
|
63 |
| - "@babel/core": "~7.9.0", |
64 |
| - "@callstack/eslint-config": "^10.1.0", |
65 |
| - "@expo/config": "^3.3.27", |
66 |
| - "@graphql-codegen/cli": "^2.3.0", |
67 |
| - "@graphql-codegen/typescript": "^2.4.0", |
68 |
| - "@graphql-codegen/typescript-graphql-request": "^4.3.0", |
69 |
| - "@graphql-codegen/typescript-operations": "^2.2.0", |
70 |
| - "@graphql-codegen/typescript-react-query": "^3.2.0", |
| 67 | + "@babel/core": "^7.20.0", |
| 68 | + "@callstack/eslint-config": "^13.0.2", |
| 69 | + "@expo/config": "~8.1.1", |
| 70 | + "@graphql-codegen/cli": "^5.0.0", |
| 71 | + "@graphql-codegen/typescript": "^4.0.1", |
| 72 | + "@graphql-codegen/typescript-graphql-request": "^5.0.0", |
| 73 | + "@graphql-codegen/typescript-operations": "^4.0.1", |
| 74 | + "@graphql-codegen/typescript-react-query": "^4.1.0", |
71 | 75 | "@types/base-64": "^0.1.3",
|
72 | 76 | "@types/color": "^3.0.1",
|
73 | 77 | "@types/jest": "^26.0.24",
|
74 |
| - "@types/react": "~16.9.35", |
75 |
| - "@types/react-dom": "~16.9.8", |
| 78 | + "@types/react": "~18.2.14", |
| 79 | + "@types/react-dom": "~18.0.10", |
76 | 80 | "@types/react-native": "~0.63.2",
|
77 | 81 | "babel-jest": "~25.2.6",
|
78 | 82 | "babel-plugin-module-resolver": "^4.1.0",
|
79 |
| - "eslint": "^7.32.0", |
| 83 | + "eslint": "^8.46.0", |
80 | 84 | "eslint-import-resolver-alias": "^1.1.2",
|
81 |
| - "eslint-plugin-prettier": "^4.0.0", |
82 |
| - "jest": "^26.4.2", |
83 |
| - "jest-expo": "^42.1.0", |
84 |
| - "prettier": "^2.3.2", |
85 |
| - "typescript": "~4.4.3" |
| 85 | + "eslint-plugin-prettier": "^5.0.0", |
| 86 | + "jest": "^29.6.2", |
| 87 | + "jest-expo": "^49.0.0", |
| 88 | + "prettier": "^3.0.0", |
| 89 | + "typescript": "^5.1.3" |
86 | 90 | }
|
87 | 91 | }
|
0 commit comments