chore(deps): update deps

This commit is contained in:
xlsea 2024-09-21 14:14:10 +08:00
parent 72819af4ae
commit 861bfb6dc2
4 changed files with 336 additions and 259 deletions

View File

@ -68,7 +68,7 @@
"pinia": "2.2.2",
"tailwind-merge": "2.5.2",
"ts-md5": "1.3.1",
"vue": "3.5.6",
"vue": "3.5.7",
"vue-codemirror6": "^1.3.4",
"vue-drag-resize": "^1.5.4",
"vue-draggable-plus": "0.5.3",
@ -78,7 +78,7 @@
},
"devDependencies": {
"@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.250",
"@iconify/json": "2.2.251",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.4.1",
@ -92,16 +92,16 @@
"@unocss/vite": "0.62.4",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"eslint": "9.10.0",
"eslint": "9.11.0",
"eslint-plugin-vue": "9.28.0",
"lint-staged": "15.2.10",
"sass": "1.78.0",
"sass": "1.79.3",
"simple-git-hooks": "2.11.1",
"tsx": "4.19.1",
"typescript": "5.6.2",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.6",
"vite": "5.4.7",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.4.5",

View File

@ -10,6 +10,6 @@
}
},
"dependencies": {
"ofetch": "1.3.4"
"ofetch": "1.4.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,8 @@ export default defineConfig(configEnv => {
css: {
preprocessorOptions: {
scss: {
additionalData: `@use "./src/styles/scss/global.scss" as *;`
api: 'modern-compiler',
additionalData: `@use "@/styles/scss/global.scss" as *;`
}
}
},