Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 7fd7497 commit 139d606
Show file tree
Hide file tree
Showing 10 changed files with 1,273 additions and 1,179 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
22 changes: 11 additions & 11 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"expo-router": "2.0.15",
"expo-splash-screen": "0.27.5",
"expo-status-bar": "1.12.1",
"expo-updates": "0.25.21",
"expo-updates": "0.25.22",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.3",
"react-native-gesture-handler": "2.17.1",
"react-native-screens": "3.32.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "2.18.1",
"react-native-screens": "3.34.0",
"react-native-svg": "14.2.0",
"react-native-web": "0.19.12"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@expo/metro-config": "0.18.9",
"@babel/core": "7.25.2",
"@expo/metro-config": "0.18.11",
"@tamagui/babel-plugin": "latest",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"metro-minify-terser": "0.80.9",
"metro-minify-terser": "0.80.10",
"react-native-dotenv": "3.4.11",
"typescript": "5.5.4"
},
"resolutions": {
"metro": "0.80.9",
"metro-resolver": "0.80.9"
"metro": "0.80.10",
"metro-resolver": "0.80.10"
},
"overrides": {
"metro": "0.80.9",
"metro-resolver": "0.80.9"
"metro": "0.80.10",
"metro-resolver": "0.80.10"
}
}
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"raf": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.3",
"react-native": "0.74.5",
"react-native-web": "0.19.12",
"react-native-web-lite": "latest"
},
"devDependencies": {
"@tamagui/next-plugin": "latest",
"@types/node": "20.14.12",
"@types/node": "20.14.15",
"critters": "0.0.24",
"dotenv-cli": "7.4.2",
"eslint-config-next": "14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"turbo": "1.13.4",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shichida/api",
"version": "2.0.0",
"main": "src/index.ts",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"license": "Apache-2.0",
"scripts": {
"dev": "wrangler dev src/index.ts",
Expand All @@ -15,21 +15,21 @@
"with-env": "dotenv -e ../../.env.local --"
},
"dependencies": {
"@clerk/backend": "0.38.12",
"@clerk/backend": "0.38.13",
"@cloudflare/d1": "1.4.1",
"@hono/trpc-server": "0.3.2",
"@trpc/server": "10.45.2",
"@tsndr/cloudflare-worker-jwt": "2.5.3",
"drizzle-orm": "0.32.1",
"drizzle-orm": "0.33.0",
"hono": "3.12.12"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240725.0",
"@cloudflare/workers-types": "4.20240806.0",
"better-sqlite3": "9.6.0",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.23.0",
"drizzle-kit": "0.24.0",
"eslint": "8.57.0",
"typescript": "5.5.4",
"wrangler": "3.67.1"
"wrangler": "3.71.0"
}
}
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"*.css"
],
"dependencies": {
"@clerk/clerk-expo": "0.20.26",
"@clerk/nextjs": "4.31.3",
"@clerk/clerk-expo": "0.20.27",
"@clerk/nextjs": "4.31.4",
"@shichida/ui": "*",
"@shopify/flash-list": "1.7.0",
"@shopify/flash-list": "1.7.1",
"@tamagui/animations-react-native": "latest",
"@tamagui/colors": "latest",
"@tamagui/font-inter": "latest",
"@tamagui/lucide-icons": "latest",
"@tamagui/shorthands": "latest",
"@tamagui/themes": "latest",
"@tanstack/react-query": "5.51.15",
"@tanstack/react-query": "5.51.23",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"watch": "tamagui-build --watch"
},
"dependencies": {
"@shopify/flash-list": "1.7.0",
"@shopify/flash-list": "1.7.1",
"@tamagui/animations-react-native": "latest",
"@tamagui/font-inter": "latest",
"@tamagui/react-native-media-driver": "latest",
"@tamagui/shorthands": "latest",
"@tamagui/themes": "latest",
"@tamagui/toast": "latest",
"@tanstack/react-virtual": "3.8.3",
"jotai": "2.9.1",
"@tanstack/react-virtual": "3.9.0",
"jotai": "2.9.3",
"tamagui": "latest"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 139d606

Please sign in to comment.