Skip to content

Commit eb2aa0f

Browse files
committed
fix(deps): update dependency @tailwindcss/typography to v0.5.2
1 parent e4370f9 commit eb2aa0f

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@11ty/eleventy-navigation": "0.3.3",
4343
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
4444
"@tailwindcss/forms": "0.5.1",
45-
"@tailwindcss/typography": "0.4.1",
45+
"@tailwindcss/typography": "0.5.2",
4646
"autoprefixer": "10.4.7",
4747
"clean-css": "5.3.0",
4848
"clean-css-cli": "5.6.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,14 @@
223223
dependencies:
224224
mini-svg-data-uri "^1.2.3"
225225

226-
"@tailwindcss/typography@0.4.1":
227-
version "0.4.1"
228-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212"
229-
integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==
226+
"@tailwindcss/typography@0.5.2":
227+
version "0.5.2"
228+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.2.tgz#24b069dab24d7a2467d01aca0dd432cb4b29f0ee"
229+
integrity sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==
230230
dependencies:
231231
lodash.castarray "^4.4.0"
232232
lodash.isplainobject "^4.0.6"
233233
lodash.merge "^4.6.2"
234-
lodash.uniq "^4.5.0"
235234

236235
"@tootallnate/once@2":
237236
version "2.0.0"
@@ -2665,11 +2664,6 @@ lodash.topath@^4.5.2:
26652664
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
26662665
integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
26672666

2668-
lodash.uniq@^4.5.0:
2669-
version "4.5.0"
2670-
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2671-
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
2672-
26732667
lodash@^4.17.10, lodash@^4.17.21:
26742668
version "4.17.21"
26752669
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)