From d75bc12360e6ade62490245f695c6a40a5b5c7a2 Mon Sep 17 00:00:00 2001 From: marcolivierbouch Date: Wed, 17 Jul 2024 21:14:02 -0400 Subject: [PATCH] feat: update typography library --- packages/ui/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 2780319..ac272bd 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -34,7 +34,7 @@ "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.2", - "@tailwindcss/typography": "github:tailwindcss/typography", + "@tailwindcss/typography": "^0.5.13", "better-react-mathjax": "^2.0.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67022dd..9ca9378 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -279,7 +279,7 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.2.4)(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) '@tailwindcss/typography': - specifier: github:tailwindcss/typography + specifier: ^0.5.13 version: 0.5.13(tailwindcss@3.3.2) better-react-mathjax: specifier: ^2.0.3