From 552e53dcd581008ce21dee1dd122a844b0c51064 Mon Sep 17 00:00:00 2001 From: Kravets <57632712+kravetsone@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:03:47 +0300 Subject: [PATCH] chore: bumps --- deno.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deno.json b/deno.json index 466f1d1..e143b67 100644 --- a/deno.json +++ b/deno.json @@ -11,14 +11,14 @@ ] }, "imports": { - "@gramio/types": "jsr:@gramio/types@^7.4.1", + "@gramio/types": "jsr:@gramio/types@^7.5.0", "@gramio/callback-data": "jsr:@gramio/callback-data@^0.0.3", "@gramio/contexts": "jsr:@gramio/contexts@^0.0.16", "@gramio/files": "jsr:@gramio/files@^0.0.8", "@gramio/format": "jsr:@gramio/format@^0.1.3", "@gramio/keyboards": "jsr:@gramio/keyboards@^0.3.3", - "inspectable": "npm:inspectable@^3.0.1", + "inspectable": "npm:inspectable@^3.0.2", "middleware-io": "npm:middleware-io@^2.8.1", - "undici": "npm:undici@^6.18.1" + "undici": "npm:undici@^6.19.2" } } \ No newline at end of file diff --git a/package.json b/package.json index 42fabf8..89d4626 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gramio", "type": "commonjs", - "version": "0.0.40", + "version": "0.0.41", "description": "Powerful Telegram Bot API framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -29,8 +29,8 @@ "devDependencies": { "@biomejs/biome": "1.7.3", "@types/debug": "^4.1.12", - "@types/node": "^20.14.5", - "typescript": "^5.4.5" + "@types/node": "^20.14.9", + "typescript": "^5.5.2" }, "dependencies": { "@gramio/callback-data": "^0.0.3",