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 25, 2024
1 parent ff66a08 commit 8ced85e
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 242 deletions.
10 changes: 5 additions & 5 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.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",
"@aws-sdk/client-dynamodb": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-sns": "^3.679.0",
"@aws-sdk/lib-dynamodb": "^3.679.0",
"@aws-sdk/util-dynamodb": "^3.679.0",
"@instantdb/admin": "^0.14.19",
"@sentry/aws-serverless": "^8.35.0",
"@shelf/dynamodb-parallel-scan": "^3.9.2",
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 @@ -1668,7 +1668,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.34.1):
- RNScreens (3.35.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2169,7 +2169,7 @@ SPEC CHECKSUMS:
RNGestureHandler: a8e61b93b4c5c44e6cd797cdaba43126ec36acaa
RNPurchases: 704efdac386e00fdadf1be815ba39efb6bbd2e8e
RNReanimated: af4e059a8fd0fb7a9cdf5ad35ead4699598a9447
RNScreens: 7efd7587bd3e6a1faed7d5a09ff5d742aae8d31d
RNScreens: 6b641f232990a9d505a6d139fd18c3c759c9d290
RNSentry: 9752b085f3cb1a806ac3cd2766149e438658686e
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d
SDWebImage: 8a6b7b160b4d710e2a22b6900e25301075c34cb3
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-native-reanimated": "^3.16.1",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.1",
"react-native-screens": "^3.35.0",
"react-native-segmented-control-tab": "^4.0.0",
"react-native-svg": "^15.8.0",
"react-native-typography": "^1.4.1",
Expand All @@ -96,7 +96,7 @@
"victory-native": "^36.9.2"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"@expo/webpack-config": "^19.0.1"
},
"version": "7.5.0",
Expand Down
Loading

0 comments on commit 8ced85e

Please sign in to comment.