fix: fix a series of known problems,fixed #54

This commit is contained in:
vince
2024-07-18 21:59:18 +08:00
parent 01e95e029f
commit 276ef2ebc3
36 changed files with 314 additions and 293 deletions

View File

@@ -31,7 +31,7 @@
"@changesets/git": "^3.0.0",
"@manypkg/get-packages": "^2.2.2",
"consola": "^3.2.3",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"find-up": "^7.0.0",
"nanoid": "^5.0.7",
"pkg-types": "^1.1.3",

View File

@@ -47,7 +47,7 @@
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@iconify/json": "^2.2.228",
"@iconify/json": "^2.2.229",
"@iconify/tailwind": "^1.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",

View File

@@ -32,7 +32,7 @@ const shadcnUiColors = {
},
background: {
DEFAULT: 'hsl(var(--background))',
content: 'hsl(var(--background-content))',
deep: 'hsl(var(--background-deep))',
},
border: {
DEFAULT: 'hsl(var(--border))',

View File

@@ -41,7 +41,7 @@
"@vben/node-utils": "workspace:*",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"rollup": "^4.18.1",
"rollup-plugin-visualizer": "^5.12.0",