Skip to content

Commit fe4330a

Browse files
committed
fix(deps): update dependency @tailwindcss/typography to v0.5.1
1 parent 1d91ea7 commit fe4330a

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.4.0",
45-
"@tailwindcss/typography": "0.4.1",
45+
"@tailwindcss/typography": "0.5.1",
4646
"autoprefixer": "10.4.2",
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
@@ -195,15 +195,14 @@
195195
dependencies:
196196
mini-svg-data-uri "^1.2.3"
197197

198-
"@tailwindcss/typography@0.4.1":
199-
version "0.4.1"
200-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212"
201-
integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==
198+
"@tailwindcss/typography@0.5.1":
199+
version "0.5.1"
200+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.1.tgz#486248a9426501f11a9b0295f7cfc0eb29659c46"
201+
integrity sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w==
202202
dependencies:
203203
lodash.castarray "^4.4.0"
204204
lodash.isplainobject "^4.0.6"
205205
lodash.merge "^4.6.2"
206-
lodash.uniq "^4.5.0"
207206

208207
"@tootallnate/once@2":
209208
version "2.0.0"
@@ -2737,11 +2736,6 @@ lodash.topath@^4.5.2:
27372736
resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
27382737
integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
27392738

2740-
lodash.uniq@^4.5.0:
2741-
version "4.5.0"
2742-
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2743-
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
2744-
27452739
lodash@^4.17.10, lodash@^4.17.21:
27462740
version "4.17.21"
27472741
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)