0.5.8-panel-upgrade-community-crud-fix
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-06-30 21:25:26 +03:00
parent 9de86c0fae
commit 952b294345
70 changed files with 11345 additions and 2655 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "admin-panel",
"version": "0.4.22",
"name": "publy-panel",
"version": "0.5.8",
"private": true,
"scripts": {
"dev": "vite",
@@ -8,20 +8,33 @@
"serve": "vite preview",
"lint": "biome check . --fix",
"format": "biome format . --write",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:watch": "graphql-codegen --config codegen.ts --watch"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.15.0",
"@biomejs/biome": "^2.0.6",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@types/node": "^24.0.7",
"@types/prismjs": "^1.26.5",
"graphql": "^16.8.0",
"solid-js": "^1.9.6",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"lightningcss": "^1.30.0",
"prismjs": "^1.30.0",
"solid-js": "^1.9.7",
"terser": "^5.39.0",
"typescript": "^5.8.0",
"vite": "^6.3.0",
"vite-plugin-solid": "^2.11.0"
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite-plugin-solid": "^2.11.7"
},
"overrides": {
"vite": "^7.0.0"
},
"dependencies": {
"prismjs": "^1.30.0"
"@solidjs/router": "^0.15.3"
}
}