Skip to content

Commit c65a4f7

Browse files
authored
Merge pull request #786 from enkryptcom/ui/improvements
ui: improvements and updates
2 parents c8387a9 + 1ae24aa commit c65a4f7

93 files changed

Lines changed: 8198 additions & 3126 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.yarn/versions/81e941ed.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.yarn/versions/8cbbf8cb.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ enableGlobalCache: false
66

77
nodeLinker: node-modules
88

9+
npmRegistryServer: "https://registry.yarnpkg.com/"
10+
911
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
"watch-ts": "nodemon --exec 'yarn run build:all && node scripts/compile-done.js'",
2828
"upgrade": "yarn upgrade-interactive",
2929
"version:bump:patch": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn version --immediate patch'",
30-
"publish": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 312003'",
30+
"publish": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 151351'",
3131
"version:apply": "yarn version apply --all",
3232
"prepare": "husky"
3333
},
3434
"devDependencies": {
35-
"@commitlint/cli": "^20.2.0",
36-
"@commitlint/config-conventional": "^20.2.0",
37-
"@swc/core": "^1.15.3",
35+
"@commitlint/cli": "^20.4.1",
36+
"@commitlint/config-conventional": "^20.4.1",
37+
"@swc/core": "^1.15.11",
3838
"concurrently": "^9.2.1",
3939
"husky": "^9.1.7",
4040
"node-notifier": "^10.0.1",
4141
"nodemon": "^3.1.11",
4242
"ultra-runner": "^3.10.5",
43-
"vite-plugin-node-polyfills": "0.24.0"
43+
"vite-plugin-node-polyfills": "0.25.0"
4444
},
4545
"resolutions": {
4646
"@zondax/ledger-cosmos-js/vue": "^3.5.12",

packages/extension-bridge/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
],
4040
"dependencies": {
4141
"nanoevents": "^9.1.0",
42-
"serialize-error": "12.0.0",
42+
"serialize-error": "13.0.1",
4343
"tiny-uid": "^1.1.2",
4444
"webextension-polyfill": "^0.12.0"
4545
},
4646
"devDependencies": {
47-
"@types/node": "^22.19.2",
47+
"@types/node": "^22.19.11",
4848
"@types/webextension-polyfill": "^0.12.4",
49-
"@typescript-eslint/eslint-plugin": "^8.49.0",
50-
"@typescript-eslint/parser": "^8.49.0",
51-
"bumpp": "^10.3.2",
52-
"eslint": "^9.39.1",
49+
"@typescript-eslint/eslint-plugin": "^8.56.0",
50+
"@typescript-eslint/parser": "^8.56.0",
51+
"bumpp": "^10.4.1",
52+
"eslint": "^9.39.2",
5353
"eslint-config-airbnb-base": "^15.0.0",
5454
"eslint-config-prettier": "^10.1.8",
5555
"eslint-import-resolver-alias": "^1.1.2",
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-module-resolver": "^1.5.0",
58-
"prettier": "^3.7.4",
58+
"prettier": "^3.8.1",
5959
"ts-node": "^10.9.2",
6060
"tsconfig-paths": "^4.2.0",
6161
"tsup": "^8.5.1",
62-
"type-fest": "^5.3.1",
62+
"type-fest": "^5.4.4",
6363
"typescript": "^5.9.3",
64-
"typescript-eslint": "8.49.0"
64+
"typescript-eslint": "8.56.0"
6565
}
6666
}

packages/extension/env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ declare let __BUILD_TIME__: string;
1717
interface Window {
1818
// Declare your custom global variable here
1919
readonly __PACKAGE_VERSION__: string;
20+
enkrypt: any;
2021
}

