Skip to content

Commit 53bb7fc

Browse files
authored
Merge pull request #113 from enkryptcom/devop/upgrade-packages
devop: update packages
2 parents ac30137 + 20aa486 commit 53bb7fc

144 files changed

Lines changed: 4041 additions & 4119 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/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 783 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-sources.cjs

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

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ nodeLinker: node-modules
33
plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
55
spec: "@yarnpkg/plugin-workspace-tools"
6+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7+
spec: "@yarnpkg/plugin-interactive-tools"
68

7-
yarnPath: .yarn/releases/yarn-sources.cjs
9+
yarnPath: .yarn/releases/yarn-3.2.2.cjs

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enkrypt",
3-
"packageManager": "yarn@3.2.0",
3+
"packageManager": "yarn@3.2.2",
44
"private": true,
55
"workspaces": [
66
"packages/signers/*",
@@ -22,13 +22,13 @@
2222
"watch-ts": "nodemon --exec 'yarn run build:all && node scripts/compile-done.js'"
2323
},
2424
"devDependencies": {
25-
"@commitlint/cli": "^16.1.0",
26-
"@commitlint/config-conventional": "^16.0.0",
27-
"concurrently": "^7.0.0",
25+
"@commitlint/cli": "^17.0.3",
26+
"@commitlint/config-conventional": "^17.0.3",
27+
"concurrently": "^7.3.0",
2828
"devmoji": "^2.3.0",
29-
"husky": "^7.0.4",
29+
"husky": "^8.0.1",
3030
"node-notifier": "^10.0.1",
31-
"nodemon": "^2.0.15",
31+
"nodemon": "^2.0.19",
3232
"ultra-runner": "^3.10.5"
3333
}
3434
}

packages/extension-bridge/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,32 @@
3333
"dist"
3434
],
3535
"dependencies": {
36-
"nanoevents": "^6.0.2",
37-
"serialize-error": "9.1.0",
38-
"tiny-uid": "^1.1.1",
36+
"nanoevents": "^7.0.1",
37+
"serialize-error": "11.0.0",
38+
"tiny-uid": "^1.1.2",
3939
"webextension-polyfill": "^0.9.0"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "^0.16.1",
43-
"@types/chai": "^4.3.0",
44-
"@types/mocha": "^9.1.0",
45-
"@types/node": "^17.0.17",
46-
"@types/webextension-polyfill": "^0.8.3",
47-
"@typescript-eslint/eslint-plugin": "^5.11.0",
48-
"@typescript-eslint/parser": "^5.11.0",
49-
"bumpp": "^7.1.1",
50-
"eslint": "^8.9.0",
42+
"@antfu/eslint-config": "^0.26.0",
43+
"@types/chai": "^4.3.3",
44+
"@types/mocha": "^9.1.1",
45+
"@types/node": "^18.6.5",
46+
"@types/webextension-polyfill": "^0.9.0",
47+
"@typescript-eslint/eslint-plugin": "^5.33.0",
48+
"@typescript-eslint/parser": "^5.33.0",
49+
"bumpp": "^8.2.1",
50+
"eslint": "^8.21.0",
5151
"eslint-config-airbnb-base": "^15.0.0",
52-
"eslint-config-prettier": "^8.3.0",
52+
"eslint-config-prettier": "^8.5.0",
5353
"eslint-import-resolver-alias": "^1.1.2",
54-
"eslint-plugin-import": "^2.25.4",
54+
"eslint-plugin-import": "^2.26.0",
5555
"eslint-plugin-module-resolver": "^1.4.0",
56-
"prettier": "^2.5.1",
57-
"ts-node": "^10.5.0",
58-
"tsconfig-paths": "^3.12.0",
59-
"tsup": "^5.11.13",
60-
"type-fest": "^2.11.2",
61-
"typescript": "^4.5.5",
56+
"prettier": "^2.7.1",
57+
"ts-node": "^10.9.1",
58+
"tsconfig-paths": "^4.1.0",
59+
"tsup": "^6.2.1",
60+
"type-fest": "^2.18.0",
61+
"typescript": "^4.7.4",
6262
"typescript-eslint": "0.0.1-alpha.0"
6363
}
6464
}

