Skip to content

Commit

Permalink
chore: bump to 7.2 TBA types
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Apr 4, 2024
1 parent 9fe4575 commit 27264ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/keyboards",
"version": "0.2.2",
"version": "0.2.3",
"description": "Framework-agnostic Telegram bot keyboard builder with many cool features!",
"main": "dist/index.js",
"type": "commonjs",
Expand All @@ -22,12 +22,12 @@
"node-telegram-bot-api"
],
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@types/bun": "^1.0.7",
"typescript": "^5.3.3"
"@biomejs/biome": "1.6.4",
"@types/bun": "^1.0.12",
"typescript": "^5.4.3"
},
"dependencies": {
"@gramio/types": "^7.1.0"
"@gramio/types": "^7.2.1"
},
"files": [
"dist"
Expand Down

0 comments on commit 27264ab

Please sign in to comment.