|
1 | 1 | { |
2 | 2 | "name": "daedalus", |
3 | 3 | "productName": "Daedalus", |
4 | | - "version": "5.0.0", |
| 4 | + "version": "5.1.0", |
5 | 5 | "description": "Cryptocurrency Wallet", |
6 | 6 | "main": "./dist/main/index.js", |
7 | 7 | "scripts": { |
|
103 | 103 | "@types/node": "14.18.1", |
104 | 104 | "@types/qrcode.react": "1.0.2", |
105 | 105 | "@types/react": "16.9.56", |
| 106 | + "@types/react-router": "5.1.18", |
| 107 | + "@types/react-router-dom": "5.3.3", |
106 | 108 | "@types/react-svg-inline": "2.1.3", |
107 | 109 | "@types/react-table": "^7.7.9", |
108 | | - "@types/trezor-connect": "8.1.18", |
| 110 | + "@types/uuid": "8.3.4", |
109 | 111 | "@typescript-eslint/eslint-plugin": "5.20.0", |
110 | 112 | "@typescript-eslint/parser": "5.20.0", |
111 | 113 | "@xarc/run": "1.1.1", |
|
199 | 201 | "yarn-lockfile": "1.1.1" |
200 | 202 | }, |
201 | 203 | "dependencies": { |
202 | | - "@cardano-foundation/ledgerjs-hw-app-cardano": "5.0.0", |
| 204 | + "@cardano-foundation/ledgerjs-hw-app-cardano": "5.1.0", |
203 | 205 | "@iohk-jormungandr/wallet-js": "0.5.0-pre7", |
204 | 206 | "@ledgerhq/hw-transport-node-hid": "6.27.1", |
| 207 | + "@trezor/connect": "9.0.2", |
205 | 208 | "aes-js": "3.1.2", |
206 | 209 | "bech32": "2.0.0", |
207 | 210 | "bignumber.js": "9.0.1", |
|
215 | 218 | "cardano-js": "0.4.8", |
216 | 219 | "cardano-launcher": "0.20220119.0", |
217 | 220 | "cbor": "5.0.2", |
218 | | - "cbor-web": "7.0.6", |
219 | 221 | "check-disk-space": "3.2.0", |
220 | 222 | "chroma-js": "2.1.0", |
221 | 223 | "classnames": "2.2.6", |
|
239 | 241 | "inquirer": "7.3.3", |
240 | 242 | "json-bigint": "1.0.0", |
241 | 243 | "lodash": "4.17.21", |
242 | | - "lodash-es": "4.17.21", |
| 244 | + "lodash-es": "4.17.15", |
| 245 | + "matomo-tracker": "2.2.4", |
243 | 246 | "mime-types": "2.1.27", |
244 | 247 | "mkdirp": "1.0.4", |
245 | 248 | "mobx": "5.15.7", |
|
286 | 289 | "spectron-fake-dialog": "0.0.1", |
287 | 290 | "tail": "2.2.4", |
288 | 291 | "tcp-port-used": "1.0.1", |
289 | | - "trezor-connect": "8.2.8-extended", |
290 | 292 | "unorm": "1.6.0", |
291 | 293 | "url": "0.11.0", |
292 | 294 | "usb-detection": "4.13.0", |
293 | 295 | "util": "0.12.4", |
| 296 | + "uuid": "8.3.2", |
294 | 297 | "validator": "13.7.0" |
295 | 298 | }, |
296 | 299 | "devEngines": { |
|
0 commit comments