packages/extension/.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
"vue/setup-compiler-macros": true
66
},
77
"extends": [
8-
"@vue/prettier/@typescript-eslint",
98
"plugin:vue/vue3-recommended",
109
"eslint:recommended",
1110
"@vue/typescript/recommended",
12-
"@vue/prettier"
11+
"plugin:prettier/recommended"
1312
],
1413
"parserOptions": {
1514
"ecmaVersion": 2020,

packages/extension/package.json

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch-vue-firefox": "cross-env BROWSER='firefox' vue-cli-service build --watch --no-clean"
2121
},
2222
"dependencies": {
23-
"@acala-network/api": "^4.1.1",
23+
"@acala-network/api": "^4.1.5",
2424
"@enkryptcom/extension-bridge": "^0.0.1",
2525
"@enkryptcom/hw-wallets": "^0.0.1",
2626
"@enkryptcom/keyring": "^0.0.1",
@@ -29,90 +29,89 @@
2929
"@enkryptcom/types": "^0.0.1",
3030
"@enkryptcom/utils": "^0.0.1",
3131
"@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",
3434
"@metamask/eth-sig-util": "^4.0.1",
35-
"@types/chrome": "^0.0.180",
35+
"@types/chrome": "^0.0.193",
3636
"@types/events": "^3.0.0",
3737
"@types/less": "^3.0.3",
3838
"@types/lodash": "^4.14.182",
3939
"@types/utf-8-validate": "^5.0.0",
40-
"@vueuse/core": "^8.7.5",
40+
"@vueuse/core": "^9.1.0",
4141
"add": "^2.0.6",
42-
"bignumber.js": "^9.0.2",
42+
"bignumber.js": "^9.1.0",
4343
"bip39": "^3.0.4",
4444
"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",
4747
"ethereumjs-abi": "^0.6.8",
48-
"ethereumjs-util": "^7.1.4",
48+
"ethereumjs-util": "^7.1.5",
4949
"ethereumjs-wallet": "^1.0.2",
5050
"eventemitter3": "^4.0.7",
5151
"lodash": "^4.17.21",
5252
"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",
5555
"qrcode.vue": "^3.3.3",
56-
"trezor-connect": "^8.2.8",
56+
"trezor-connect": "^8.2.10",
5757
"url-parse": "^1.5.10",
5858
"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",
6262
"vuedraggable": "next",
63-
"web3": "^1.7.3",
64-
"web3-utils": "^1.7.3",
63+
"web3": "^1.7.5",
64+
"web3-utils": "^1.7.5",
6565
"zxcvbn": "^4.4.2"
6666
},
6767
"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",
7676
"@polkadot/wasm-crypto": "^6.3.1",
77-
"@rollup/plugin-commonjs": "^21.0.2",
77+
"@rollup/plugin-commonjs": "^22.0.2",
7878
"@rollup/plugin-inject": "^4.0.4",
7979
"@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",
8282
"@types/ethereumjs-abi": "^0.6.3",
83-
"@types/mocha": "^9.1.0",
83+
"@types/mocha": "^9.1.1",
8484
"@types/url-parse": "^1.4.8",
8585
"@types/uuid": "^8.3.4",
8686
"@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",
9594
"buffer": "^6.0.3",
9695
"cross-env": "^7.0.3",
9796
"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",
102101
"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",
106105
"path-browserify": "^1.0.1",
107-
"prettier": "^2.4.1",
106+
"prettier": "^2.7.1",
108107
"rimraf": "^3.0.2",
109-
"rollup": "^2.68.0",
108+
"rollup": "^2.77.2",
110109
"rollup-plugin-uglify": "^6.0.4",
111110
"stream-browserify": "^3.0.0",
112111
"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",
116115
"url": "^0.11.0",
117116
"webextension-polyfill": "^0.9.0"
118117
},

packages/extension/src/libs/utils/number-formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ const getRoundNumber = (
502502
value: hasTrailingZeros
503503
? value.decimalPlaces(round).toFormat(round)
504504
: value.decimalPlaces(round).toFormat(),
505-
tooltipText: dps > round ? value.toFormat() : undefined,
505+
tooltipText: dps! > round ? value.toFormat() : undefined,
506506
};
507507
};
508508

packages/extension/src/providers/ethereum/ui/eth-connect-dapp.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<common-popup>
33
<template #header>
4-
<sign-logo class="common-popup__logo"></sign-logo>
4+
<sign-logo class="common-popup__logo" />
55
<div class="common-popup__network">
66
<img :src="network.icon" />
77
<p>{{ network.name_long }}</p>
@@ -31,7 +31,7 @@
3131
:address="displayAddress"
3232
:identicon="identicon"
3333
@toggle:select-accounts="toggleAccounts"
34-
></select-account-input>
34+
/>
3535
</div>
3636

3737
<div class="provider-connect-dapp__info">
@@ -48,7 +48,7 @@
4848
:network="network"
4949
:account-info="accountHeaderData"
5050
@address-changed="onSelectedAddressChanged"
51-
></modal-accounts>
51+
/>
5252
</template>
5353

5454
<template #button-left>

0 commit comments

Comments
 (0)