Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent a377f24 commit 9d6ce78
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 102 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"metro-minify-terser": "0.80.8",
"react-native-dotenv": "3.4.11",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"resolutions": {
"metro": "0.80.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"node-gyp": "10.1.0",
"prettier": "3.2.5",
"turbo": "1.13.2",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"packageManager": "yarn@4.1.1"
}
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env.local --"
},
"dependencies": {
"@clerk/backend": "0.38.4",
"@clerk/backend": "0.38.5",
"@cloudflare/d1": "1.4.1",
"@hono/trpc-server": "0.1.1",
"@trpc/server": "10.45.2",
Expand All @@ -24,12 +24,12 @@
"hono": "3.12.12"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240403.0",
"@cloudflare/workers-types": "4.20240404.0",
"better-sqlite3": "9.4.5",
"dotenv-cli": "7.4.1",
"drizzle-kit": "0.20.14",
"eslint": "8.57.0",
"typescript": "5.4.3",
"wrangler": "3.45.0"
"typescript": "5.4.4",
"wrangler": "3.47.1"
}
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"*.css"
],
"dependencies": {
"@clerk/clerk-expo": "0.20.13",
"@clerk/nextjs": "4.29.10",
"@clerk/clerk-expo": "0.20.14",
"@clerk/nextjs": "4.29.11",
"@shichida/ui": "*",
"@shopify/flash-list": "1.6.4",
"@tamagui/animations-react-native": "latest",
Expand Down
Loading

0 comments on commit 9d6ce78

Please sign in to comment.