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
+1 -2
View File
@@ -28,8 +28,7 @@
"devDependencies": {
"@types/sanitize-html": "2.16.1",
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.1.10"
},
"dependencies": {
"@fastify/cors": "^11.2.0",
+3 -8
View File
@@ -1,14 +1,9 @@
import path from 'node:path';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [
tsconfigPaths({
projects: [path.resolve(__dirname, '../../tsconfig.paths.json')],
}),
],
resolve: {
tsconfigPaths: true,
},
test: {
environment: 'node',
globals: true,
+2 -3
View File
@@ -102,7 +102,7 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@prisma/client": "^7.2.0",
"@prisma/client": "^7.9.1",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
@@ -111,7 +111,6 @@
},
"devDependencies": {
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.1.10"
}
}
+3 -8
View File
@@ -1,14 +1,9 @@
import path from 'node:path';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [
tsconfigPaths({
projects: [path.resolve(__dirname, '../../tsconfig.paths.json')],
}),
],
resolve: {
tsconfigPaths: true,
},
test: {
environment: 'node',
globals: true,
+7 -7
View File
@@ -51,13 +51,13 @@
"@sammo-ts/game-engine": "workspace:*",
"@sammo-ts/gateway-api": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-vue": "^6.0.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"autoprefixer": "^10.5.4",
"postcss": "8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "6.0.2",
"vite": "^7.3.1",
"vue-tsc": "^3.2.2"
"vite": "^8.2.1",
"vue-tsc": "^3.3.9"
}
}
+1 -1
View File
@@ -32,7 +32,7 @@ export default defineConfig(({ mode }) => {
plugins: [vue(), tailwindcss()],
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
'@': path.resolve(import.meta.dirname, './src'),
},
},
server: {
+2 -3
View File
@@ -26,13 +26,12 @@
"devDependencies": {
"@types/sanitize-html": "2.16.1",
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.1.10"
},
"dependencies": {
"@fastify/cors": "^11.2.0",
"@fastify/static": "^9.0.0",
"@prisma/client": "^7.2.0",
"@prisma/client": "^7.9.1",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/game-engine": "workspace:*",
"@sammo-ts/infra": "workspace:*",
+3 -8
View File
@@ -1,14 +1,9 @@
import path from 'node:path';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [
tsconfigPaths({
projects: [path.resolve(__dirname, '../../tsconfig.paths.json')],
}),
],
resolve: {
tsconfigPaths: true,
},
test: {
environment: 'node',
globals: true,
+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: {
+1 -2
View File
@@ -22,7 +22,6 @@
},
"devDependencies": {
"tsdown": "^0.22.14",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
"vitest": "^4.1.10"
}
}
+3 -4
View File
@@ -1,10 +1,9 @@
import path from 'node:path';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [tsconfigPaths({ projects: [path.resolve(__dirname, '../../tsconfig.paths.json')] })],
resolve: {
tsconfigPaths: true,
},
test: {
environment: 'node',
include: ['test/**/*.test.ts'],