Skip to content

Commit

Permalink
ok deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 24, 2024
1 parent 32ccd40 commit 0fed15b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/StickerSmash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"expo": "~50.0.7",
"expo-status-bar": "~1.11.1",
"react": "^18.2.0",
"react": "18.2.0",
"react-native": "0.73.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/WarriorHappy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@acme/tamagui-config": "workspace:^",
"expo": "~50.0.7",
"expo-status-bar": "~1.11.1",
"react": "^18.2.0",
"react": "18.2.0",
"react-native": "0.73.4",
"tamagui": "^1.90.6"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"expo": "^49.0.21",
"expo": "~50.0.7",
"expo-apple-authentication": "~6.1.2",
"expo-constants": "~14.4.2",
"expo-crypto": "^12.4.1",
Expand All @@ -43,27 +43,27 @@
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-sqlite": "~11.3.3",
"expo-status-bar": "~1.6.0",
"expo-status-bar": "~1.11.1",
"nativewind": "^4.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "^3.7.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"react-native-svg": "^13.9.0",
"react-native-url-polyfill": "^1.3.0",
"superjson": "2.2.1",
"tamagui": "^1.88.5"
"tamagui": "^1.90.6"
},
"devDependencies": {
"@acme/api": "workspace:^0.1.0",
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@expo/config-plugins": "^7.2.5",
Expand All @@ -88,4 +88,4 @@
}
},
"prettier": "@acme/prettier-config"
}
}
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}
2 changes: 1 addition & 1 deletion tooling/tamagui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@tamagui/config": "^1.88.5",
"@tamagui/core": "^1.88.5",
"@tamagui/font-inter": "^1.88.5",
"tamagui": "^1.88.5"
"tamagui": "^1.90.6"
}
}

0 comments on commit 0fed15b

Please sign in to comment.