mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update dependencies
This commit is contained in:
Generated
+990
-991
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -17,21 +17,21 @@
|
||||
"@picocss/pico": "^1.4.4",
|
||||
"@sveltejs/adapter-static": "next",
|
||||
"@sveltejs/kit": "next",
|
||||
"@testing-library/dom": "^8.11.2",
|
||||
"@testing-library/jest-dom": "^5.16.1",
|
||||
"@testing-library/dom": "^8.11.3",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/svelte": "^3.0.3",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
||||
"@typescript-eslint/parser": "^5.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-svelte3": "^3.4.0",
|
||||
"jest": "^27.4.7",
|
||||
"jest": "^27.5.0",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-plugin-svelte": "^2.6.0",
|
||||
"sass": "^1.49.7",
|
||||
"svelte": "^3.46.3",
|
||||
"svelte-check": "^2.4.1",
|
||||
"svelte": "^3.46.4",
|
||||
"svelte-check": "^2.4.2",
|
||||
"svelte-jester": "^2.3.1",
|
||||
"svelte-preprocess": "^4.10.2",
|
||||
"ts-jest": "^27.1.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import Notification from './notification.svelte';
|
||||
|
||||
import { dismissToast, toasts } from '../notifications';
|
||||
import { dismissToast, toasts } from '../stores/notifications';
|
||||
</script>
|
||||
|
||||
{#if $toasts}
|
||||
|
||||
Reference in New Issue
Block a user