Skip to content

Commit

Permalink
devop: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jul 30, 2024
1 parent a50537a commit 02cba1e
Show file tree
Hide file tree
Showing 16 changed files with 1,547 additions and 1,413 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@swc/core": "^1.6.3",
"@swc/core": "^1.7.3",
"concurrently": "^8.2.2",
"husky": "^9.0.11",
"husky": "^9.1.4",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.3",
"nodemon": "^3.1.4",
"ultra-runner": "^3.10.5"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -55,8 +55,8 @@
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"type-fest": "^4.20.1",
"tsup": "^8.2.3",
"type-fest": "^4.23.0",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
}
Expand Down
60 changes: 30 additions & 30 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"watch-vue-firefox": "cross-env BROWSER='firefox' vue-cli-service build --watch --no-clean"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.9.0",
"@babel/runtime": "^7.24.7",
"@amplitude/analytics-browser": "^2.9.3",
"@babel/runtime": "^7.25.0",
"@enkryptcom/extension-bridge": "workspace:^",
"@enkryptcom/hw-wallets": "workspace:^",
"@enkryptcom/keyring": "workspace:^",
Expand All @@ -34,25 +34,25 @@
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@kadena/client": "^1.12.0",
"@ledgerhq/hw-transport-webusb": "^6.29.0",
"@metamask/eth-sig-util": "^7.0.2",
"@kadena/client": "^1.13.0",
"@ledgerhq/hw-transport-webusb": "^6.29.2",
"@metamask/eth-sig-util": "^7.0.3",
"@rollup/plugin-replace": "^5.0.7",
"@types/chrome": "^0.0.268",
"@types/chrome": "^0.0.269",
"@types/events": "^3.0.3",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.7",
"@types/utf-8-validate": "^5.0.2",
"@vueuse/core": "^10.11.0",
"add": "^2.0.6",
"bignumber.js": "^9.1.2",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"chai": "^4.4.1",
"chai": "^4.5.0",
"concurrently": "^8.2.2",
"core-js": "^3.37.1",
"echarts": "^5.5.0",
"ethereum-cryptography": "^2.2.0",
"echarts": "^5.5.1",
"ethereum-cryptography": "^2.2.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-wallet": "^1.0.2",
"eventemitter3": "^5.0.1",
Expand All @@ -61,14 +61,14 @@
"moment": "^2.30.1",
"nanoevents": "^9.0.0",
"pact-lang-api": "^4.3.6",
"pinia": "^2.1.7",
"pinia": "^2.2.0",
"qrcode.vue": "^3.4.1",
"switch-ts": "^1.1.1",
"url-parse": "^1.5.10",
"uuid": "^10.0.0",
"vue": "^3.4.29",
"vue-echarts": "6.7.3",
"vue-router": "4.3.3",
"vue": "^3.4.34",
"vue-echarts": "7.0.0-beta.0",
"vue-router": "4.4.0",
"vue3-lottie": "^3.3.0",
"vuedraggable": "^4.1.0",
"web3-eth": "^1.10.4",
Expand All @@ -78,24 +78,24 @@
},
"devDependencies": {
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@kadena/pactjs-cli": "^1.12.0",
"@polkadot/api": "^11.3.1",
"@polkadot/extension-inject": "^0.47.6",
"@polkadot/keyring": "^12.6.2",
"@polkadot/rpc-provider": "^11.3.1",
"@polkadot/types": "^11.3.1",
"@polkadot/types-known": "^11.3.1",
"@polkadot/ui-shared": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@kadena/pactjs-cli": "^1.13.0",
"@polkadot/api": "^12.2.3",
"@polkadot/extension-inject": "^0.50.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-provider": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/types-known": "^12.2.3",
"@polkadot/ui-shared": "^3.8.2",
"@polkadot/util": "^13.0.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/ethereumjs-abi": "^0.6.5",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/url-parse": "^1.4.11",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@types/wif": "^2.0.5",
"@types/zxcvbn": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -115,20 +115,20 @@
"https-browserify": "^1.0.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup-plugin-uglify": "^6.0.4",
"semver": "^7.6.2",
"semver": "^7.6.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"systeminformation": "^5.22.11",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
"url": "^0.11.3",
"url": "^0.11.4",
"webextension-polyfill": "^0.12.0"
},
"installConfig": {
Expand Down
24 changes: 12 additions & 12 deletions packages/hw-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand All @@ -50,14 +50,14 @@
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@ledgerhq/hw-app-eth": "^6.37.0",
"@ledgerhq/hw-transport": "^6.31.0",
"@ledgerhq/hw-transport-webusb": "^6.29.0",
"@ledgerhq/hw-app-eth": "^6.37.3",
"@ledgerhq/hw-transport": "^6.31.2",
"@ledgerhq/hw-transport-webusb": "^6.29.2",
"@ledgerhq/live-common": "^34.1.0",
"@polkadot/types": "^11.3.1",
"@polkadot/util": "^12.6.2",
"@trezor/connect-web": "^9.2.4",
"@zondax/ledger-substrate": "^0.44.2",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@trezor/connect-web": "^9.3.0",
"@zondax/ledger-substrate": "^0.44.7",
"hdkey": "^2.1.0",
"webextension-polyfill": "^0.12.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"@enkryptcom/storage": "workspace:^",
"@enkryptcom/types": "workspace:^",
"@enkryptcom/utils": "workspace:^",
"@polkadot/util": "^12.6.2",
"@polkadot/util": "^13.0.2",
"assert": "^2.1.0",
"bip39": "^3.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/name-resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"node-fetch": "^2.7.0",
"reconnecting-websocket": "^4.4.0",
"uuid": "^10.0.0",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/signers/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@enkryptcom/utils": "workspace:^",
"@noble/secp256k1": "1.7.1",
"bip39": "^3.1.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"hdkey": "^2.1.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
Expand All @@ -29,8 +29,8 @@
"@enkryptcom/types": "workspace:^",
"@types/chai": "^4.3.16",
"@types/hdkey": "^2.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -39,12 +39,12 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^9.0.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/signers/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@enkryptcom/utils": "workspace:^",
"@ethereumjs/util": "^9.0.3",
"bip39": "^3.1.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"hdkey": "^2.1.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
Expand All @@ -29,8 +29,8 @@
"@enkryptcom/types": "workspace:^",
"@types/chai": "^4.3.16",
"@types/hdkey": "^2.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -39,12 +39,12 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
},
Expand Down
Loading

1 comment on commit 02cba1e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.