From 3bc5d7ec6694d8e3bf4816aeb1dfbe410a5daedc Mon Sep 17 00:00:00 2001 From: Moritz Utcke <62291876+Letsmoe@users.noreply.github.com> Date: Sun, 21 May 2023 22:48:26 +0400 Subject: [PATCH] Update deps --- package.json | 34 +++++++++---------- .../VerbrauchsausweisContent.svelte | 7 ++++ 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index a4132c00..749fe429 100644 --- a/package.json +++ b/package.json @@ -15,35 +15,35 @@ }, "private": true, "dependencies": { - "@astrojs/mdx": "^0.18.2", - "@astrojs/node": "^5.1.0", - "@astrojs/svelte": "^2.0.2", - "@astrojs/tailwind": "^3.1.0", - "astro": "^2.1.7", + "@astrojs/mdx": "^0.18.4", + "@astrojs/node": "^5.1.4", + "@astrojs/svelte": "^2.2.0", + "@astrojs/tailwind": "^3.1.3", + "@ibcornelsen/ui": "^0.0.1", + "astro": "^2.5.1", "cookiejs": "^2.1.2", "express": "^4.18.2", - "jimp": "^0.22.7", + "jimp": "^0.22.8", "jwt-simple": "^0.5.6", "katex": "^0.16.7", "knex": "^2.4.2", "moment": "^2.29.4", - "pg": "^8.10.0", - "svelte": "^3.54.0", - "svelte-preprocess": "^5.0.1", - "tailwindcss": "^3.0.24", + "pg": "^8.11.0", + "sass": "^1.62.1", + "svelte": "^3.59.1", + "svelte-preprocess": "^5.0.3", + "tailwindcss": "^3.3.2", "uuid": "^9.0.0", - "zod": "^3.21.4", - "sass": "^1.58.3", - "@ibcornelsen/ui": "^0.0.1" + "zod": "^3.21.4" }, "devDependencies": { "@types/uuid": "^9.0.1", - "@typescript-eslint/eslint-plugin": "^5.36.1", - "@typescript-eslint/parser": "^5.36.1", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "eslint": "~8.15.0", "eslint-config-prettier": "8.1.0", - "prettier": "^2.8.4", + "prettier": "^2.8.8", "typescript": "^4.9.5", - "vitest": "^0.29.2" + "vitest": "^0.29.8" } } diff --git a/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte b/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte index c579972f..aa238e13 100644 --- a/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte +++ b/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte @@ -17,6 +17,7 @@ import { AuditType, hidden } from "./audits/hidden"; import { auditBedarfsausweisBenoetigt } from "./audits/BedarfsausweisBenoetigt"; import { auditVerbrauchAbweichung } from "./audits/VerbrauchAbweichung"; + import { Popup } from "@ibcornelsen/ui"; export let uid: string = ""; @@ -449,6 +450,12 @@ + + {#each Object.entries($notifications) as [uid, notification] (uid)}