change dependencies

This commit is contained in:
2025-10-31 08:44:11 -03:00
parent 5469c50d90
commit f1b9860310
4 changed files with 50 additions and 46 deletions

View File

@@ -2,10 +2,16 @@
"name": "sgse-app",
"private": true,
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"convex": "^1.28.0",
"typescript": "^5.9.2"
}
},
"scripts": {
"check": "biome check --write .",
"dev": "turbo dev",
@@ -18,7 +24,7 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"turbo": "^2.5.4"
"turbo": "^2.5.8"
},
"dependencies": {
"@tanstack/svelte-form": "^1.23.8",
@@ -27,8 +33,5 @@
"svelte-chartjs": "^3.1.5",
"svelte-sonner": "^1.0.5"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.52.5"
},
"packageManager": "bun@1.3.0"
}