Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDraitsev committed Jan 21, 2025
1 parent 308722d commit 85d9e5d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"deploy": "sls deploy"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.721.0",
"@aws-sdk/client-lambda": "^3.721.0",
"@aws-sdk/client-s3": "^3.721.0",
"@aws-sdk/lib-dynamodb": "^3.721.0",
"@aws-sdk/client-dynamodb": "^3.731.1",
"@aws-sdk/client-lambda": "^3.731.1",
"@aws-sdk/client-s3": "^3.732.0",
"@aws-sdk/lib-dynamodb": "^3.731.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/aws-lambda": "^8.10.147",
"@types/jest": "^29.5.14",
"esbuild": "^0.24.2",
"serverless": "^4.4.18",
"serverless": "^4.4.19",
"serverless-esbuild": "^1.54.6",
"serverless-offline": "^14.4.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"resolutions": {
"whatwg-url": "^14.1.0"
Expand Down
6 changes: 3 additions & 3 deletions src/sharp-statistics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2"
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3"
},
"peerDependencies": {
"sharp": "^0.33.5"
Expand Down
4 changes: 2 additions & 2 deletions src/telegram-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"author": "Eugene Draitsev <ddrrai@gmail.com>",
"license": "MIT",
"dependencies": {
"@grammyjs/parse-mode": "^1.10.0",
"@grammyjs/parse-mode": "^1.11.1",
"grammy": "^1.34.0",
"openai": "^4.77.0"
"openai": "^4.79.4"
},
"devDependencies": {
"telegram-typings": "5.0.0"
Expand Down

0 comments on commit 85d9e5d

Please sign in to comment.