Skip to content

Commit c98d415

Browse files
committed
Implement styled
1 parent 62ada96 commit c98d415

File tree

3 files changed

+43
-35
lines changed

3 files changed

+43
-35
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": {
3+
"bindings/devup-ui-wasm/package.json": "Patch",
4+
"packages/react/package.json": "Patch"
5+
},
6+
"note": "Implement styled",
7+
"date": "2025-12-02T15:06:28.741744300Z"
8+
}

Cargo.lock

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

libs/extractor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
oxc_parser = "0.99.0"
8-
oxc_syntax = "0.99.0"
9-
oxc_span = "0.99.0"
10-
oxc_allocator = "0.99.0"
11-
oxc_ast = "0.99.0"
12-
oxc_ast_visit = "0.99.0"
13-
oxc_codegen = "0.99.0"
7+
oxc_parser = "0.101.0"
8+
oxc_syntax = "0.101.0"
9+
oxc_span = "0.101.0"
10+
oxc_allocator = "0.101.0"
11+
oxc_ast = "0.101.0"
12+
oxc_ast_visit = "0.101.0"
13+
oxc_codegen = "0.101.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

0 commit comments

Comments
 (0)