Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all dev dependencies #2278

Merged
merged 35 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
472fd58
remove all dev dependencies
bdemann Nov 14, 2024
93b1f15
add back express types
bdemann Nov 15, 2024
2dfc137
add back more dev dependencies
bdemann Nov 15, 2024
f423895
add back dependencies to tests
bdemann Nov 15, 2024
5991989
update caller devDependencies
bdemann Nov 15, 2024
03c2d63
fix dependencies
bdemann Nov 15, 2024
cca318f
fix final package.json files
bdemann Nov 18, 2024
54a32ed
update func as well
bdemann Nov 18, 2024
b3f75c9
update packages
bdemann Nov 18, 2024
a1c8545
update ovs example to remove dev_dependencies
bdemann Nov 19, 2024
8ae4fca
update identity
bdemann Nov 19, 2024
db47e85
more package updates
bdemann Nov 20, 2024
9005b85
update args type
bdemann Nov 20, 2024
6ca2e26
remove text decoder
bdemann Nov 20, 2024
39c6d8a
synchronize various dfinity packages
bdemann Nov 20, 2024
483415a
try updating dfinity packages
bdemann Nov 20, 2024
5cb50cb
update trap message in test
bdemann Nov 25, 2024
ceb719a
update arg data raw to return a Uint8Array
bdemann Nov 25, 2024
7bc5bf6
update manual reply error messages
bdemann Nov 25, 2024
c0520d7
first pass at adding agent and identity to getCanisterActor
bdemann Nov 25, 2024
073a281
clean up getCanisterActor API
bdemann Nov 25, 2024
0f62e3f
bring back dev dependencies for front ends
bdemann Nov 25, 2024
34ac252
remove frontend from hello
bdemann Nov 26, 2024
f59b0aa
remove frontend from superheroes
bdemann Nov 26, 2024
5116b17
remove frontend from phone-book
bdemann Nov 26, 2024
d13bdd5
remove frontend from minimal counter dapp
bdemann Nov 26, 2024
149ccf2
add ts ignore
bdemann Nov 26, 2024
0350d67
Merge branch 'main' into remove_dev_dependencies
bdemann Nov 26, 2024
dcd7723
get rid of redundant clone
bdemann Nov 26, 2024
634821c
rename arg to args
bdemann Nov 26, 2024
571b0df
always be uint8array
bdemann Nov 26, 2024
39d3711
remove version from dfx.json
bdemann Nov 26, 2024
ca88789
revert always uint8array and other pr fixes
bdemann Nov 26, 2024
d8e008d
pr fix
bdemann Nov 26, 2024
6876ad2
update package locks
bdemann Nov 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified canister_templates/stable.wasm
Binary file not shown.
8 changes: 0 additions & 8 deletions examples/basic_bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@
"azle": "0.24.1",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
8 changes: 0 additions & 8 deletions examples/bitcoin_psbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,5 @@
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.2",
"tiny-secp256k1": "^2.2.3"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
8 changes: 1 addition & 7 deletions examples/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
"azle": "0.24.1"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
"@dfinity/identity": "^0.19.2",
"ckbtc_end_to_end_test_functional_syntax": "file:../../tests/end_to_end/candid_rpc/functional_syntax/ckbtc",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
"ckbtc_end_to_end_test_functional_syntax": "file:../../tests/end_to_end/candid_rpc/functional_syntax/ckbtc"
}
}
2 changes: 1 addition & 1 deletion examples/ckbtc/wallet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"vite": "^4.4.10"
},
"dependencies": {
"@dfinity/auth-client": "^0.19.3",
"@dfinity/auth-client": "^2.1.3",
"lit": "^2.8.0"
}
}
6 changes: 0 additions & 6 deletions examples/hello_world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,5 @@
},
"dependencies": {
"azle": "0.24.1"
},
"devDependencies": {
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"tsx": "^4.15.7",
"typescript": "^5.2.2"
}
}
10 changes: 3 additions & 7 deletions examples/hello_world_http_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
"dependencies": {
"azle": "0.24.1",
"express": "^4.18.2",
"lit": "^3.1.2"
"lit": "^3.1.2",
"vite": "^5.0.12"
},
"devDependencies": {
"@types/express": "^4.17.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"tsx": "^4.15.7",
"typescript": "^5.2.2",
"vite": "^5.0.12"
"@types/express": "^4.17.21"
}
}
Loading
Loading