Skip to content
Merged
6 changes: 3 additions & 3 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"sass": "^1.87.0",
"tailwindcss": "^4.1.11",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vite": "^8.0.13",
"vite-plugin-electron": "^0.29.1",
"vite-plugin-electron-renderer": "^0.14.7",
"vite-plugin-electron": "^1.0.4",
"vite-plugin-electron-renderer": "^1.0.0",
"vitest": "^4.1.6"
},
"overrides": {
Expand Down
1 change: 1 addition & 0 deletions packages/studio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
Expand Down
Loading