Skip to content

Commit

Permalink
feat: Implement user activity logging across various components
Browse files Browse the repository at this point in the history
fix: SQL enum select statement
  • Loading branch information
XPH0816 committed Jan 14, 2025
1 parent bc8eaa2 commit 4b6333e
Show file tree
Hide file tree
Showing 19 changed files with 773 additions and 531 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@
},
"dependencies": {
"@sveltestrap/sveltestrap": "^6.2.7",
"@tauri-apps/api": "^1",
"@tauri-apps/api": "^1.6.0",
"bcryptjs": "^2.4.3",
"js-cookie": "^3.0.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": "^1",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"vite": "^5.0.0"
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tauri-apps/cli": "^1.6.3",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"vite": "^5.4.11"
}
}
954 changes: 442 additions & 512 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 4b6333e

Please sign in to comment.