tested-auth-refactoring
Some checks failed
Deploy on push / deploy (push) Failing after 5s

This commit is contained in:
2025-07-25 01:04:15 +03:00
parent 867232e48f
commit b60a314ddd
28 changed files with 975 additions and 523 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "publy-panel",
"version": "0.7.8",
"version": "0.7.9",
"private": true,
"scripts": {
"dev": "vite",
@@ -12,26 +12,26 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@biomejs/biome": "^2.1.2",
"@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",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@graphql-codegen/typescript-resolvers": "^4.5.1",
"@types/node": "^24.1.0",
"@types/prismjs": "^1.26.5",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"lightningcss": "^1.30.0",
"lightningcss": "^1.30.1",
"prismjs": "^1.30.0",
"solid-js": "^1.9.7",
"terser": "^5.39.0",
"terser": "^5.43.0",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite": "^7.0.6",
"vite-plugin-solid": "^2.11.7"
},
"overrides": {
"vite": "^7.0.0"
"vite": "^7.0.6"
},
"dependencies": {
"@solidjs/router": "^0.15.3"