Skip to content

Commit c352113

Browse files
committed
Optimize minus
1 parent 8d7cbe9 commit c352113

File tree

9 files changed

+1784
-62
lines changed

9 files changed

+1784
-62
lines changed

.changeset/all-glasses-open.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/webpack-plugin": patch
3+
---
4+
5+
Fix creating ignore logic

.changeset/curvy-walls-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
---
4+
5+
Optimize zero minus

Cargo.lock

Lines changed: 46 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/devup-ui-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ css = { path = "../../libs/css" }
2727
console_error_panic_hook = { version = "0.1.7", optional = true }
2828
once_cell = "1.21.3"
2929
js-sys = "0.3.77"
30-
serde_json = "1.0.140"
30+
serde_json = "1.0.141"
3131
serde-wasm-bindgen = "0.6.5"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)