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 28, 2024
1 parent bcc1472 commit 08bb31c
Show file tree
Hide file tree
Showing 7 changed files with 4,606 additions and 3,724 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"eslint": "^8.57.0",
Expand All @@ -40,8 +40,5 @@
"depcheck": "yarn workspaces foreach --verbose exec npx depcheck",
"postinstall": "husky"
},
"packageManager": "[email protected]",
"resolutions": {
"babel-plugin-lodash/@babel/types": "~7.20.0"
}
"packageManager": "[email protected]"
}
13 changes: 7 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"dependencies": {
"@ambito-dolar/core": "^3.8.3",
"@atproto/api": "^0.10.1",
"@aws-sdk/client-dynamodb": "^3.521.0",
"@aws-sdk/client-s3": "^3.521.0",
"@aws-sdk/client-sns": "^3.521.0",
"@aws-sdk/lib-dynamodb": "^3.521.0",
"@sentry/integrations": "7.69.0",
"@sentry/serverless": "7.69.0",
"@aws-sdk/client-dynamodb": "~3.523.0",
"@aws-sdk/client-s3": "~3.523.0",
"@aws-sdk/client-sns": "~3.523.0",
"@aws-sdk/lib-dynamodb": "~3.523.0",
"@sentry/integrations": "7.100.1",
"@sentry/serverless": "7.100.1",
"@shelf/dynamodb-parallel-scan": "^3.7.0",
"@smithy/node-http-handler": "^2.4.1",
"@sparticuz/chromium": "~122.0.0",
"async": "^3.2.5",
"boolean": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/src/libs/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@aws-sdk/client-s3';
import { SNSClient, PublishCommand } from '@aws-sdk/client-sns';
// import { StandardRetryStrategy } from '@aws-sdk/util-retry';
import { CaptureConsole as CaptureConsoleIntegration } from '@sentry/integrations';
import { captureConsoleIntegration } from '@sentry/integrations';
import * as Sentry from '@sentry/serverless';
import { parallelScan } from '@shelf/dynamodb-parallel-scan';
import { NodeHttpHandler } from '@smithy/node-http-handler';
Expand Down Expand Up @@ -743,7 +743,7 @@ const wrapHandler = (handler) => {
// disable performance monitoring
// tracesSampleRate: 1.0,
integrations: [
new CaptureConsoleIntegration({
captureConsoleIntegration({
levels: ['warn', 'error'],
}),
],
Expand Down
Loading

0 comments on commit 08bb31c

Please sign in to comment.