Skip to content

Commit

Permalink
v1.121.4
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Dec 30, 2024
1 parent 4efcf21 commit 8374fdf
Show file tree
Hide file tree
Showing 7 changed files with 1,020 additions and 1,020 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.18.4",
"@tamagui/babel-plugin": "^1.121.3",
"@tamagui/babel-plugin": "^1.121.4",
"metro-minify-terser": "^0.80.9",
"typescript": "^5.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "vitest"
},
"dependencies": {
"@tamagui/config": "^1.121.3",
"@tamagui/next-theme": "^1.121.3",
"@tamagui/config": "^1.121.4",
"@tamagui/next-theme": "^1.121.4",
"app": "0.0.0",
"mini-css-extract-plugin": "^2.9.1",
"next": "14.2.14",
Expand All @@ -22,11 +22,11 @@
"react-native": "0.74.2",
"react-native-web": "~0.19.12",
"react-native-web-lite": "^1.112.4",
"tamagui": "^1.121.3",
"tamagui": "^1.121.4",
"vercel": "latest"
},
"devDependencies": {
"@tamagui/next-plugin": "^1.121.3",
"@tamagui/next-plugin": "^1.121.4",
"@types/node": "^20.14.1",
"eslint-config-next": "^14.2.3",
"next-compose-plugins": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.24.6",
"@tamagui/cli": "^1.121.3",
"@tamagui/cli": "^1.121.4",
"check-dependency-version-consistency": "^4.1.0",
"eslint": "^9.3.0",
"husky": "^9.1.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@my/ui": "0.0.1",
"@react-navigation/native": "^6.1.17",
"@tamagui/animations-react-native": "^1.121.3",
"@tamagui/colors": "^1.121.3",
"@tamagui/font-inter": "^1.121.3",
"@tamagui/lucide-icons": "^1.121.3",
"@tamagui/shorthands": "^1.121.3",
"@tamagui/themes": "^1.121.3",
"@tamagui/animations-react-native": "^1.121.4",
"@tamagui/colors": "^1.121.4",
"@tamagui/font-inter": "^1.121.4",
"@tamagui/lucide-icons": "^1.121.4",
"@tamagui/shorthands": "^1.121.4",
"@tamagui/themes": "^1.121.4",
"burnt": "^0.12.2",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"watch": "tamagui-build --skip-types --watch"
},
"dependencies": {
"@tamagui/animations-react-native": "^1.121.3",
"@tamagui/font-inter": "^1.121.3",
"@tamagui/react-native-media-driver": "^1.121.3",
"@tamagui/shorthands": "^1.121.3",
"@tamagui/themes": "^1.121.3",
"tamagui": "^1.121.3"
"@tamagui/animations-react-native": "^1.121.4",
"@tamagui/font-inter": "^1.121.4",
"@tamagui/react-native-media-driver": "^1.121.4",
"@tamagui/shorthands": "^1.121.4",
"@tamagui/themes": "^1.121.4",
"tamagui": "^1.121.4"
},
"devDependencies": {
"@tamagui/build": "^1.121.3"
"@tamagui/build": "^1.121.4"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@my/config": "0.0.1",
"@tamagui/toast": "^1.121.3",
"tamagui": "^1.121.3"
"@tamagui/toast": "^1.121.4",
"tamagui": "^1.121.4"
},
"devDependencies": {
"@tamagui/build": "^1.121.3"
"@tamagui/build": "^1.121.4"
}
}
Loading

0 comments on commit 8374fdf

Please sign in to comment.