Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Feb 18, 2024
1 parent b01edb0 commit 32f4153
Show file tree
Hide file tree
Showing 9 changed files with 1,831 additions and 1,513 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"husky": "^9.0.7",
"lerna": "^8.0.2",
"prettier": "^3.2.4",
"sst": "2.40.1"
"husky": "^9.0.11",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"sst": "2.40.3"
},
"scripts": {
"test": "lerna run test",
Expand Down
15 changes: 8 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"version": "3.12.5",
"dependencies": {
"@ambito-dolar/core": "^3.8.2",
"@atproto/api": "^0.9.5",
"@aws-sdk/client-dynamodb": "^3.503.0",
"@aws-sdk/client-s3": "^3.503.0",
"@aws-sdk/client-sns": "^3.503.0",
"@aws-sdk/lib-dynamodb": "^3.503.0",
"@atproto/api": "^0.9.7",
"@aws-sdk/client-dynamodb": "^3.515.0",
"@aws-sdk/client-s3": "^3.515.0",
"@aws-sdk/client-sns": "^3.515.0",
"@aws-sdk/lib-dynamodb": "^3.515.0",
"@sentry/integrations": "7.69.0",
"@sentry/serverless": "7.69.0",
"@shelf/dynamodb-parallel-scan": "^3.7.0",
"@sparticuz/chromium": "~121.0.0",
"async": "^3.2.5",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.7.0",
"google-auth-library": "^9.6.0",
"google-auth-library": "^9.6.3",
"instagram-private-api": "^1.45.3",
"joi": "^17.12.1",
"lodash": "^4.17.21",
Expand All @@ -26,8 +26,9 @@
"puppeteer-core": "~21.9.0",
"qrcode-terminal": "^0.12.0",
"reddit": "^1.2.1",
"semver": "^7.5.4",
"semver": "^7.6.0",
"sharp": "^0.32.6",
"twitter-api-v2": "^1.16.0",
"whatsapp-web.js": "patch:whatsapp-web.js@https%3A//github.com/alechkos/whatsapp-web.js.git%23commit=bc250c7e99ec36f98865240413c5d50da8d512ae#~/.yarn/patches/whatsapp-web.js-https-a2405ef4ed.patch",
"wwebjs-aws-s3": "^1.0.2"
}
Expand Down
Loading

0 comments on commit 32f4153

Please sign in to comment.