Skip to content

Commit

Permalink
feat: upgrade vite version to 6.0.0 (#4961)
Browse files Browse the repository at this point in the history
* chore: upgrade vite version to 6.0.0

* chore: update lock
  • Loading branch information
vince292007 authored Nov 27, 2024
1 parent 7350267 commit 54a9ff0
Show file tree
Hide file tree
Showing 5 changed files with 707 additions and 677 deletions.
2 changes: 1 addition & 1 deletion packages/@core/base/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/style.css"
"default": "./dist/design.css"
}
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const style = computed(() => {
.dark .vben-spine-text {
background:
radial-gradient(circle at center, rgb(24 24 26 / 80%), transparent) -200% 50% /
200% 100% no-repeat,
radial-gradient(circle at center, rgb(24 24 26 / 80%), transparent) -200%
50% / 200% 100% no-repeat,
#f4f4f4;
}
Expand Down

This file was deleted.

Loading

0 comments on commit 54a9ff0

Please sign in to comment.