Skip to content

Commit f4233a4

Browse files
committed
Update dependency @tailwindcss/typography to ^0.4.1
1 parent a7d8753 commit f4233a4

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

packages/skrt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"unist-util-visit": "^2.0.3"
3939
},
4040
"devDependencies": {
41-
"@tailwindcss/typography": "^0.4.0",
41+
"@tailwindcss/typography": "^0.4.1",
4242
"csso-cli": "^3.0.0",
4343
"npm-run-all": "^4.1.5",
4444
"postcss": "^8.2.6",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/ianwalter/destination#readme",
4747
"devDependencies": {
4848
"@generates/skrt": "^0.0.7",
49-
"@tailwindcss/typography": "^0.4.0",
49+
"@tailwindcss/typography": "^0.4.1",
5050
"csso-cli": "^3.0.0",
5151
"npm-run-all": "^4.1.5",
5252
"postcss-cli": "^8.3.1",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
438438
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
439439

440-
"@babel/parser@^7.14.7":
440+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
441441
version "7.14.7"
442442
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
443443
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
@@ -447,11 +447,6 @@
447447
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
448448
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
449449

450-
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
451-
version "7.14.7"
452-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
453-
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
454-
455450
"@babel/plugin-proposal-async-generator-functions@^7.13.0":
456451
version "7.13.0"
457452
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.0.tgz#42f4a4922c973ceb70bfd4708daf55601fe25434"
@@ -1516,10 +1511,10 @@
15161511
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.15.tgz#6a9d143f7f4f49db2d782f9e1c8839a29b43ae23"
15171512
integrity sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==
15181513

1519-
"@tailwindcss/typography@^0.4.0":
1520-
version "0.4.0"
1521-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.0.tgz#b80974ad6af93df7b06e1981cb4d79698b6ad5c7"
1522-
integrity sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ==
1514+
"@tailwindcss/typography@^0.4.1":
1515+
version "0.4.1"
1516+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212"
1517+
integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==
15231518
dependencies:
15241519
lodash.castarray "^4.4.0"
15251520
lodash.isplainobject "^4.0.6"

0 commit comments

Comments
 (0)