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