Skip to content

Commit

Permalink
Bumped tamagui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed Sep 26, 2023
1 parent 92bd220 commit ade3710
Show file tree
Hide file tree
Showing 5 changed files with 3,030 additions and 832 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@babel/core": "^7.22.20",
"@expo/metro-config": "^0.10.7",
"@tamagui/babel-plugin": "1.68.6",
"@tamagui/babel-plugin": "1.72.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"metro-minify-terser": "^0.79.0",
"react-native-dotenv": "^3.4.9",
Expand Down
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@t4/ui": "^2.0.0",
"@tamagui/next-theme": "1.68.6",
"@tamagui/next-theme": "1.72.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.2",
"app": "^2.0.0",
"million": "2.6.0",
"next": "13.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.4",
"react-native-web-lite": "1.68.6",
"react-native-web-lite": "1.72.1",
"webpack": "^5.88.2"
},
"devDependencies": {
"@tamagui/next-plugin": "1.68.6",
"@tamagui/next-plugin": "1.72.1",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"dotenv-cli": "^7.3.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
},
"dependencies": {
"@shopify/flash-list": "^1.6.1",
"@supabase/auth-helpers-shared": "0.5.0",
"@t4/ui": "^2.0.0",
"@tamagui/animations-react-native": "1.68.6",
"@tamagui/colors": "1.68.6",
"@tamagui/font-inter": "1.68.6",
"@tamagui/lucide-icons": "1.68.6",
"@tamagui/shorthands": "1.68.6",
"@tamagui/themes": "1.68.6",
"@tamagui/animations-react-native": "1.72.1",
"@tamagui/colors": "1.72.1",
"@tamagui/font-inter": "1.72.1",
"@tamagui/lucide-icons": "1.72.1",
"@tamagui/shorthands": "1.72.1",
"@tamagui/themes": "1.72.1",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.3",
"@trpc/next": "^10.38.3",
Expand All @@ -28,7 +29,6 @@
"expo-secure-store": "^12.5.0",
"react-native-mmkv": "^2.10.2",
"react-native-safe-area-context": "4.7.2",
"@supabase/auth-helpers-shared": "0.5.0",
"solito": "^4.0.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@shopify/flash-list": "^1.6.1",
"@supabase/supabase-js": "^2.33.2",
"@t4/api": "^2.0.0",
"@tamagui/animations-react-native": "1.68.6",
"@tamagui/font-inter": "1.68.6",
"@tamagui/react-native-media-driver": "1.68.6",
"@tamagui/shorthands": "1.68.6",
"@tamagui/themes": "1.68.6",
"@tamagui/toast": "1.68.6",
"@tamagui/animations-react-native": "1.72.1",
"@tamagui/font-inter": "1.72.1",
"@tamagui/react-native-media-driver": "1.72.1",
"@tamagui/shorthands": "1.72.1",
"@tamagui/themes": "1.72.1",
"@tamagui/toast": "1.72.1",
"@tanstack/react-table": "^8.10.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"jotai": "^2.4.2",
"tamagui": "1.68.6"
"tamagui": "1.72.1"
},
"devDependencies": {
"@tamagui/build": "1.68.6"
"@tamagui/build": "1.72.1"
}
}
Loading

0 comments on commit ade3710

Please sign in to comment.