|
20 | 20 | "watch-vue-firefox": "cross-env BROWSER='firefox' vue-cli-service build --watch --no-clean" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@acala-network/api": "^4.1.1", |
| 23 | + "@acala-network/api": "^4.1.5", |
24 | 24 | "@enkryptcom/extension-bridge": "^0.0.1", |
25 | 25 | "@enkryptcom/hw-wallets": "^0.0.1", |
26 | 26 | "@enkryptcom/keyring": "^0.0.1", |
|
29 | 29 | "@enkryptcom/types": "^0.0.1", |
30 | 30 | "@enkryptcom/utils": "^0.0.1", |
31 | 31 | "@ethereumjs/common": "^2.6.4", |
32 | | - "@ethereumjs/tx": "^3.5.1", |
33 | | - "@ledgerhq/hw-transport-webusb": "^6.27.1", |
| 32 | + "@ethereumjs/tx": "^3.5.2", |
| 33 | + "@ledgerhq/hw-transport-webusb": "^6.27.2", |
34 | 34 | "@metamask/eth-sig-util": "^4.0.1", |
35 | | - "@types/chrome": "^0.0.180", |
| 35 | + "@types/chrome": "^0.0.193", |
36 | 36 | "@types/events": "^3.0.0", |
37 | 37 | "@types/less": "^3.0.3", |
38 | 38 | "@types/lodash": "^4.14.182", |
39 | 39 | "@types/utf-8-validate": "^5.0.0", |
40 | | - "@vueuse/core": "^8.7.5", |
| 40 | + "@vueuse/core": "^9.1.0", |
41 | 41 | "add": "^2.0.6", |
42 | | - "bignumber.js": "^9.0.2", |
| 42 | + "bignumber.js": "^9.1.0", |
43 | 43 | "bip39": "^3.0.4", |
44 | 44 | "chai": "^4.3.6", |
45 | | - "concurrently": "^7.0.0", |
46 | | - "core-js": "^3.21.0", |
| 45 | + "concurrently": "^7.3.0", |
| 46 | + "core-js": "^3.24.1", |
47 | 47 | "ethereumjs-abi": "^0.6.8", |
48 | | - "ethereumjs-util": "^7.1.4", |
| 48 | + "ethereumjs-util": "^7.1.5", |
49 | 49 | "ethereumjs-wallet": "^1.0.2", |
50 | 50 | "eventemitter3": "^4.0.7", |
51 | 51 | "lodash": "^4.17.21", |
52 | 52 | "memoize-one": "^6.0.0", |
53 | | - "moment": "^2.29.1", |
54 | | - "nanoevents": "^6.0.2", |
| 53 | + "moment": "^2.29.4", |
| 54 | + "nanoevents": "^7.0.1", |
55 | 55 | "qrcode.vue": "^3.3.3", |
56 | | - "trezor-connect": "^8.2.8", |
| 56 | + "trezor-connect": "^8.2.10", |
57 | 57 | "url-parse": "^1.5.10", |
58 | 58 | "uuid": "^8.3.2", |
59 | | - "vue": "^3.2.31", |
60 | | - "vue-router": "4", |
61 | | - "vue3-lottie": "^2.1.0", |
| 59 | + "vue": "^3.2.37", |
| 60 | + "vue-router": "4.1.3", |
| 61 | + "vue3-lottie": "^2.2.5", |
62 | 62 | "vuedraggable": "next", |
63 | | - "web3": "^1.7.3", |
64 | | - "web3-utils": "^1.7.3", |
| 63 | + "web3": "^1.7.5", |
| 64 | + "web3-utils": "^1.7.5", |
65 | 65 | "zxcvbn": "^4.4.2" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@polkadot/api": "^8.14.1", |
69 | | - "@polkadot/extension-inject": "^0.44.1", |
70 | | - "@polkadot/keyring": "^10.1.2", |
71 | | - "@polkadot/rpc-provider": "^8.14.1", |
72 | | - "@polkadot/types": "^8.14.1", |
73 | | - "@polkadot/types-known": "^8.14.1", |
74 | | - "@polkadot/ui-shared": "^2.9.1", |
75 | | - "@polkadot/util": "^10.1.1", |
| 68 | + "@polkadot/api": "^9.1.1", |
| 69 | + "@polkadot/extension-inject": "^0.44.4", |
| 70 | + "@polkadot/keyring": "^10.1.3", |
| 71 | + "@polkadot/rpc-provider": "^9.1.1", |
| 72 | + "@polkadot/types": "^9.1.1", |
| 73 | + "@polkadot/types-known": "^9.1.1", |
| 74 | + "@polkadot/ui-shared": "^2.9.4", |
| 75 | + "@polkadot/util": "^10.1.3", |
76 | 76 | "@polkadot/wasm-crypto": "^6.3.1", |
77 | | - "@rollup/plugin-commonjs": "^21.0.2", |
| 77 | + "@rollup/plugin-commonjs": "^22.0.2", |
78 | 78 | "@rollup/plugin-inject": "^4.0.4", |
79 | 79 | "@rollup/plugin-json": "^4.1.0", |
80 | | - "@rollup/plugin-node-resolve": "^13.1.3", |
81 | | - "@rollup/plugin-typescript": "^8.3.1", |
| 80 | + "@rollup/plugin-node-resolve": "^13.3.0", |
| 81 | + "@rollup/plugin-typescript": "^8.3.4", |
82 | 82 | "@types/ethereumjs-abi": "^0.6.3", |
83 | | - "@types/mocha": "^9.1.0", |
| 83 | + "@types/mocha": "^9.1.1", |
84 | 84 | "@types/url-parse": "^1.4.8", |
85 | 85 | "@types/uuid": "^8.3.4", |
86 | 86 | "@types/zxcvbn": "^4.4.1", |
87 | | - "@typescript-eslint/eslint-plugin": "^5.4.0", |
88 | | - "@typescript-eslint/parser": "^5.4.0", |
89 | | - "@vue/cli-plugin-babel": "~5.0.4", |
90 | | - "@vue/cli-plugin-eslint": "~5.0.4", |
91 | | - "@vue/cli-plugin-typescript": "~5.0.4", |
92 | | - "@vue/cli-service": "~5.0.4", |
93 | | - "@vue/eslint-config-prettier": "^6.0.0", |
94 | | - "@vue/eslint-config-typescript": "^9.1.0", |
| 87 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 88 | + "@typescript-eslint/parser": "^5.33.0", |
| 89 | + "@vue/cli-plugin-babel": "~5.0.8", |
| 90 | + "@vue/cli-plugin-eslint": "~5.0.8", |
| 91 | + "@vue/cli-plugin-typescript": "~5.0.8", |
| 92 | + "@vue/cli-service": "~5.0.8", |
| 93 | + "@vue/eslint-config-typescript": "^11.0.0", |
95 | 94 | "buffer": "^6.0.3", |
96 | 95 | "cross-env": "^7.0.3", |
97 | 96 | "crypto-browserify": "^3.12.0", |
98 | | - "eslint": "^7.32.0", |
99 | | - "eslint-config-prettier": "^8.3.0", |
100 | | - "eslint-plugin-prettier": "^4.0.0", |
101 | | - "eslint-plugin-vue": "^8.0.3", |
| 97 | + "eslint": "^8.21.0", |
| 98 | + "eslint-config-prettier": "^8.5.0", |
| 99 | + "eslint-plugin-prettier": "^4.2.1", |
| 100 | + "eslint-plugin-vue": "^8.7.1", |
102 | 101 | "https-browserify": "^1.0.0", |
103 | | - "less": "^4.1.2", |
104 | | - "less-loader": "^5.0.0", |
105 | | - "mocha": "^9.2.0", |
| 102 | + "less": "^4.1.3", |
| 103 | + "less-loader": "^11.0.0", |
| 104 | + "mocha": "^10.0.0", |
106 | 105 | "path-browserify": "^1.0.1", |
107 | | - "prettier": "^2.4.1", |
| 106 | + "prettier": "^2.7.1", |
108 | 107 | "rimraf": "^3.0.2", |
109 | | - "rollup": "^2.68.0", |
| 108 | + "rollup": "^2.77.2", |
110 | 109 | "rollup-plugin-uglify": "^6.0.4", |
111 | 110 | "stream-browserify": "^3.0.0", |
112 | 111 | "stream-http": "^3.2.0", |
113 | | - "ts-mocha": "^9.0.2", |
114 | | - "tsconfig-paths": "^3.12.0", |
115 | | - "typescript": "^4.5.5", |
| 112 | + "ts-mocha": "^10.0.0", |
| 113 | + "tsconfig-paths": "^4.1.0", |
| 114 | + "typescript": "^4.7.4", |
116 | 115 | "url": "^0.11.0", |
117 | 116 | "webextension-polyfill": "^0.9.0" |
118 | 117 | }, |
|
0 commit comments