Skip to content

Commit 5c0b874

Browse files
authored
Merge pull request #426 from dev-five-git/add-layout-to-import
Upgrade imports
2 parents f1b645f + b328948 commit 5c0b874

17 files changed

+263
-88
lines changed

.changeset/fuzzy-rules-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@devup-ui/eslint-plugin': patch
3+
---
4+
5+
Fix imports issue on globalCss

.changeset/mean-socks-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@devup-ui/react': patch
3+
---
4+
5+
Support query on imports

.changeset/ten-beds-punch.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+
Support layer on imports of globalCss

Cargo.lock

Lines changed: 69 additions & 61 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ once_cell = "1.21.3"
88
phf = { version = "0.13", features = ["macros"] }
99
serial_test = "3.2.0"
1010
serde = { version = "1.0.228", features = ["derive"] }
11-
regex = "1.11.3"
11+
regex = "1.12.2"
1212
bimap = { version = "0.6.3" }
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)