Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed May 27, 2024
1 parent f4d321f commit 7ad5a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gramio",
"version": "0.0.37",
"version": "0.0.38",
"description": "Powerful Telegram Bot API framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,14 +32,14 @@
},
"dependencies": {
"@gramio/callback-data": "^0.0.3",
"@gramio/contexts": "^0.0.15",
"@gramio/contexts": "^0.0.16",
"@gramio/files": "^0.0.8",
"@gramio/format": "^0.1.2",
"@gramio/keyboards": "^0.3.2",
"@gramio/types": "^7.3.4",
"inspectable": "^3.0.1",
"middleware-io": "^2.8.1",
"undici": "^6.17.0"
"undici": "^6.18.1"
},
"files": [
"dist"
Expand Down

0 comments on commit 7ad5a64

Please sign in to comment.