Skip to content

Commit e1641e7

Browse files
committed
chore: update dependencies
1 parent ff4a43e commit e1641e7

5 files changed

Lines changed: 1147 additions & 2194 deletions

File tree

packages/mobile/package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,32 @@
1010
"web": "expo start --web"
1111
},
1212
"dependencies": {
13-
"@react-native-async-storage/async-storage": "^2.2.0",
14-
"@react-native-community/datetimepicker": "^8.6.0",
15-
"@react-navigation/native": "^7.1.33",
16-
"@react-navigation/native-stack": "^7.15.1",
17-
"@supabase/supabase-js": "^2.90.1",
13+
"@expo/dom-webview": "~57.0.0",
14+
"@react-native-async-storage/async-storage": "^3.1.1",
15+
"@react-native-community/datetimepicker": "^9.1.0",
16+
"@react-navigation/native": "^7.3.5",
17+
"@react-navigation/native-stack": "^7.17.7",
18+
"@supabase/supabase-js": "^2.110.0",
1819
"@teilfair/shared": "workspace:*",
19-
"expo": "~55.0.24",
20-
"expo-clipboard": "~56.0.3",
21-
"expo-localization": "^17.0.8",
22-
"expo-secure-store": "~55.0.11",
23-
"expo-status-bar": "~55.0.6",
24-
"i18next": "^26.3.1",
25-
"react": "^19.2.3",
26-
"react-i18next": "^16.5.4",
27-
"react-native": "0.83.1",
20+
"expo": "~57.0.1",
21+
"expo-clipboard": "~57.0.0",
22+
"expo-localization": "^57.0.0",
23+
"expo-secure-store": "~57.0.0",
24+
"expo-status-bar": "~57.0.0",
25+
"i18next": "^26.3.4",
26+
"react": "^19.2.7",
27+
"react-i18next": "^17.0.8",
28+
"react-native": "0.86.0",
2829
"react-native-get-random-values": "^2.0.0",
29-
"react-native-safe-area-context": "^5.6.2",
30-
"react-native-screens": "^4.19.0",
31-
"react-native-svg": "^15.15.4",
32-
"zustand": "^5.0.10"
30+
"react-native-safe-area-context": "^5.8.0",
31+
"react-native-screens": "^4.25.2",
32+
"react-native-svg": "^15.15.5",
33+
"zustand": "^5.0.14"
3334
},
3435
"devDependencies": {
3536
"@babel/core": "^7.29.0",
36-
"@types/react": "^19.2.9",
37-
"typescript": "~5.9.3"
37+
"@types/react": "^19.2.17",
38+
"typescript": "~6.0.3"
3839
},
3940
"private": true
4041
}

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@teilfair/shared",
33
"version": "1.0.0",
4-
"packageManager": "pnpm@10.4.1",
4+
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"exports": {
@@ -17,11 +17,11 @@
1717
"test:watch": "vitest"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^25.3.3",
21-
"typescript": "^5.9.3",
22-
"vitest": "^4.1.8"
20+
"@types/node": "^26.1.0",
21+
"typescript": "^6.0.3",
22+
"vitest": "^4.1.9"
2323
},
2424
"dependencies": {
25-
"i18next": "^26.3.1"
25+
"i18next": "^26.3.4"
2626
}
2727
}

packages/shared/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ES2020",
44
"module": "ESNext",
55
"moduleResolution": "bundler",
6-
"lib": ["ES2020"],
6+
"lib": ["ES2020", "DOM"],
77
"declaration": true,
88
"declarationMap": true,
99
"sourceMap": true,

packages/web/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
"test:system:ui": "playwright test --ui"
1515
},
1616
"dependencies": {
17-
"@fortawesome/fontawesome-svg-core": "^7.2.0",
18-
"@fortawesome/free-solid-svg-icons": "^7.2.0",
17+
"@fortawesome/fontawesome-svg-core": "^7.3.0",
18+
"@fortawesome/free-solid-svg-icons": "^7.3.0",
1919
"@fortawesome/react-fontawesome": "^3.3.1",
20-
"@supabase/supabase-js": "^2.107.0",
20+
"@supabase/supabase-js": "^2.110.0",
2121
"@teilfair/shared": "workspace:*",
22-
"@vercel/analytics": "^1.6.1",
22+
"@vercel/analytics": "^2.0.1",
2323
"@vercel/speed-insights": "^2.0.0",
24-
"i18next": "^26.3.1",
24+
"i18next": "^26.3.4",
2525
"i18next-browser-languagedetector": "^8.2.1",
2626
"react": "^19.2.7",
2727
"react-dom": "^19.2.7",
28-
"react-i18next": "^16.6.6",
29-
"react-router-dom": "^7.17.0",
28+
"react-i18next": "^17.0.8",
29+
"react-router-dom": "^7.18.1",
3030
"zustand": "^5.0.14"
3131
},
3232
"devDependencies": {
3333
"@eslint/js": "^10.0.1",
34-
"@playwright/test": "^1.60.0",
35-
"@types/node": "^25.9.2",
34+
"@playwright/test": "^1.61.1",
35+
"@types/node": "^26.1.0",
3636
"@types/react": "^19.2.17",
3737
"@types/react-dom": "^19.2.3",
38-
"@vitejs/plugin-react": "^5.2.0",
38+
"@vitejs/plugin-react": "^6.0.3",
3939
"dotenv": "^17.4.2",
40-
"eslint": "^9.39.4",
40+
"eslint": "^10.6.0",
4141
"eslint-plugin-react-hooks": "^7.1.1",
42-
"eslint-plugin-react-refresh": "^0.5.2",
43-
"globals": "^17.6.0",
44-
"typescript": "^5.9.3",
45-
"typescript-eslint": "^8.60.1",
46-
"vite": "^8.0.16"
42+
"eslint-plugin-react-refresh": "^0.5.3",
43+
"globals": "^17.7.0",
44+
"typescript": "^6.0.3",
45+
"typescript-eslint": "^8.62.1",
46+
"vite": "^8.1.2"
4747
}
4848
}

0 commit comments

Comments
 (0)