Skip to content

Commit

Permalink
Merge pull request #1 from michaelhthomas/feat-webhooks
Browse files Browse the repository at this point in the history
feat: webhooks page
  • Loading branch information
michaelhthomas authored Mar 12, 2024
2 parents ed48b94 + 163ee07 commit 164c0b9
Show file tree
Hide file tree
Showing 39 changed files with 1,725 additions and 119 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@iconify/svelte": "^3.1.4",
"@popperjs/core": "^2.11.8",
"@tanstack/svelte-query": "^4.36.1",
"@tanstack/svelte-query": "^5.26.3",
"ag-grid-community": "^30.2.0",
"ag-grid-svelte": "^0.3.0",
"chart.js": "^4.4.0",
Expand All @@ -30,8 +30,10 @@
"flowbite-svelte": "^0.44.19",
"svelte-chartjs": "^3.1.2",
"svelte-modals": "^1.3.0",
"sveltekit-superforms": "^1.10.1",
"tailwind-merge": "^2.0.0",
"ts-pattern": "^5.0.5"
"ts-pattern": "^5.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.7.0",
Expand Down
Loading

0 comments on commit 164c0b9

Please sign in to comment.