Skip to content

Commit

Permalink
chore: mostly dependencies update and clean up console.log in test-dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Oct 10, 2024
1 parent 4c1d0f7 commit 6397b72
Show file tree
Hide file tree
Showing 25 changed files with 442 additions and 426 deletions.
2 changes: 1 addition & 1 deletion apps/taquito-test-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"events": "^3.3.0",
"lerna": "^8.1.7",
"prettier-plugin-svelte": "^3.2.6",
"sass": "^1.77.8",
"sass": "^1.78.0",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
Expand Down
12 changes: 6 additions & 6 deletions apps/taquito-test-dapp/src/lib/Wallet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
enableMetrics: $store.enableMetrics,
});
wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, data => {console.log(JSON.stringify(data))}).then(console.log("subscribed"));
wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, () => {});
return wallet;
};
Expand Down Expand Up @@ -164,11 +164,11 @@
saveLog(data, BeaconEvent.NO_PERMISSIONS),
);
// await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
// saveLog(data, BeaconEvent.ACTIVE_ACCOUNT_SET);
// store.updateUserAddress(data.address);
// store.updateNetworkType(data.network.type as SupportedNetworks);
// });
await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
saveLog(data, BeaconEvent.ACTIVE_ACCOUNT_SET);
store.updateUserAddress(data.address);
store.updateNetworkType(data.network.type as SupportedNetworks);
});
await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_TRANSPORT_SET, (data) =>
saveLog(data, BeaconEvent.ACTIVE_TRANSPORT_SET),
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"example:scan-path-ledger": "node -r ts-node/register --preserve-symlinks scan-path-ledger.ts"
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.29.3",
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
"@taquito/ledger-signer": "^20.0.1",
"@taquito/local-forging": "^20.0.1",
"@taquito/michel-codec": "^20.0.1",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"version": "20.0.1",
"dependencies": {
"@ledgerhq/devices": "8.4.2",
"@ledgerhq/hw-transport": "6.31.2",
"@ledgerhq/hw-transport-node-hid": "6.29.3",
"@ledgerhq/hw-transport-node-hid-noevents": "6.30.3",
"@ledgerhq/devices": "8.4.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
"@ledgerhq/hw-transport-node-hid-noevents": "6.30.5",
"@taquito/contracts-library": "^20.0.1",
"@taquito/core": "^20.0.1",
"@taquito/http-utils": "^20.0.1",
Expand Down
292 changes: 161 additions & 131 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-beacon-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-contracts-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/json-stringify-safe": "^5.0.3",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-typescript2": "^0.36.0"
}
}
2 changes: 1 addition & 1 deletion packages/taquito-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-ledger-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
]
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.31.2",
"@ledgerhq/hw-transport": "^6.31.4",
"@stablelib/blake2b": "^1.0.1",
"@taquito/core": "^20.0.1",
"@taquito/taquito": "^20.0.1",
Expand All @@ -83,7 +83,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-local-forging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michel-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"lodash.camelcase": "^4.3.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-michelson-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-remote-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-sapling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-timelock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lodash.camelcase": "^4.3.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-tzip12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-tzip16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"prompt": "^1.3.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup": "^4.22.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rx-sandbox": "^2.0.5",
Expand Down
Loading

0 comments on commit 6397b72

Please sign in to comment.