From 67b8d62cb2036db6f89e2b7e9363aa62d0678f50 Mon Sep 17 00:00:00 2001 From: Sergej Samsonenko Date: Fri, 22 Oct 2021 22:13:49 +0200 Subject: [PATCH] chore: update tailwindcss version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0504225b..d81aba3e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "fix:shopify": "cd shopify && shopify theme check -a" }, "dependencies": { - "tailwindcss": "^2.2.15", + "tailwindcss": "^2.2.17", "vue": "^3.2.20", "vuex": "^4.0.2" },