aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/tailwind
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/tailwind')
-rw-r--r--tooling/tailwind/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json
index a5f4824f..4531eb70 100644
--- a/tooling/tailwind/package.json
+++ b/tooling/tailwind/package.json
@@ -16,11 +16,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
+ "@tailwindcss/typography": "^0.5.10",
+ "nativewind": "^4.0.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
- "tailwindcss-animate": "^1.0.7",
- "@tailwindcss/typography": "^0.5.10",
- "nativewind": "^4.0.1"
+ "tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",