Skip to content

Commit 3ea9d76

Browse files
committed
fix(deps): update dependency @tailwindcss/typography to v0.5.2
1 parent 9d0f168 commit 3ea9d76

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

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.2",
4343
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
4444
"@tailwindcss/forms": "0.5.0",
45-
"@tailwindcss/typography": "0.4.1",
45+
"@tailwindcss/typography": "0.5.2",
4646
"autoprefixer": "10.4.3",
4747
"clean-css": "5.2.4",
4848
"clean-css-cli": "5.5.2",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,14 @@
204204
dependencies:
205205
mini-svg-data-uri "^1.2.3"
206206

207-
"@tailwindcss/typography@0.4.1":
208-
version "0.4.1"
209-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212"
210-
integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==
207+
"@tailwindcss/typography@0.5.2":
208+
version "0.5.2"
209+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.2.tgz#24b069dab24d7a2467d01aca0dd432cb4b29f0ee"
210+
integrity sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==
211211
dependencies:
212212
lodash.castarray "^4.4.0"
213213
lodash.isplainobject "^4.0.6"
214214
lodash.merge "^4.6.2"
215-
lodash.uniq "^4.5.0"
216215

217216
"@tootallnate/once@2":
218217
version "2.0.0"
@@ -2730,11 +2729,6 @@ lodash.topath@^4.5.2:
27302729
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
27312730
integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
27322731

2733-
lodash.uniq@^4.5.0:
2734-
version "4.5.0"
2735-
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2736-
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
2737-
27382732
lodash@^4.17.10, lodash@^4.17.21:
27392733
version "4.17.21"
27402734
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)