From 8306e3745150c920662c4cb820d93f6dd2190fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Krzy=C5=BCanowski?= Date: Sun, 14 Apr 2024 00:14:49 +0200 Subject: [PATCH] chore: bump design system deps --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7360eb5..7b5d14c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "dependencies": { "@exile-watch/encounter-data": "^1.0.1", "@exile-watch/seo": "^2.0.0", - "@exile-watch/writ-icons": "^1.0.6", - "@exile-watch/writ-react": "^1.0.6", + "@exile-watch/writ-icons": "^1.0.8", + "@exile-watch/writ-react": "^1.0.8", "@tabler/icons-react": "^3.1.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5", @@ -3293,9 +3293,9 @@ } }, "node_modules/@exile-watch/writ-icons": { - "version": "1.0.6", - "resolved": "https://npm.pkg.github.com/download/@exile-watch/writ-icons/1.0.6/39d42f32a6b89c7c7cbb6975bfe44faeb053699d", - "integrity": "sha512-iKIBNCN+nhkCmXDLeGYJzWZUjMCIeQQvUbJvJAHIHeiWYpf6Srce4uwP9gi1eqRkslCS5wGBh8rSJz8NhzlP0A==", + "version": "1.0.8", + "resolved": "https://npm.pkg.github.com/download/@exile-watch/writ-icons/1.0.8/c8cd525d42e67abb3c936802d9529fd80865b4b3", + "integrity": "sha512-bh25bYVWZw+i/U5rYQwOi510YBuyWYAYInG+uAKGiHDPJwtEIul6sse3Jn6GSe/8Lg6kCKCQaqcdNHYwRh5JAg==", "dependencies": { "tslib": "^2.6.2" }, @@ -3305,9 +3305,9 @@ } }, "node_modules/@exile-watch/writ-react": { - "version": "1.0.6", - "resolved": "https://npm.pkg.github.com/download/@exile-watch/writ-react/1.0.6/aefc2377fc4e01fa0518a39a5f11aea9eaf3ed04", - "integrity": "sha512-rTzhdZC0p90Z3eoQyT3n19xy/dOgWyI2A/lfxIzXWdcY0+mXqxE++P58EywV5qbabZyzJKwE1bLZ6UX2ygrdeA==", + "version": "1.0.8", + "resolved": "https://npm.pkg.github.com/download/@exile-watch/writ-react/1.0.8/0469ac44f134d936e52245bbe33346abd34ea2e4", + "integrity": "sha512-LJtuOvkqyDeMhRDH3K1VM/F0lRM0EZOVD5qfNj68N6HS3Iptop2x4pntOKXt1ErRokiLlreAWSIyfOaVF8k34g==", "dependencies": { "@mantine/core": "^7.6.1", "@mantine/hooks": "^7.6.1", diff --git a/package.json b/package.json index c8e9f30..9de120a 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "dependencies": { "@exile-watch/encounter-data": "^1.0.1", "@exile-watch/seo": "^2.0.0", - "@exile-watch/writ-icons": "^1.0.6", - "@exile-watch/writ-react": "^1.0.6", + "@exile-watch/writ-icons": "^1.0.8", + "@exile-watch/writ-react": "^1.0.8", "@tabler/icons-react": "^3.1.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5",