From 5a7dc32ca9507c6c6b39c1fa746f9f459afd86a3 Mon Sep 17 00:00:00 2001 From: Sivert Date: Wed, 15 Mar 2023 10:30:54 +0100 Subject: [PATCH] v1.1.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5657b46..085c219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gryt/ui", - "version": "1.1.4", + "version": "1.1.5", "description": "Official design system from Gryt!", "author": "Gryt Chat (https://gryt.chat/)", "keywords": [ @@ -40,10 +40,10 @@ "deploy": "gh-pages -d example/build" }, "peerDependencies": { - "react": "^18.2.0", "@tailwindcss/typography": "^0.5.9", "daisyui": "^2.51.3", "next": "^13.2.4", + "react": "^18.2.0", "tailwindcss": "^3.2.7" }, "devDependencies": {