panel-linter-fix
Some checks failed
Deploy on push / deploy (push) Failing after 2m15s

This commit is contained in:
2025-08-18 20:23:25 +03:00
parent 1b48675b92
commit e13267a868
14 changed files with 188 additions and 145 deletions

View File

@@ -13,7 +13,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@biomejs/biome": "^2.2.0",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.3",
"@graphql-codegen/typescript": "^4.1.6",
@@ -26,9 +26,9 @@
"graphql-tag": "^2.12.6",
"lightningcss": "^1.30.1",
"prismjs": "^1.30.0",
"solid-js": "^1.9.7",
"solid-js": "^1.9.9",
"terser": "^5.43.0",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-solid": "^2.11.7"
},