Skip to content

Commit

Permalink
Upgrade Tamagui to ^1.116.14
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Nov 15, 2024
1 parent c648f18 commit 469eda8
Show file tree
Hide file tree
Showing 5 changed files with 1,838 additions and 1,550 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@babel/core": "^7.24.0",
"@expo/metro-config": "~0.17.1",
"@tamagui/babel-plugin": "^1.101.7",
"@tamagui/babel-plugin": "^1.116.14",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-preset-expo": "~11.0.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@plaiceholder/next": "^3.0.0",
"@supabase/auth-helpers-react": "0.5.0",
"@supabase/supabase-js": "2.44.2",
"@tamagui/next-theme": "^1.101.7",
"@tamagui/next-theme": "^1.116.14",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.18.1",
"@trpc/client": "11.0.0-next-beta.264",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"@next/eslint-plugin-next": "^14.0.4",
"@tamagui/next-plugin": "^1.101.7",
"@tamagui/next-plugin": "^1.116.14",
"@types/node": "^20.11.0",
"dotenv-cli": "^7.3.0",
"eslint-config-next": "^14.0.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@supabase/auth-helpers-react": "0.5.0",
"@supabase/postgrest-js": "1.15.7",
"@supabase/supabase-js": "2.44.2",
"@tamagui/animations-react-native": "^1.101.7",
"@tamagui/colors": "^1.101.7",
"@tamagui/helpers-icon": "^1.101.7",
"@tamagui/lucide-icons": "^1.101.7",
"@tamagui/shorthands": "^1.101.7",
"@tamagui/themes": "^1.101.7",
"@tamagui/animations-react-native": "^1.116.14",
"@tamagui/colors": "^1.116.14",
"@tamagui/helpers-icon": "^1.116.14",
"@tamagui/lucide-icons": "^1.116.14",
"@tamagui/shorthands": "^1.116.14",
"@tamagui/themes": "^1.116.14",
"@tanstack/react-query": "^5.18.1",
"@trpc/client": "11.0.0-next-beta.264",
"@vonovak/react-native-theme-control": "^5.0.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@react-navigation/elements": "1.3.17",
"@tamagui/animations-moti": "^1.101.7",
"@tamagui/animations-react-native": "^1.101.7",
"@tamagui/cli": "^1.101.7",
"@tamagui/create-theme": "^1.101.7",
"@tamagui/helpers-icon": "^1.101.7",
"@tamagui/react-native-media-driver": "^1.101.7",
"@tamagui/shorthands": "^1.101.7",
"@tamagui/theme-builder": "^1.101.7",
"@tamagui/themes": "^1.101.7",
"@tamagui/toast": "^1.101.7",
"@tamagui/animations-moti": "^1.116.14",
"@tamagui/animations-react-native": "^1.116.14",
"@tamagui/cli": "^1.116.14",
"@tamagui/create-theme": "^1.116.14",
"@tamagui/helpers-icon": "^1.116.14",
"@tamagui/react-native-media-driver": "^1.116.14",
"@tamagui/shorthands": "^1.116.14",
"@tamagui/theme-builder": "^1.116.14",
"@tamagui/themes": "^1.116.14",
"@tamagui/toast": "^1.116.14",
"@ts-react/form": "^1.8.3",
"expo-linear-gradient": "~12.7.1",
"moti": "^0.25.3",
"react-hook-form": "^7.48.2",
"solito": "^4.0.1",
"tamagui": "^1.101.7",
"tamagui": "^1.116.14",
"zod": "^3.23.8"
},
"devDependencies": {
"@tamagui/build": "^1.101.7",
"@tamagui/build": "^1.116.14",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 469eda8

Please sign in to comment.