From 0f00a699ff29650f75867c536fdd4747402b6912 Mon Sep 17 00:00:00 2001 From: NEETzsche <8018262-NEETzsche@users.noreply.gitlab.com> Date: Sat, 16 Sep 2023 08:41:17 +0000 Subject: [PATCH] Put @tailwindscss/aspect-ratio in production, not development --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 114c6ea5c..eaa15cbe8 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@sentry/react": "^7.37.2", "@sentry/tracing": "^7.37.2", "@tabler/icons": "^2.0.0", + "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.9", "@tanstack/react-query": "^4.0.10", @@ -178,7 +179,6 @@ "devDependencies": { "@gitbeaker/node": "^35.8.0", "@jedmao/redux-mock-store": "^3.0.5", - "@tailwindcss/aspect-ratio": "^0.4.2", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.4.3", "@typescript-eslint/eslint-plugin": "^5.15.0",