mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-15 10:21:11 +00:00
fix: resolve ESLint/Prettier issues in P2P components
- Fix prettier formatting across all P2P files - Fix setState-in-useEffect by using useCallback pattern - Add missing React import for keyboard event type - Wrap fetch functions in useCallback for exhaustive-deps
This commit is contained in:
Generated
+3
-3
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pezkuwi-telegram-miniapp",
|
||||
"version": "1.0.193",
|
||||
"version": "1.0.221",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pezkuwi-telegram-miniapp",
|
||||
"version": "1.0.193",
|
||||
"version": "1.0.221",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@pezkuwi/api": "^16.5.36",
|
||||
@@ -53,7 +53,7 @@
|
||||
"prettier": "^3.8.1",
|
||||
"tailwindcss": "^3.4.11",
|
||||
"tronweb": "^6.2.0",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.4.1",
|
||||
"vitest": "^4.0.18"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user