[MIRROR] dependency update (#11870)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-26 11:30:03 -07:00
committed by GitHub
parent 74a72b43c7
commit f20eea2147
32 changed files with 356 additions and 364 deletions

View File

@@ -8,6 +8,7 @@
],
"scripts": {
"tgui:analyze": "rspack --analyze",
"tgui:biome-fix": "biome lint --write .",
"tgui:build": "rspack build",
"tgui:dev": "bun --smol packages/tgui-dev-server/index.ts",
"tgui:test": "bun test",
@@ -17,14 +18,14 @@
"@happy-dom/global-registrator": "^17.6.3",
"@rspack/cli": "^1.5.8",
"@rspack/core": "^1.5.8",
"@types/bun": "^1.3.0",
"@types/bun": "^1.3.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-dom": "^19.2.2",
"@types/webpack-env": "^1.18.8",
"@types/wicg-file-system-access": "^2023.10.7",
"css-loader": "^7.1.2",
"sass-embedded": "^1.93.2",
"sass-loader": "^16.0.5",
"sass-loader": "^16.0.6",
"typescript": "^5.9.3"
}
}