Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Oct 23, 2024
1 parent 56bd100 commit 28dc75d
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 186 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"test": "lerna run test",
"g:eslint": "cd $INIT_CWD && eslint .",
"client:start": "yarn workspace @ambito-dolar/client run start",
"client:fix": "yarn workspace @ambito-dolar/client exec npx expo install --check",
"client:doctor": "yarn workspace @ambito-dolar/client exec npx expo-doctor@latest",
"client:prebuild:ios": "yarn workspace @ambito-dolar/client run prebuild:ios",
"client:build": "yarn workspace @ambito-dolar/client exec eas build --clear-cache",
"client:run:android": "yarn workspace @ambito-dolar/client run android",
"client:run:ios": "yarn workspace @ambito-dolar/client run ios",
"client:prebuild:ios": "yarn workspace @ambito-dolar/client run prebuild:ios",
"client:build": "yarn workspace @ambito-dolar/client exec eas build --clear-cache",
"client:check": "yarn workspace @ambito-dolar/client run check",
"client:doctor": "yarn workspace @ambito-dolar/client exec npx expo-doctor@latest",
"api:start": "yarn sst dev",
"api:publish": "yarn sst deploy",
"api:remove": "yarn sst remove",
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependencies": {
"@ambito-dolar/core": "^3.9.1",
"@atproto/api": "^0.13.12",
"@aws-sdk/client-dynamodb": "^3.677.0",
"@aws-sdk/client-s3": "^3.677.0",
"@aws-sdk/client-sns": "^3.677.0",
"@aws-sdk/lib-dynamodb": "^3.677.0",
"@aws-sdk/util-dynamodb": "^3.677.0",
"@aws-sdk/client-dynamodb": "^3.678.0",
"@aws-sdk/client-s3": "^3.678.0",
"@aws-sdk/client-sns": "^3.678.0",
"@aws-sdk/lib-dynamodb": "^3.678.0",
"@aws-sdk/util-dynamodb": "^3.678.0",
"@instantdb/admin": "^0.14.19",
"@sentry/aws-serverless": "^8.35.0",
"@shelf/dynamodb-parallel-scan": "^3.9.2",
Expand All @@ -21,7 +21,7 @@
"instagram-private-api": "^1.46.1",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"masto": "^6.10.0",
"masto": "^6.10.1",
"object-hash": "^3.0.0",
"p-throttle": "^6.2.0",
"pretty-ms": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.11.1):
- React-Core
- react-native-segmented-control (2.5.4):
- react-native-segmented-control (2.5.5):
- React-Core
- react-native-view-shot (3.8.0):
- React-Core
Expand Down Expand Up @@ -2138,7 +2138,7 @@ SPEC CHECKSUMS:
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
react-native-safe-area-context: 5141f11858b033636f1788b14f32eaba92cee810
react-native-segmented-control: fde795d4d9c95ebc97cd37a034eb0a7a922f1ec5
react-native-segmented-control: 6a1ba93bd548d4706df5f472e8c71aea84874d92
react-native-view-shot: 6b7ed61d77d88580fed10954d45fad0eb2d47688
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697
Expand Down
5 changes: 3 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"web": "expo start --web",
"prebuild:ios": "expo prebuild --platform ios && npx pod-install",
"lint": "expo lint",
"eas-build-pre-install": "corepack enable && yarn set version 4"
"eas-build-pre-install": "corepack enable && yarn set version 4",
"check": "expo install --check"
},
"dependencies": {
"@ambito-dolar/core": "^3.9.1",
Expand All @@ -21,7 +22,7 @@
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-segmented-control/segmented-control": "^2.5.4",
"@react-native-segmented-control/segmented-control": "^2.5.5",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
Expand Down
Loading

0 comments on commit 28dc75d

Please sign in to comment.