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 4, 2023
1 parent 7dc2b4b commit f48265c
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 119 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"husky": "^8.0.3",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"sst": "2.26.9"
"sst": "2.26.11"
},
"scripts": {
"test": "lerna run test",
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"dependencies": {
"@ambito-dolar/core": "^3.5.0",
"@atproto/api": "^0.6.20",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-sns": "^3.421.0",
"@aws-sdk/lib-dynamodb": "^3.421.0",
"@sentry/integrations": "7.37.2",
"@sentry/serverless": "7.37.2",
"@aws-sdk/client-dynamodb": "^3.423.0",
"@aws-sdk/client-s3": "^3.423.0",
"@aws-sdk/client-sns": "^3.423.0",
"@aws-sdk/lib-dynamodb": "^3.423.0",
"@sentry/integrations": "7.52.0",
"@sentry/serverless": "7.52.0",
"@shelf/dynamodb-parallel-scan": "^3.5.3",
"@sparticuz/chromium": "~111.0.0",
"async": "^3.2.4",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.7.0",
"google-auth-library": "^9.0.0",
"google-auth-library": "^9.1.0",
"instagram-private-api": "^1.45.3",
"joi": "^17.10.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-native-view-shot": "3.7.0",
"react-native-web": "~0.19.9",
"react-navigation-header-buttons": "^11.0.1",
"react-redux": "^8.1.2",
"react-redux": "^8.1.3",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.0",
"redux-persist-transform-filter": "0.0.22",
Expand Down
Loading

0 comments on commit f48265c

Please sign in to comment.