Skip to content

Commit 0d60909

Browse files
fix(deps): update frontend-app-runtime-tooling
1 parent 72756df commit 0d60909

2 files changed

Lines changed: 2774 additions & 1359 deletions

File tree

frontend-app/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "relab-frontend-app",
33
"main": "expo-router/entry",
44
"version": "0.2.0",
5-
"packageManager": "pnpm@10.33.0",
5+
"packageManager": "pnpm@11.8.0",
66
"engines": {
77
"node": "24.x",
8-
"pnpm": "10.x"
8+
"pnpm": "11.x"
99
},
1010
"scripts": {
1111
"dev": "expo start --web --port 8081",
@@ -37,73 +37,73 @@
3737
"codegen": "pnpm run codegen:api:redact"
3838
},
3939
"dependencies": {
40-
"@expo/metro-runtime": "~55.0.10",
40+
"@expo/metro-runtime": "~56.0.0",
4141
"@expo/vector-icons": "^15.1.1",
4242
"@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",
4444
"@react-navigation/bottom-tabs": "^7.15.5",
4545
"@react-navigation/elements": "^2.9.14",
4646
"@react-navigation/native": "^7.1.33",
4747
"@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",
6767
"hls.js": "^1.6.16",
6868
"react": "19.2.0",
6969
"react-dom": "19.2.0",
7070
"react-hook-form": "^7.73.1",
7171
"react-native": "0.83.6",
72-
"react-native-gesture-handler": "~2.30.1",
72+
"react-native-gesture-handler": "~3.0.0",
7373
"react-native-keyboard-controller": "1.20.7",
7474
"react-native-paper": "^5.15.1",
7575
"react-native-reanimated": "4.2.1",
7676
"react-native-safe-area-context": "~5.6.2",
7777
"react-native-screens": "~4.23.0",
7878
"react-native-svg": "15.15.3",
7979
"react-native-web": "^0.21.2",
80-
"react-native-webview": "13.16.0",
80+
"react-native-webview": "14.0.1",
8181
"react-native-worklets": "0.7.4",
8282
"use-debounce": "^10.1.1",
8383
"zod": "^4.3.6",
8484
"zustand": "^5.0.12"
8585
},
8686
"devDependencies": {
87-
"@babel/core": "^7.29.0",
87+
"@babel/core": "^8.0.0",
8888
"@biomejs/biome": "^2.4.12",
89-
"@jest/globals": "~29.7.0",
89+
"@jest/globals": "~30.4.0",
9090
"@playwright/test": "^1.59.1",
91-
"@testing-library/react-native": "^13.3.3",
92-
"@types/jest": "^29.5.14",
91+
"@testing-library/react-native": "^14.0.0",
92+
"@types/jest": "^30.0.0",
9393
"@types/react": "~19.2.14",
9494
"@typescript-eslint/parser": "^8.59.0",
9595
"babel-plugin-react-compiler": "^1.0.0",
9696
"baseline-browser-mapping": "^2.10.21",
9797
"eslint": "^10.2.1",
9898
"eslint-plugin-react-hooks": "^7.1.1",
9999
"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",
102102
"msw": "^2.13.5",
103103
"openapi-typescript": "^7.13.0",
104104
"serve": "^14.2.6",
105105
"ts-node": "^10.9.2",
106-
"typescript": "^5.9.3"
106+
"typescript": "^6.0.0"
107107
},
108108
"private": true,
109109
"pnpm": {

0 commit comments

Comments
 (0)