Skip to content

Commit

Permalink
chore(merge): update latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsherrard committed Sep 24, 2024
2 parents 85d14b8 + bd8cac1 commit ad8ceea
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 831 deletions.
10 changes: 5 additions & 5 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"test": "vitest"
},
"dependencies": {
"@tamagui/config": "^1.111.11",
"@tamagui/next-theme": "^1.111.11",
"@tamagui/config": "^1.112.0",
"@tamagui/next-theme": "^1.112.0",
"app": "0.0.0",
"next": "14.2.13",
"raf": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.74.2",
"react-native-web": "~0.19.12",
"react-native-web-lite": "^1.111.11",
"tamagui": "^1.111.11",
"react-native-web-lite": "^1.112.0",
"tamagui": "^1.112.0",
"vercel": "latest"
},
"devDependencies": {
"@tamagui/next-plugin": "^1.111.11",
"@tamagui/next-plugin": "^1.112.0",
"@types/node": "^20.14.1",
"eslint-config-next": "^14.2.3",
"next-compose-plugins": "^2.2.1",
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.111.11",
"@tamagui/colors": "^1.111.11",
"@tamagui/font-inter": "^1.111.11",
"@tamagui/lucide-icons": "^1.111.11",
"@tamagui/shorthands": "^1.111.11",
"@tamagui/themes": "^1.111.11",
"@tamagui/animations-react-native": "^1.112.0",
"@tamagui/colors": "^1.112.0",
"@tamagui/font-inter": "^1.112.0",
"@tamagui/lucide-icons": "^1.112.0",
"@tamagui/shorthands": "^1.112.0",
"@tamagui/themes": "^1.112.0",
"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.111.11",
"@tamagui/font-inter": "^1.111.11",
"@tamagui/react-native-media-driver": "^1.111.11",
"@tamagui/shorthands": "^1.111.11",
"@tamagui/themes": "^1.111.11",
"tamagui": "^1.111.11"
"@tamagui/animations-react-native": "^1.112.0",
"@tamagui/font-inter": "^1.112.0",
"@tamagui/react-native-media-driver": "^1.112.0",
"@tamagui/shorthands": "^1.112.0",
"@tamagui/themes": "^1.112.0",
"tamagui": "^1.112.0"
},
"devDependencies": {
"@tamagui/build": "^1.111.11"
"@tamagui/build": "^1.112.0"
}
}
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.111.11",
"tamagui": "^1.111.11"
"@tamagui/toast": "^1.112.0",
"tamagui": "^1.112.0"
},
"devDependencies": {
"@tamagui/build": "^1.111.11"
"@tamagui/build": "^1.112.0"
}
}
Loading

0 comments on commit ad8ceea

Please sign in to comment.