update version

This commit is contained in:
2025-09-17 16:57:13 -03:00
parent b2303fc60a
commit ad1a57e6a0
3 changed files with 544 additions and 774 deletions

View File

@@ -47,7 +47,7 @@ def grant(id: str, admin: Admin):
'roles': ['ADMIN'], 'roles': ['ADMIN'],
'created_ad': now_, 'created_ad': now_,
}, },
cond_expr='attribute_not_exists(sk)', # cond_expr='attribute_not_exists(sk)',
) )
# Add user to admin list # Add user to admin list
transact.put( transact.put(

File diff suppressed because it is too large Load Diff

View File

@@ -32,15 +32,15 @@
"devDependencies": { "devDependencies": {
"@cloudflare/vite-plugin": "^1.0.12", "@cloudflare/vite-plugin": "^1.0.12",
"@react-router/dev": "^7.7.1", "@react-router/dev": "^7.7.1",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.13",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6", "tw-animate-css": "^1.3.6",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^6.3.3", "vite": "^7.1.5",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.13.2" "wrangler": "^4.37.1"
} }
} }