Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-PCqKNg5R8cWyUve1sRLDPjsx9aFLptfQ+b2lUAvESeg=";
npmDepsHash = "sha256-xEr8l6R4jss+u5fPgaQNJtNN8fIolG4LzWZAH3w0SPk=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down
25 changes: 13 additions & 12 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@zombienet/utils": "^0.0.29",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"debug": "^4.3.4",
"debug": "^4.4.3",
"nunjucks": "^3.2.4",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@polkadot/util-crypto": "^13.1.1",
"@zombienet/utils": "^0.0.29",
"chai": "^4.3.10",
"debug": "^4.3.4",
"debug": "^4.4.3",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
"jsdom": "^23.2.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"cli-table3": "^0.6.3",
"debug": "^4.3.4",
"debug": "^4.4.3",
"mocha": "^10.4.0",
"nunjucks": "^3.2.4",
"toml": "github:pepoviola/toml-node",
Expand Down
Loading