@tma.js/sdk-react 2.2.6 → 2.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tma.js/sdk-react",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "description": "React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.",
5
5
  "author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
6
6
  "homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
@@ -36,7 +36,7 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@tma.js/sdk": "2.6.0"
39
+ "@tma.js/sdk": "2.7.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@types/react": "^17.0.0 || ^18.0.0",