update dependencies

This commit is contained in:
Torsten Dittmann
2022-02-07 11:03:08 +01:00
parent 98fdc25f0d
commit ad3dbd8d8d
4 changed files with 998 additions and 999 deletions
+990 -991
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -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 -1
View File
@@ -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}