chore: update build toolchain dependencies

This commit is contained in:
2026-08-12 15:48:47 +00:00
parent 8e0bd92401
commit d792069f65
23 changed files with 2102 additions and 1864 deletions
+9 -9
View File
@@ -33,15 +33,15 @@
"@sammo-ts/gateway-api": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"@tailwindcss/vite": "^4.1.18",
"@types/pg": "^8.16.0",
"@vitejs/plugin-vue": "^6.0.3",
"autoprefixer": "^10.4.23",
"pg": "^8.16.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"@tailwindcss/vite": "^4.3.3",
"@types/pg": "^8.21.0",
"@vitejs/plugin-vue": "^6.0.8",
"autoprefixer": "^10.5.4",
"pg": "^8.23.0",
"postcss": "8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "6.0.2",
"vite": "^7.3.0",
"vue-tsc": "^3.2.1"
"vite": "^8.2.1",
"vue-tsc": "^3.3.9"
}
}
+1 -1
View File
@@ -31,7 +31,7 @@ export default defineConfig(({ mode }) => {
plugins: [vue(), tailwindcss()],
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
'@': path.resolve(import.meta.dirname, './src'),
},
},
server: {