From e02d140dc8aacba3fe3ae6ccedc5cf65e2998378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=98?= Date: Sat, 27 Jul 2024 16:41:42 +0800 Subject: [PATCH] :arrow_up: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5f2278d..d9ab2ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nanarinostyl", "description": "style lib", - "version": "0.4.2", + "version": "0.4.3", "main": "./dist/nanarinostyl.min.css", "scripts": { "dev": "astro dev --host", @@ -26,7 +26,7 @@ "url": "https://github.com/nanarino/nanarinostyl/issues" }, "peerDependencies": { - "stylus": "^0.62.0" + "stylus": ">=0.63.0" }, "devDependencies": { "@astrojs/mdx": "^2.3.1", @@ -40,7 +40,7 @@ "replace": "^1.2.2", "rm-all": "^1.1.1", "smooth-corners": "^1.0.8", - "stylus": "^0.62.0" + "stylus": ">=0.63.0" }, "files": [ "dist",