Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 18, 2024
1 parent e7b6be0 commit f9b0a80
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.15-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"commander": "^11.1.0",
"typescript": "^5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions cli/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion halo2-lib-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"ethers": "^6.8.0",
"prettier": "1.18.2"
},
Expand Down
8 changes: 6 additions & 2 deletions halo2-lib-js/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions halo2-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.16-rc2.0",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"@axiom-crypto/halo2-lib-js": "0.2.15-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"@devbookhq/splitter": "^1.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
43 changes: 39 additions & 4 deletions halo2-repl/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion halo2-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2-wasm"
version = "0.2.13-rc2.0"
version = "0.3.0-rc2.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit f9b0a80

Please sign in to comment.