packages/extension/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enkryptcom/extension",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"watch:firefox": "yarn prebuild && cross-env BROWSER='firefox' vite"
2424
},
2525
"dependencies": {
26-
"@amplitude/analytics-browser": "^2.32.0",
26+
"@amplitude/analytics-browser": "^2.35.0",
2727
"@enkryptcom/extension-bridge": "workspace:^",
2828
"@enkryptcom/hw-wallets": "workspace:^",
2929
"@enkryptcom/keyring": "workspace:^",
@@ -38,12 +38,12 @@
3838
"@ethereumjs/wallet": "^2.0.4",
3939
"@kadena/client": "^1.18.3",
4040
"@kadena/pactjs-cli": "^1.18.3",
41-
"@ledgerhq/hw-transport-webusb": "^6.29.13",
41+
"@ledgerhq/hw-transport-webusb": "^6.30.0",
4242
"@massalabs/massa-web3": "^5.3.0",
4343
"@metamask/eth-sig-util": "^8.2.0",
4444
"@metaplex-foundation/mpl-bubblegum": "^5.0.2",
45-
"@metaplex-foundation/umi": "^1.4.1",
46-
"@metaplex-foundation/umi-bundle-defaults": "^1.4.1",
45+
"@metaplex-foundation/umi": "^1.5.1",
46+
"@metaplex-foundation/umi-bundle-defaults": "^1.5.1",
4747
"@polkadot/api": "^16.5.4",
4848
"@polkadot/extension-inject": "^0.62.6",
4949
"@polkadot/keyring": "^14.0.1",
@@ -67,21 +67,21 @@
6767
"echarts": "^6.0.0",
6868
"ethereum-cryptography": "^2.2.1",
6969
"ethereumjs-abi": "^0.6.8",
70-
"eventemitter3": "^5.0.1",
70+
"eventemitter3": "^5.0.4",
7171
"jdenticon": "^3.3.0",
72-
"lodash": "^4.17.21",
72+
"lodash": "^4.17.23",
7373
"memoize-one": "^6.0.0",
7474
"moment": "^2.30.1",
7575
"nanoevents": "^9.1.0",
7676
"pact-lang-api": "^4.3.6",
7777
"pinia": "^3.0.4",
78-
"qrcode.vue": "^3.6.0",
78+
"qrcode.vue": "^3.8.0",
7979
"switch-ts": "^2.0.0",
8080
"url-parse": "^1.5.10",
8181
"uuid": "^13.0.0",
82-
"vue": "^3.5.25",
82+
"vue": "^3.5.28",
8383
"vue-echarts": "8.0.1",
84-
"vue-router": "^4.6.3",
84+
"vue-router": "^4.6.4",
8585
"vue3-lottie": "^3.3.1",
8686
"vuedraggable": "^4.1.0",
8787
"web3-eth": "^1.10.4",
@@ -98,48 +98,48 @@
9898
"@rollup/plugin-replace": "^6.0.3",
9999
"@rollup/plugin-terser": "^0.4.4",
100100
"@rollup/plugin-typescript": "^12.3.0",
101-
"@tsconfig/node20": "^20.1.8",
101+
"@tsconfig/node20": "^20.1.9",
102102
"@types/bs58": "^5.0.0",
103-
"@types/chrome": "^0.1.32",
103+
"@types/chrome": "^0.1.36",
104104
"@types/ethereumjs-abi": "^0.6.5",
105105
"@types/events": "^3.0.3",
106106
"@types/fs-extra": "^11.0.4",
107107
"@types/less": "^3.0.8",
108-
"@types/lodash": "^4.17.21",
109-
"@types/node": "^22.19.2",
108+
"@types/lodash": "^4.17.23",
109+
"@types/node": "^22.19.11",
110110
"@types/semver": "^7.7.1",
111111
"@types/url-parse": "^1.4.11",
112112
"@types/utf-8-validate": "^5.0.2",
113113
"@types/uuid": "^11.0.0",
114114
"@types/wif": "^2.0.5",
115115
"@types/zxcvbn": "^4.4.5",
116-
"@vitejs/plugin-vue": "^6.0.2",
116+
"@vitejs/plugin-vue": "^6.0.4",
117117
"@vue/eslint-config-prettier": "^10.2.0",
118-
"@vue/eslint-config-typescript": "^14.6.0",
118+
"@vue/eslint-config-typescript": "^14.7.0",
119119
"@vue/tsconfig": "^0.8.1",
120-
"@vueuse/core": "^14.1.0",
120+
"@vueuse/core": "^14.2.1",
121121
"cross-env": "^10.1.0",
122-
"eslint": "^9.39.1",
123-
"eslint-plugin-vue": "^10.6.2",
124-
"fs-extra": "^11.3.2",
125-
"jsdom": "^27.3.0",
126-
"less": "^4.4.2",
127-
"less-loader": "^12.3.0",
122+
"eslint": "^9.39.2",
123+
"eslint-plugin-vue": "^10.8.0",
124+
"fs-extra": "^11.3.3",
125+
"jsdom": "^27.4.0",
126+
"less": "^4.5.1",
127+
"less-loader": "^12.3.1",
128128
"npm-run-all2": "^8.0.4",
129-
"prettier": "^3.7.4",
130-
"rimraf": "^6.1.2",
131-
"rollup": "^4.53.3",
129+
"prettier": "^3.8.1",
130+
"rimraf": "^6.1.3",
131+
"rollup": "^4.57.1",
132132
"rollup-plugin-visualizer": "^6.0.5",
133-
"semver": "^7.7.3",
134-
"systeminformation": "^5.27.14",
133+
"semver": "^7.7.4",
134+
"systeminformation": "^5.31.1",
135135
"tsup": "^8.5.1",
136136
"typescript": "~5.9.3",
137137
"url": "^0.11.4",
138-
"vite": "^7.2.7",
139-
"vite-plugin-node-polyfills": "0.24.0",
140-
"vite-tsconfig-paths": "^5.1.4",
141-
"vitest": "^4.0.15",
142-
"vue-tsc": "^3.1.8",
138+
"vite": "^7.3.1",
139+
"vite-plugin-node-polyfills": "0.25.0",
140+
"vite-tsconfig-paths": "^6.1.1",
141+
"vitest": "^4.0.18",
142+
"vue-tsc": "^3.2.4",
143143
"webextension-polyfill": "^0.12.0"
144144
},
145145
"installConfig": {

packages/extension/src/libs/dapp-list/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ const lists: Partial<Record<NetworkNames, string>> = {
6363
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/nova.json',
6464
[NetworkNames.Forma]:
6565
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/forma.json',
66-
[NetworkNames.Godwoken]:
67-
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/godwoken.json',
6866
[NetworkNames.ImmutableZkevm]:
6967
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/imx.json',
7068
[NetworkNames.MantaPacific]:

0 commit comments

Comments
 (0)