Skip to content

Commit 45d470e

Browse files
authored
Merge pull request #319 from dev-five-git/add-mask-shortcut
Update wasm
2 parents 4a40c5f + 5a854ba commit 45d470e

File tree

5 files changed

+67
-19
lines changed

5 files changed

+67
-19
lines changed

.changeset/chubby-breads-call.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+
Update wasm

Cargo.lock

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

libs/css/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2024"
55

66
[dependencies]
77
once_cell = "1.21.3"
8-
phf = { version = "0.12", features = ["macros"] }
8+
phf = { version = "0.13", features = ["macros"] }
99
serial_test = "3.2.0"
1010
serde = { version = "1.0.219", features = ["derive"] }
11-
regex = "1.11.1"
11+
regex = "1.11.2"
1212

1313
[dev-dependencies]
1414
rstest = "0.26.1"

libs/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ oxc_ast = "0.82.3"
1212
oxc_ast_visit = "0.82.3"
1313
oxc_codegen = "0.82.3"
1414
css = { path = "../css" }
15-
phf = "0.12"
15+
phf = "0.13"
1616
strum = "0.27.2"
1717
strum_macros = "0.27.2"
1818

libs/sheet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
css = { path = "../css" }
88
serde = { version = "1.0.219", features = ["derive"] }
9-
regex = "1.11.1"
9+
regex = "1.11.2"
1010
once_cell = "1.21.3"
1111
extractor = { path = "../extractor" }
1212

0 commit comments

Comments
 (0)