Skip to content

Commit

Permalink
devop: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 7, 2024
1 parent f3a89c4 commit c3fe55b
Show file tree
Hide file tree
Showing 16 changed files with 2,201 additions and 1,521 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@swc/core": "^1.4.8",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@swc/core": "^1.5.3",
"concurrently": "^8.2.2",
"husky": "^9.0.11",
"node-notifier": "^10.0.1",
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 @@ -39,13 +39,13 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
Expand All @@ -56,7 +56,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.0.2",
"type-fest": "^4.13.1",
"type-fest": "^4.18.2",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
}
Expand Down
46 changes: 23 additions & 23 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.5.3",
"@babel/runtime": "^7.24.1",
"@amplitude/analytics-browser": "2.5.3",
"@babel/runtime": "^7.24.5",
"@enkryptcom/extension-bridge": "workspace:^",
"@enkryptcom/hw-wallets": "workspace:^",
"@enkryptcom/keyring": "workspace:^",
Expand All @@ -34,14 +34,14 @@
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@kadena/client": "^1.2.0",
"@ledgerhq/hw-transport-webusb": "^6.28.5",
"@metamask/eth-sig-util": "^7.0.1",
"@kadena/client": "^1.11.0",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@metamask/eth-sig-util": "^7.0.2",
"@rollup/plugin-replace": "^5.0.5",
"@types/chrome": "^0.0.263",
"@types/chrome": "^0.0.267",
"@types/events": "^3.0.3",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.1",
"@types/utf-8-validate": "^5.0.2",
"@vueuse/core": "^10.9.0",
"add": "^2.0.6",
Expand All @@ -50,7 +50,7 @@
"bitcoinjs-lib": "^6.1.5",
"chai": "^4.4.1",
"concurrently": "^8.2.2",
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"echarts": "^5.5.0",
"ethereum-cryptography": "^2.1.3",
"ethereumjs-abi": "^0.6.8",
Expand All @@ -66,9 +66,9 @@
"switch-ts": "^1.1.1",
"url-parse": "^1.5.10",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-echarts": "6.6.9",
"vue-router": "4.3.0",
"vue": "^3.4.27",
"vue-echarts": "6.7.2",
"vue-router": "4.3.2",
"vue3-lottie": "^3.3.0",
"vuedraggable": "^4.1.0",
"web3-eth": "^1.10.4",
Expand All @@ -77,15 +77,15 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/plugin-transform-class-static-block": "^7.24.1",
"@kadena/pactjs-cli": "^1.7.0",
"@polkadot/api": "^10.12.4",
"@polkadot/extension-inject": "^0.46.9",
"@babel/plugin-transform-class-static-block": "^7.24.4",
"@kadena/pactjs-cli": "^1.11.0",
"@polkadot/api": "^11.0.2",
"@polkadot/extension-inject": "^0.47.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/rpc-provider": "^10.12.4",
"@polkadot/types": "^10.12.4",
"@polkadot/types-known": "^10.12.4",
"@polkadot/ui-shared": "^3.6.5",
"@polkadot/rpc-provider": "^11.0.2",
"@polkadot/types": "^11.0.2",
"@polkadot/types-known": "^11.0.2",
"@polkadot/ui-shared": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down Expand Up @@ -115,16 +115,16 @@
"https-browserify": "^1.0.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"rollup": "^4.17.2",
"rollup-plugin-uglify": "^6.0.4",
"semver": "^7.6.0",
"semver": "^7.6.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"systeminformation": "^5.22.6",
"systeminformation": "^5.22.8",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/hw-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"node": ">=14.15.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
Expand All @@ -28,7 +28,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
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.35.7",
"@ledgerhq/hw-transport": "^6.30.5",
"@ledgerhq/hw-transport-webusb": "^6.28.5",
"@ledgerhq/live-common": "^33.6.1",
"@polkadot/types": "^10.12.4",
"@ledgerhq/hw-app-eth": "^6.36.0",
"@ledgerhq/hw-transport": "^6.30.6",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@ledgerhq/live-common": "^34.1.0",
"@polkadot/types": "^11.0.2",
"@polkadot/util": "^12.6.2",
"@trezor/connect-web": "^9.2.1",
"@zondax/ledger-substrate": "^0.41.4",
"@zondax/ledger-substrate": "^0.42.2",
"hdkey": "^2.1.0",
"webextension-polyfill": "^0.10.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"bip39": "^3.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
Expand All @@ -41,7 +41,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/name-resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"node": ">=14.15.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
Expand All @@ -28,7 +28,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"node-fetch": "^2.7.0",
"reconnecting-websocket": "^4.4.0",
"uuid": "^9.0.1",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
Expand All @@ -38,7 +38,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/signers/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@enkryptcom/types": "workspace:^",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/hdkey": "^2.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -39,7 +39,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^9.0.2",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/signers/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@enkryptcom/types": "workspace:^",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/hdkey": "^2.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -39,7 +39,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/signers/kadena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
"dependencies": {
"@enkryptcom/utils": "workspace:^",
"bip39": "^3.1.0",
"chai": "^4.3.8",
"chai": "^4.4.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@enkryptcom/types": "workspace:^",
"@polkadot/util-crypto": "^12.5.1",
"@types/chai": "^4.3.5",
"@types/hdkey": "^2.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.7",
"@polkadot/util-crypto": "^12.6.2",
"@types/chai": "^4.3.16",
"@types/hdkey": "^2.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.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.28.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^9.2.2",
"prettier": "^2.8.8",
"ts-mocha": "^9.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.14.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^3.15.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/signers/polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=14.15.0"
},
"dependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.3.0",
"@enkryptcom/utils": "workspace:^",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
Expand All @@ -27,9 +27,9 @@
},
"devDependencies": {
"@enkryptcom/types": "workspace:^",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -38,7 +38,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"localforage": "^1.10.0"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
Expand All @@ -33,7 +33,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-module-resolver": "^1.5.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"prettier": "^2.8.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand Down
Loading

1 comment on commit c3fe55b

@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.