Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Jan 31, 2024
1 parent 5b78676 commit 6fd49eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@gorhom/bottom-sheet": "5.0.0-alpha.6",
"@nozbe/watermelondb": "0.27.1",
"@react-navigation/material-top-tabs": "6.6.5",
"@sanity/client": "6.12.1",
"@sanity/client": "6.12.3",
"@shopify/flash-list": "1.6.3",
"@supabase/supabase-js": "2.39.3",
"@tamagui/config": "1.88.13",
"@tamagui/lucide-icons": "1.88.13",
"@tamagui/metro-plugin": "1.88.13",
"@tamagui/config": "1.88.17",
"@tamagui/lucide-icons": "1.88.17",
"@tamagui/metro-plugin": "1.88.17",
"expo": "^50.0.4",
"expo-apple-authentication": "~6.3.0",
"expo-application": "~5.8.3",
Expand Down Expand Up @@ -63,8 +63,8 @@
"react-native-url-polyfill": "2.0.0",
"react-native-view-shot": "3.8.0",
"react-native-web": "0.19.10",
"tamagui": "1.88.13",
"vexo-analytics": "1.3.12"
"tamagui": "1.88.17",
"vexo-analytics": "1.3.13"
},
"devDependencies": {
"@babel/core": "7.23.9",
Expand Down
4 changes: 2 additions & 2 deletions apps/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@sanity/icons": "2.10.0",
"@sanity/ui": "2.0.1",
"@sanity/vision": "3.26.1",
"@sanity/vision": "3.27.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"sanity": "3.26.1",
"sanity": "3.27.0",
"styled-components": "6.1.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"build": "bun build ./src/index.ts --outdir ./build"
},
"dependencies": {
"@remotion/cli": "4.0.100",
"@remotion/google-fonts": "4.0.100",
"remotion": "4.0.100"
"@remotion/cli": "4.0.102",
"@remotion/google-fonts": "4.0.102",
"remotion": "4.0.102"
},
"devDependencies": {
"@remotion/tailwind": "4.0.100",
"@remotion/tailwind": "4.0.102",
"tailwindcss": "3.4.1"
},
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"use-debounce": "10.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240117.0",
"@cloudflare/workers-types": "4.20240129.0",
"@remix-run/dev": "2.5.1",
"@remix-run/eslint-config": "2.5.1",
"@tailwindcss/typography": "0.5.10",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions bunfig.toml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"npm-check-updates": "16.14.14",
"prettier": "3.2.4",
"supabase": "1.136.3",
"turbo": "1.11.3"
"turbo": "1.12.0"
},
"workspaces": [
"apps/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/seed-data-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@types/bun": "1.0.4",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"typescript": "5.3.3"
},
Expand Down

0 comments on commit 6fd49eb

Please sign in to comment.