|
17 | 17 | "build-prod:ios": "expo build:ios",
|
18 | 18 | "upload:android": "expo upload:android --key ./api-key-play-store.json --latest --track internal",
|
19 | 19 | "upload:ios": "fastlane deliver --ipa app.ipa --api_key_path ./api-key-app-store.json --force true --fix-ios-deploy false",
|
20 |
| - "publish-prod": "yarn upload:android && yarn upload:ios" |
| 20 | + "publish-prod": "yarn upload:android && yarn upload:ios", |
| 21 | + "postinstall": "patch-package" |
21 | 22 | },
|
22 | 23 | "jest": {
|
23 | 24 | "preset": "jest-expo",
|
|
40 | 41 | "dependencies": {
|
41 | 42 | "@apollo/client": "^3.4.17",
|
42 | 43 | "@expo/metro-config": "^0.2.8",
|
43 |
| - "@expo/vector-icons": "^12.0.0", |
| 44 | + "@expo/vector-icons": "^13.0.0", |
44 | 45 | "@native-html/iframe-plugin": "^2.6.1",
|
45 | 46 | "@native-html/table-plugin": "^5.3.1",
|
46 |
| - "@react-native-async-storage/async-storage": "~1.15.0", |
47 |
| - "@react-native-community/datetimepicker": "4.0.0", |
| 47 | + "@react-native-async-storage/async-storage": "~1.17.3", |
| 48 | + "@react-native-community/datetimepicker": "6.2.0", |
48 | 49 | "@react-native-community/masked-view": "<=0.1.10",
|
49 | 50 | "@react-native-community/picker": "^1.8.1",
|
50 | 51 | "@react-navigation/bottom-tabs": "6.0.9",
|
|
53 | 54 | "@socialgouv/nos1000jours-lib": "1.2.1",
|
54 | 55 | "babel-plugin-inline-dotenv": "^1.6.0",
|
55 | 56 | "date-fns": "^2.25.0",
|
56 |
| - "expo": "^44.0.0", |
57 |
| - "expo-analytics-segment": "~11.1.2", |
58 |
| - "expo-application": "~4.0.1", |
59 |
| - "expo-asset": "~8.4.6", |
| 57 | + "expo": "^46.0.0", |
| 58 | + "expo-analytics-segment": "~11.2.1", |
| 59 | + "expo-application": "~4.2.2", |
| 60 | + "expo-asset": "~8.6.1", |
60 | 61 | "expo-asset-utils": "^2.0.0",
|
61 |
| - "expo-calendar": "~10.1.0", |
62 |
| - "expo-cli": "^4.12.12", |
63 |
| - "expo-constants": "~13.0.1", |
64 |
| - "expo-device": "~4.1.0", |
65 |
| - "expo-file-system": "~13.1.4", |
66 |
| - "expo-font": "~10.0.4", |
67 |
| - "expo-linking": "~3.0.0", |
68 |
| - "expo-localization": "~12.0.0", |
69 |
| - "expo-location": "~14.0.1", |
70 |
| - "expo-notifications": "~0.14.0", |
71 |
| - "expo-splash-screen": "~0.14.1", |
72 |
| - "expo-status-bar": "~1.2.0", |
73 |
| - "expo-updates": "~0.11.7", |
74 |
| - "expo-web-browser": "~10.1.0", |
| 62 | + "expo-calendar": "~10.3.0", |
| 63 | + "expo-constants": "~13.2.4", |
| 64 | + "expo-device": "~4.3.0", |
| 65 | + "expo-file-system": "~14.1.0", |
| 66 | + "expo-font": "~10.2.0", |
| 67 | + "expo-linking": "~3.2.2", |
| 68 | + "expo-localization": "~13.1.0", |
| 69 | + "expo-location": "~14.3.0", |
| 70 | + "expo-notifications": "~0.16.1", |
| 71 | + "expo-splash-screen": "~0.16.2", |
| 72 | + "expo-status-bar": "~1.4.0", |
| 73 | + "expo-updates": "~0.14.7", |
| 74 | + "expo-web-browser": "~11.0.0", |
75 | 75 | "graphql": "^15.7.2",
|
76 |
| - "jest-expo": "^44.0.0", |
| 76 | + "jest-expo": "^46.0.0", |
77 | 77 | "lodash": "^4.17.21",
|
78 | 78 | "matomo-tracker-react-native": "0.3.0",
|
79 |
| - "react": "17.0.1", |
80 |
| - "react-dom": "17.0.1", |
81 |
| - "react-native": "0.64.3", |
| 79 | + "patch": "^0.0.1", |
| 80 | + "patch-package": "^6.5.0", |
| 81 | + "postinstall-postinstall": "^2.1.0", |
| 82 | + "react": "18.0.0", |
| 83 | + "react-dom": "18.0.0", |
| 84 | + "react-native": "0.69.6", |
82 | 85 | "react-native-animatable": "^1.3.3",
|
83 | 86 | "react-native-calendars": "^1.1268.0",
|
84 | 87 | "react-native-confetti": "^0.1.0",
|
85 | 88 | "react-native-elements": "^3.4.2",
|
86 |
| - "react-native-gesture-handler": "~2.1.0", |
87 |
| - "react-native-get-random-values": "~1.7.0", |
| 89 | + "react-native-gesture-handler": "~2.5.0", |
| 90 | + "react-native-get-random-values": "~1.8.0", |
88 | 91 | "react-native-indicators": "^0.17.0",
|
89 |
| - "react-native-maps": "0.29.4", |
90 |
| - "react-native-pager-view": "5.4.9", |
| 92 | + "react-native-maps": "0.31.1", |
| 93 | + "react-native-pager-view": "5.4.24", |
91 | 94 | "react-native-paper": "^4.10.1",
|
92 |
| - "react-native-reanimated": "~2.3.1", |
93 |
| - "react-native-reanimated-carousel": "^2.4.0", |
| 95 | + "react-native-reanimated": "~2.9.1", |
| 96 | + "react-native-reanimated-carousel": "^3.1.5", |
94 | 97 | "react-native-render-html": "^6.2.0",
|
95 |
| - "react-native-safe-area-context": "3.3.2", |
96 |
| - "react-native-screens": "~3.10.1", |
| 98 | + "react-native-safe-area-context": "4.3.1", |
| 99 | + "react-native-screens": "~3.15.0", |
97 | 100 | "react-native-snap-carousel": "^3.9.1",
|
98 |
| - "react-native-svg": "12.1.1", |
| 101 | + "react-native-svg": "12.3.0", |
99 | 102 | "react-native-swiper-flatlist": "^3.0.16",
|
100 | 103 | "react-native-tab-view": "^3.1.1",
|
101 | 104 | "react-native-vector-icons": "^8.1.0",
|
102 |
| - "react-native-web": "0.17.1", |
103 |
| - "react-native-webview": "11.15.0", |
| 105 | + "react-native-web": "~0.18.7", |
| 106 | + "react-native-webview": "11.23.0", |
104 | 107 | "reanimated-bottom-sheet": "^1.0.0-alpha.22",
|
105 |
| - "sentry-expo": "^4.0.0", |
| 108 | + "sentry-expo": "~5.0.0", |
106 | 109 | "uuid": "^8.3.2"
|
107 | 110 | },
|
108 | 111 | "devDependencies": {
|
109 |
| - "@babel/core": "^7.12.9", |
| 112 | + "@babel/core": "^7.18.6", |
110 | 113 | "@babel/preset-typescript": "^7.16.0",
|
111 | 114 | "@socialgouv/eslint-config-react": "^1.104.0",
|
112 | 115 | "@socialgouv/eslint-config-typescript": "^1.88.0",
|
113 | 116 | "@testing-library/react-native": "^7.2.0",
|
114 | 117 | "@types/jest": "^26.0.24",
|
115 | 118 | "@types/lodash": "^4.14.177",
|
116 | 119 | "@types/matomo-tracker-react-native": "0.3.0",
|
117 |
| - "@types/react": "~17.0.21", |
118 |
| - "@types/react-native": "~0.64.12", |
| 120 | + "@types/react": "~18.0.0", |
| 121 | + "@types/react-native": "~0.69.1", |
119 | 122 | "@types/react-native-calendars": "^1.1264.3",
|
120 | 123 | "@types/react-native-confetti": "^0.1.0",
|
121 | 124 | "@types/react-native-indicators": "^0.16.1",
|
122 | 125 | "@types/react-native-snap-carousel": "^3.8.5",
|
123 | 126 | "@types/uuid": "^8.3.4",
|
124 | 127 | "babel-jest": "^26.6.3",
|
125 | 128 | "eslint": "^7.32.0",
|
| 129 | + "expo-cli": "^6.0.8", |
126 | 130 | "jest": "^26.6.3",
|
127 | 131 | "prettier": "^2.3.2",
|
128 | 132 | "react-native-svg-transformer": "^0.14.3",
|
129 |
| - "typescript": "~4.3.5" |
| 133 | + "typescript": "^4.6.3" |
130 | 134 | },
|
131 |
| - "private": true |
| 135 | + "private": true, |
| 136 | + "resolutions": { |
| 137 | + "@expo/config-plugins": "~5.0.0", |
| 138 | + "@expo/prebuild-config": "~5.0.1", |
| 139 | + "expo-modules-autolinking": "0.10.1" |
| 140 | + } |
132 | 141 | }
|
0 commit comments