Skip to content

Commit bf22e81

Browse files
committed
Fix import issue, merged let if
1 parent d95cf64 commit bf22e81

25 files changed

+1493
-1171
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ codecov
1313
codecov.*
1414
codecov.*.*
1515
lcov.info
16-
tarpaulin-report.html
16+
tarpaulin-report.html
17+
tarpaulin-report.json

Cargo.lock

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

apps/rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@devup-ui/react": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/core": "^1.3.22",
18+
"@rsbuild/core": "^1.4.2",
1919
"@rsbuild/plugin-react": "^1.3.2",
2020
"@devup-ui/rsbuild-plugin": "workspace:*"
2121
}

0 commit comments

Comments
 (0)