Skip to content

Commit

Permalink
feat: add base overlay and reanimated library (#57)
Browse files Browse the repository at this point in the history
* feat: add base overlay and reanimated library

* fix: nx cache and animation

* feat: add touchable scale and bottom overlay

* fix: ci

* feat: add top overlay

* fix: small changes

* refactor: change feed page

* fix: pnpm workspace and package.json link

* chore: upgrade deps

* chore: small fixes

* fix: pnpm-lock.yaml

* feat: add preloaded video, alter category top overlay
  • Loading branch information
enfipy committed Nov 30, 2023
1 parent 2c3e1e2 commit 79b16e4
Show file tree
Hide file tree
Showing 24 changed files with 2,068 additions and 1,616 deletions.
16 changes: 8 additions & 8 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"prepare": "yes 2>/dev/null | pnpm db:apply"
},
"dependencies": {
"@trpc/server": "10.41.0",
"drizzle-orm": "0.28.6",
"@trpc/server": "10.43.6",
"drizzle-orm": "0.29.0",
"drizzle-zod": "0.5.1",
"hono": "3.8.0",
"superjson": "2.0.0",
"hono": "3.10.1",
"superjson": "2.2.1",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231016.0",
"better-sqlite3": "9.0.0",
"drizzle-kit": "0.19.13",
"wrangler": "3.13.1"
"@cloudflare/workers-types": "1.20231121.0",
"better-sqlite3": "9.1.1",
"drizzle-kit": "0.20.4",
"wrangler": "3.17.0"
},
"peerDependencies": {
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit 79b16e4

Please sign in to comment.