Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Oct 13, 2024
1 parent 31b36cb commit 1ea7077
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions components/shad/shad-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export function ShadLayoutFull({
<DOMRouterProvider value={{ navigate }}>
<TooltipProvider>
<div className="flex min-h-screen w-full flex-col bg-[#F2F2F7] pb-10">
<SideNavigationBar />
{/* {!IS_DOM && <SideNavigationBar />} */}
{/* <SideNavigationBar /> */}
{!IS_DOM && <SideNavigationBar />}
<div className="flex flex-col sm:gap-4 sm:py-4 sm:pl-14">
{/* TODO: Migrate to native. */}
{!IS_DOM && <Header />}
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"eruda": "^3.2.3",
"expo": "52.0.0-canary-20240814-ce0f7d5",
"expo-application": "6.0.0-canary-20241008-90b13ad",
"expo-asset": "11.0.0-canary-20241008-90b13ad",
"expo-blur": "14.0.0-canary-20241008-90b13ad",
"expo-constants": "17.0.0-canary-20241008-90b13ad",
"expo-file-system": "18.0.0-canary-20241008-90b13ad",
"expo-font": "13.0.0-canary-20241008-90b13ad",
"expo-haptics": "14.0.0-canary-20241008-90b13ad",
"expo-keep-awake": "14.0.0-canary-20241008-90b13ad",
"expo-linking": "7.0.0-canary-20241008-90b13ad",
"expo-modules-core": "2.0.0-canary-20241008-90b13ad",
"expo-notifications": "1.0.0-canary-20241008-90b13ad",
"expo-router": "4.0.0-canary-20241008-90b13ad",
"expo-splash-screen": "1.0.0-canary-20241008-90b13ad",
"expo-status-bar": "1.12.2-canary-20241008-90b13ad",
"expo-system-ui": "4.0.0-canary-20241008-90b13ad",
"expo-web-browser": "14.0.0-canary-20241008-90b13ad",
"expo": "52.0.0-canary-20240912-1059f85",
"expo-application": "6.0.0-canary-20240912-1059f85",
"expo-asset": "11.0.0-canary-20240912-1059f85",
"expo-blur": "14.0.0-canary-20240912-1059f85",
"expo-constants": "17.0.0-canary-20240912-1059f85",
"expo-file-system": "18.0.0-canary-20240912-1059f85",
"expo-font": "13.0.0-canary-20240912-1059f85",
"expo-haptics": "14.0.0-canary-20240912-1059f85",
"expo-keep-awake": "14.0.0-canary-20240912-1059f85",
"expo-linking": "7.0.0-canary-20240912-1059f85",
"expo-modules-core": "2.0.0-canary-20240912-1059f85",
"expo-notifications": "1.0.0-canary-20240912-1059f85",
"expo-router": "4.0.0-canary-20240912-1059f85",
"expo-splash-screen": "1.0.0-canary-20240912-1059f85",
"expo-status-bar": "1.12.2-canary-20240912-1059f85",
"expo-system-ui": "4.0.0-canary-20240912-1059f85",
"expo-web-browser": "14.0.0-canary-20240912-1059f85",
"lucide-react": "^0.408.0",
"lucide-react-native": "^0.436.0",
"postcss": "~8.4.32",
Expand All @@ -81,12 +81,12 @@
"react-icons": "^5.3.0",
"react-mobile-cropper": "^0.10.0",
"react-native": "0.75.2",
"react-native-gesture-handler": "~2.20.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.15.0",
"react-native-safe-area-context": "4.11.0",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.31.1",
"react-native-svg": "15.7.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"recharts": "alpha",
Expand Down

0 comments on commit 1ea7077

Please sign in to comment.