Skip to content

Commit 27a6a3f

Browse files
committed
fix: Force deps to use the latest typescript version
1 parent 83809eb commit 27a6a3f

File tree

3 files changed

+30
-32
lines changed

3 files changed

+30
-32
lines changed

apps/launcher/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"dependencies": {
5151
"@bacons/text-decoder": "0.0.0",
5252
"@expo/vector-icons": "14.1.0",
53+
"@metro-ui/live-tiles": "workspace:*",
5354
"@react-navigation/bottom-tabs": "7.4.4",
5455
"@react-navigation/elements": "2.6.1",
5556
"@react-navigation/native": "7.1.16",
5657
"@shopify/flash-list": "2.0.1",
5758
"@tanstack/react-query": "5.84.1",
5859
"clsx": "2.1.1",
59-
"expo": "53.0.20",
6060
"expo-application": "6.1.5",
6161
"expo-blur": "14.1.5",
6262
"expo-constants": "17.1.7",
@@ -71,18 +71,19 @@
7171
"expo-status-bar": "2.2.3",
7272
"expo-symbols": "0.4.5",
7373
"expo-system-ui": "5.0.10",
74+
"expo": "53.0.20",
7475
"i18next": "25.3.2",
7576
"lodash": "4.17.21",
7677
"nativewind": "4.1.23",
77-
"react": "19.0.0",
7878
"react-dom": "19.0.0",
7979
"react-i18next": "15.6.1",
80-
"react-native": "0.79.5",
8180
"react-native-gesture-handler": "2.27.2",
8281
"react-native-keyboard-controller": "1.18.2",
8382
"react-native-reanimated": "3.17.4",
8483
"react-native-safe-area-context": "5.5.2",
8584
"react-native-screens": "4.13.1",
85+
"react-native": "0.79.5",
86+
"react": "19.0.0",
8687
"tailwind-merge": "3.3.1",
8788
"tailwindcss": "3.4.17"
8889
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"pnpm": {
7878
"overrides": {
7979
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin",
80-
"@typescript-eslint/parser": "$@typescript-eslint/parser"
80+
"@typescript-eslint/parser": "$@typescript-eslint/parser",
81+
"typescript": "$typescript"
8182
}
8283
}
8384
}

pnpm-lock.yaml

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)