diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-25 12:01:37 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-25 12:01:37 +0200 |
| commit | 2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1 (patch) | |
| tree | 13f7a597c2e31210e722388de8aabf0d43ba5326 /apps/kit/package.json | |
| parent | 9f65b9e65ead6cc6b8ce5cfcf650b49fe134cd91 (diff) | |
| download | greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.tar.xz greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.zip | |
feat: Safelist all classes needed for alerts
Diffstat (limited to 'apps/kit/package.json')
| -rw-r--r-- | apps/kit/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/kit/package.json b/apps/kit/package.json index c369b9d..97da3ba 100644 --- a/apps/kit/package.json +++ b/apps/kit/package.json @@ -14,10 +14,9 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { - "@leveluptuts/bookit": "^0.0.25", "@playwright/test": "^1.26.0", "@rgossiaux/svelte-headlessui": "^1.0.2", - "@sveltejs/kit": "1.0.0-next.502", + "@sveltejs/kit": "1.0.0-next.503", "@sveltestack/svelte-query": "^1.6.0", "@tailwindcss/forms": "^0.5.3", "@types/cookie": "^0.5.1", |
