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 Oct 19, 2023
1 parent 4df7165 commit 8230790
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 133 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/runtime": "7.23.2",
"@react-navigation/native": "6.1.8",
"@shichida/ui": "*",
"@types/react-native": "0.72.3",
"@types/react-native": "0.72.5",
"app": "*",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "0.12.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tamagui/next-theme": "latest",
"app": "*",
"next": "13.5.5",
"next": "13.5.6",
"raf": "3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -22,10 +22,10 @@
},
"devDependencies": {
"@tamagui/next-plugin": "latest",
"@types/node": "18.18.5",
"@types/node": "18.18.6",
"critters": "0.0.20",
"dotenv-cli": "7.3.0",
"eslint-config-next": "13.5.5",
"eslint-config-next": "13.5.6",
"vercel": "latest"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postinstall": "yarn build"
},
"resolutions": {
"@types/react-native": "0.72.3",
"@types/react-native": "0.72.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-refresh": "0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.31.1",
"@clerk/backend": "0.31.2",
"@cloudflare/d1": "1.4.1",
"@hono/trpc-server": "0.1.0",
"@trpc/server": "10.40.0",
Expand Down
10 changes: 5 additions & 5 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.19.10",
"@clerk/nextjs": "4.25.5",
"@clerk/clerk-expo": "0.19.11",
"@clerk/nextjs": "4.25.6",
"@shichida/ui": "*",
"@shopify/flash-list": "1.6.1",
"@tamagui/animations-react-native": "latest",
Expand All @@ -26,11 +26,11 @@
"expo-constants": "14.5.1",
"expo-linking": "4.1.0",
"expo-secure-store": "12.5.0",
"react-native-safe-area-context": "4.7.2",
"react-native-safe-area-context": "4.7.3",
"solito": "3.2.9"
},
"devDependencies": {
"@types/react": "18.2.28",
"@types/react-native": "0.72.3"
"@types/react": "18.2.29",
"@types/react-native": "0.72.5"
}
}
Loading

0 comments on commit 8230790

Please sign in to comment.