Skip to content

Commit

Permalink
bump Candid UI (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jul 10, 2023
1 parent c2a310f commit 528a343
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 75 deletions.
101 changes: 69 additions & 32 deletions tools/ui/Cargo.lock

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

46 changes: 23 additions & 23 deletions tools/ui/package-lock.json

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

6 changes: 3 additions & 3 deletions tools/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "webpack"
},
"devDependencies": {
"@dfinity/agent": "0.16.0",
"@dfinity/candid": "0.16.0",
"@dfinity/principal": "0.16.0",
"@dfinity/agent": "0.17.0",
"@dfinity/candid": "0.17.0",
"@dfinity/principal": "0.17.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.8.1",
Expand Down
6 changes: 3 additions & 3 deletions tools/ui/src/didjs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ path = "lib.rs"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6"
ic-cdk-macros = "0.6"
candid = "0.8"
ic-cdk = { version = "0.10", git = "https://github.com/dfinity/cdk-rs.git", branch = "beta" }
candid = { version = "0.9", features = ["parser"] }
serde = "1.0"
serde_bytes = "0.11"

Loading

0 comments on commit 528a343

Please sign in to comment.