Skip to content

Commit

Permalink
switch to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jul 12, 2024
1 parent 44b99d6 commit d2aa567
Show file tree
Hide file tree
Showing 196 changed files with 259 additions and 260 deletions.
2 changes: 1 addition & 1 deletion examples/apollo_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/async_await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/audio_and_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/audio_recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/autoreload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/basic_bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@dfinity/agent": "0.11.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/bitcoin_psbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/bitcoinjs_lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/bitcore_lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/blob_array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/call_raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/candid_encoding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/candid_keywords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.9.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/canister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.21.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@dfinity/identity": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/complex_init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/complex_types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "0.11.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/composite_queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/cross_canister_calls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/cycles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethereum_json_rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ethers_base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch_ic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "^29.7.0",
"puppeteer": "^22.2.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/file_protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/func_types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "0.11.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/heartbeat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/hello_world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/http_outcall_fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/hybrid_canister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ic_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/ic_evm_rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/icrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "0.14.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^1.4.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "10.7.0",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/inspect_message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/internet_identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "^29.7.0",
"puppeteer": "^22.2.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/key_value_store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@dfinity/agent": "^0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit d2aa567

Please sign in to comment.