|
1 | 1 | { |
2 | 2 | "name": "tronweb", |
3 | | - "version": "6.0.0-beta.3", |
| 3 | + "version": "6.0.0-beta.4", |
4 | 4 | "description": "JavaScript SDK that encapsulates the TRON HTTP API", |
5 | 5 | "main": "./lib/commonjs/index.js", |
6 | 6 | "module": "./lib/esm/index.js", |
|
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | 60 | "@babel/runtime": "^7.0.0", |
61 | | - "@ethersproject/abi": "^5.7.0", |
62 | 61 | "@tronweb3/google-protobuf": "^3.21.2", |
63 | 62 | "axios": "^1.6.8", |
64 | 63 | "bignumber.js": "^9.0.1", |
65 | | - "eslint-config-prettier": "^8.8.0", |
66 | 64 | "ethereum-cryptography": "^2.1.3", |
67 | | - "ethers": "^6.11.1", |
| 65 | + "ethers": "^6.13.1", |
68 | 66 | "eventemitter3": "^3.1.0", |
69 | | - "events": "^3.3.0", |
70 | | - "injectpromise": "^1.0.0", |
71 | | - "querystring-es3": "^0.2.1", |
72 | 67 | "semver": "^5.6.0", |
73 | | - "typescript": "^5.1.6", |
74 | 68 | "validator": "^13.7.0" |
75 | 69 | }, |
76 | 70 | "devDependencies": { |
|
99 | 93 | "chai": "^4.3.7", |
100 | 94 | "chalk": "^2.4.1", |
101 | 95 | "eslint": "^8.44.0", |
| 96 | + "eslint-config-prettier": "^8.8.0", |
102 | 97 | "eslint-import-resolver-typescript": "^3.5.5", |
| 98 | + "events": "^3.3.0", |
103 | 99 | "globby": "^13.1.3", |
104 | 100 | "husky": "^7.0.0", |
105 | 101 | "istanbul": "^0.4.5", |
|
115 | 111 | "karma-sourcemap-loader": "^0.3.7", |
116 | 112 | "karma-spec-reporter": "^0.0.32", |
117 | 113 | "karma-webpack": "^5.0.0", |
118 | | - "matchdep": "^2.0.0", |
119 | 114 | "mocha": "^10.2.0", |
120 | 115 | "prettier": "^2.8.8", |
121 | | - "puppeteer": "^13.5.1", |
| 116 | + "puppeteer": "^22.11.2", |
| 117 | + "querystring-es3": "^0.2.1", |
122 | 118 | "rimraf": "^3.0.2", |
123 | 119 | "source-map-support": "^0.5.19", |
124 | 120 | "ts-loader": "^9.4.3", |
| 121 | + "typescript": "^5.1.6", |
125 | 122 | "webpack": "^5.78.0", |
126 | 123 | "webpack-cli": "^5.0.1", |
127 | 124 | "webpack-node-externals": "^3.0.0" |
|
0 commit comments