|
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.1.2", |
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", |
|
40 | 40 | "@expo/metro-runtime": "~55.0.10", |
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.0.2", |
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", |
|
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", |
| 100 | + "jest": "~30.4.0", |
101 | 101 | "jest-expo": "~55.0.16", |
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