|
2 | 2 | "name": "relab-frontend-app", |
3 | 3 | "main": "expo-router/entry", |
4 | 4 | "version": "0.2.0", |
5 | | - "packageManager": "pnpm@10.33.0", |
| 5 | + "packageManager": "pnpm@11.5.0", |
6 | 6 | "engines": { |
7 | 7 | "node": "24.x", |
8 | | - "pnpm": "10.x" |
| 8 | + "pnpm": "11.x" |
9 | 9 | }, |
10 | 10 | "scripts": { |
11 | 11 | "dev": "expo start --web --port 8081", |
|
37 | 37 | "codegen": "pnpm run codegen:api:redact" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@expo/metro-runtime": "~55.0.10", |
| 40 | + "@expo/metro-runtime": "~56.0.0", |
41 | 41 | "@expo/vector-icons": "^15.1.1", |
42 | 42 | "@hookform/resolvers": "^5.2.2", |
43 | | - "@react-native-async-storage/async-storage": "2.2.0", |
| 43 | + "@react-native-async-storage/async-storage": "3.1.1", |
44 | 44 | "@react-navigation/bottom-tabs": "^7.15.5", |
45 | 45 | "@react-navigation/elements": "^2.9.14", |
46 | 46 | "@react-navigation/native": "^7.1.33", |
47 | 47 | "@tanstack/react-query": "^5.99.2", |
48 | | - "expo": "~55.0.17", |
49 | | - "expo-auth-session": "~55.0.15", |
50 | | - "expo-blur": "~55.0.14", |
51 | | - "expo-constants": "~55.0.15", |
52 | | - "expo-font": "~55.0.6", |
53 | | - "expo-haptics": "~55.0.14", |
54 | | - "expo-image": "~55.0.9", |
55 | | - "expo-image-manipulator": "~55.0.15", |
56 | | - "expo-image-picker": "~55.0.19", |
57 | | - "expo-linear-gradient": "~55.0.13", |
58 | | - "expo-linking": "~55.0.14", |
59 | | - "expo-router": "~55.0.13", |
60 | | - "expo-secure-store": "~55.0.13", |
61 | | - "expo-splash-screen": "~55.0.19", |
62 | | - "expo-status-bar": "~55.0.5", |
63 | | - "expo-symbols": "~55.0.7", |
64 | | - "expo-system-ui": "~55.0.16", |
65 | | - "expo-video": "^55.0.15", |
66 | | - "expo-web-browser": "~55.0.14", |
| 48 | + "expo": "~56.0.0", |
| 49 | + "expo-auth-session": "~56.0.0", |
| 50 | + "expo-blur": "~56.0.0", |
| 51 | + "expo-constants": "~56.0.0", |
| 52 | + "expo-font": "~56.0.0", |
| 53 | + "expo-haptics": "~56.0.0", |
| 54 | + "expo-image": "~56.0.0", |
| 55 | + "expo-image-manipulator": "~56.0.0", |
| 56 | + "expo-image-picker": "~56.0.0", |
| 57 | + "expo-linear-gradient": "~56.0.0", |
| 58 | + "expo-linking": "~56.0.0", |
| 59 | + "expo-router": "~56.2.0", |
| 60 | + "expo-secure-store": "~56.0.0", |
| 61 | + "expo-splash-screen": "~56.0.0", |
| 62 | + "expo-status-bar": "~56.0.0", |
| 63 | + "expo-symbols": "~56.0.0", |
| 64 | + "expo-system-ui": "~56.0.0", |
| 65 | + "expo-video": "^56.0.0", |
| 66 | + "expo-web-browser": "~56.0.0", |
67 | 67 | "hls.js": "^1.6.16", |
68 | 68 | "react": "19.2.0", |
69 | 69 | "react-dom": "19.2.0", |
70 | 70 | "react-hook-form": "^7.73.1", |
71 | 71 | "react-native": "0.83.6", |
72 | | - "react-native-gesture-handler": "~2.30.1", |
| 72 | + "react-native-gesture-handler": "~3.0.0", |
73 | 73 | "react-native-keyboard-controller": "1.20.7", |
74 | 74 | "react-native-paper": "^5.15.1", |
75 | 75 | "react-native-reanimated": "4.2.1", |
|
86 | 86 | "devDependencies": { |
87 | 87 | "@babel/core": "^7.29.0", |
88 | 88 | "@biomejs/biome": "^2.4.12", |
89 | | - "@jest/globals": "~29.7.0", |
| 89 | + "@jest/globals": "~30.4.0", |
90 | 90 | "@playwright/test": "^1.59.1", |
91 | 91 | "@testing-library/react-native": "^13.3.3", |
92 | | - "@types/jest": "^29.5.14", |
| 92 | + "@types/jest": "^30.0.0", |
93 | 93 | "@types/react": "~19.2.14", |
94 | 94 | "@typescript-eslint/parser": "^8.59.0", |
95 | 95 | "babel-plugin-react-compiler": "^1.0.0", |
96 | 96 | "baseline-browser-mapping": "^2.10.21", |
97 | 97 | "eslint": "^10.2.1", |
98 | 98 | "eslint-plugin-react-hooks": "^7.1.1", |
99 | 99 | "eslint-plugin-react-refresh": "^0.5.2", |
100 | | - "jest": "~29.7.0", |
101 | | - "jest-expo": "~55.0.16", |
| 100 | + "jest": "~30.4.0", |
| 101 | + "jest-expo": "~56.0.0", |
102 | 102 | "msw": "^2.13.5", |
103 | 103 | "openapi-typescript": "^7.13.0", |
104 | 104 | "serve": "^14.2.6", |
105 | 105 | "ts-node": "^10.9.2", |
106 | | - "typescript": "^5.9.3" |
| 106 | + "typescript": "^6.0.0" |
107 | 107 | }, |
108 | 108 | "private": true, |
109 | 109 | "pnpm": { |
|
0 commit comments