|
1 | 1 | { |
2 | 2 | "name": "@enkryptcom/extension", |
3 | | - "version": "2.9.0", |
| 3 | + "version": "2.10.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
|
23 | 23 | "watch:firefox": "yarn prebuild && cross-env BROWSER='firefox' vite" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@amplitude/analytics-browser": "^2.17.10", |
| 26 | + "@amplitude/analytics-browser": "^2.20.1", |
27 | 27 | "@enkryptcom/extension-bridge": "workspace:^", |
28 | 28 | "@enkryptcom/hw-wallets": "workspace:^", |
29 | 29 | "@enkryptcom/keyring": "workspace:^", |
|
36 | 36 | "@ethereumjs/tx": "^5.4.0", |
37 | 37 | "@ethereumjs/util": "^9.1.0", |
38 | 38 | "@ethereumjs/wallet": "^2.0.4", |
39 | | - "@kadena/client": "^1.17.1", |
40 | | - "@kadena/pactjs-cli": "^1.17.1", |
41 | | - "@ledgerhq/hw-transport-webusb": "^6.29.6", |
| 39 | + "@kadena/client": "^1.18.0", |
| 40 | + "@kadena/pactjs-cli": "^1.18.0", |
| 41 | + "@ledgerhq/hw-transport-webusb": "^6.29.8", |
42 | 42 | "@metamask/eth-sig-util": "^8.2.0", |
43 | | - "@metaplex-foundation/mpl-bubblegum": "^5.0.1", |
| 43 | + "@metaplex-foundation/mpl-bubblegum": "^5.0.2", |
44 | 44 | "@metaplex-foundation/umi": "^1.2.0", |
45 | 45 | "@metaplex-foundation/umi-bundle-defaults": "^1.2.0", |
46 | | - "@polkadot/api": "^16.2.2", |
47 | | - "@polkadot/extension-inject": "^0.59.2", |
48 | | - "@polkadot/keyring": "^13.5.2", |
49 | | - "@polkadot/rpc-provider": "^16.2.2", |
50 | | - "@polkadot/types": "^16.2.2", |
51 | | - "@polkadot/types-known": "^16.2.2", |
52 | | - "@polkadot/ui-shared": "^3.14.1", |
53 | | - "@polkadot/util": "^13.5.2", |
| 46 | + "@polkadot/api": "^16.4.2", |
| 47 | + "@polkadot/extension-inject": "^0.61.4", |
| 48 | + "@polkadot/keyring": "^13.5.3", |
| 49 | + "@polkadot/rpc-provider": "^16.4.2", |
| 50 | + "@polkadot/types": "^16.4.2", |
| 51 | + "@polkadot/types-known": "^16.4.2", |
| 52 | + "@polkadot/ui-shared": "^3.15.2", |
| 53 | + "@polkadot/util": "^13.5.3", |
54 | 54 | "@polkadot/wasm-crypto": "^7.4.1", |
55 | 55 | "@solana-developers/helpers": "2.8.0", |
56 | 56 | "@solana/spl-token": "^0.4.13", |
57 | 57 | "@solana/wallet-standard-features": "^1.3.0", |
58 | 58 | "@solana/web3.js": "^1.98.2", |
59 | 59 | "@wallet-standard/base": "^1.1.0", |
60 | 60 | "add": "^2.0.6", |
61 | | - "bignumber.js": "^9.3.0", |
| 61 | + "bignumber.js": "^9.3.1", |
62 | 62 | "bip39": "^3.1.0", |
63 | 63 | "bitcoinjs-lib": "^6.1.7", |
64 | 64 | "bs58": "^6.0.0", |
65 | | - "concurrently": "^9.1.2", |
| 65 | + "concurrently": "^9.2.0", |
66 | 66 | "echarts": "^5.6.0", |
67 | 67 | "ethereum-cryptography": "^2.2.1", |
68 | 68 | "ethereumjs-abi": "^0.6.8", |
|
78 | 78 | "switch-ts": "^1.1.1", |
79 | 79 | "url-parse": "^1.5.10", |
80 | 80 | "uuid": "^11.1.0", |
81 | | - "vue": "^3.5.16", |
| 81 | + "vue": "^3.5.18", |
82 | 82 | "vue-echarts": "7.0.3", |
83 | 83 | "vue-router": "^4.5.1", |
84 | 84 | "vue3-lottie": "^3.3.1", |
|
96 | 96 | "@rollup/plugin-node-resolve": "^16.0.1", |
97 | 97 | "@rollup/plugin-replace": "^6.0.2", |
98 | 98 | "@rollup/plugin-terser": "^0.4.4", |
99 | | - "@rollup/plugin-typescript": "^12.1.3", |
| 99 | + "@rollup/plugin-typescript": "^12.1.4", |
100 | 100 | "@tsconfig/node20": "^20.1.6", |
101 | 101 | "@types/bs58": "^5.0.0", |
102 | | - "@types/chrome": "^0.0.326", |
| 102 | + "@types/chrome": "^0.1.1", |
103 | 103 | "@types/ethereumjs-abi": "^0.6.5", |
104 | 104 | "@types/events": "^3.0.3", |
105 | 105 | "@types/fs-extra": "^11.0.4", |
106 | 106 | "@types/less": "^3.0.8", |
107 | | - "@types/lodash": "^4.17.17", |
108 | | - "@types/node": "^22.15.24", |
| 107 | + "@types/lodash": "^4.17.20", |
| 108 | + "@types/node": "^22.16.5", |
109 | 109 | "@types/semver": "^7.7.0", |
110 | 110 | "@types/url-parse": "^1.4.11", |
111 | 111 | "@types/utf-8-validate": "^5.0.2", |
|
114 | 114 | "@types/zxcvbn": "^4.4.5", |
115 | 115 | "@vitejs/plugin-vue": "^5.2.4", |
116 | 116 | "@vue/eslint-config-prettier": "^10.2.0", |
117 | | - "@vue/eslint-config-typescript": "^14.5.1", |
| 117 | + "@vue/eslint-config-typescript": "^14.6.0", |
118 | 118 | "@vue/tsconfig": "^0.7.0", |
119 | | - "@vueuse/core": "^13.3.0", |
| 119 | + "@vueuse/core": "^13.5.0", |
120 | 120 | "cross-env": "^7.0.3", |
121 | | - "eslint": "^9.29.0", |
122 | | - "eslint-plugin-vue": "^10.2.0", |
| 121 | + "eslint": "^9.32.0", |
| 122 | + "eslint-plugin-vue": "^10.3.0", |
123 | 123 | "fs-extra": "^11.3.0", |
124 | 124 | "jsdom": "^26.1.0", |
125 | | - "less": "^4.3.0", |
| 125 | + "less": "^4.4.0", |
126 | 126 | "less-loader": "^12.3.0", |
127 | 127 | "npm-run-all2": "^8.0.4", |
128 | | - "prettier": "^3.5.3", |
| 128 | + "prettier": "^3.6.2", |
129 | 129 | "rimraf": "^6.0.1", |
130 | | - "rollup": "^4.43.0", |
| 130 | + "rollup": "^4.45.1", |
131 | 131 | "rollup-plugin-visualizer": "^6.0.3", |
132 | 132 | "semver": "^7.7.2", |
133 | | - "systeminformation": "^5.27.3", |
| 133 | + "systeminformation": "^5.27.7", |
134 | 134 | "tsup": "^8.5.0", |
135 | 135 | "typescript": "~5.8.3", |
136 | 136 | "url": "^0.11.4", |
137 | 137 | "vite": "^6.3.5", |
138 | | - "vite-plugin-node-polyfills": "0.23.0", |
| 138 | + "vite-plugin-node-polyfills": "0.24.0", |
139 | 139 | "vite-tsconfig-paths": "^5.1.4", |
140 | 140 | "vitest": "^3.2.4", |
141 | | - "vue-tsc": "^2.2.10", |
| 141 | + "vue-tsc": "^2.2.12", |
142 | 142 | "webextension-polyfill": "^0.12.0" |
143 | 143 | }, |
144 | 144 | "installConfig": { |
|
0 commit comments