Skip to content

Commit ad7cfdd

Browse files
chore(deps): update dependency @tailwindcss/typography to v0.5.8
1 parent bd330b0 commit ad7cfdd

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-transition-group": "4.4.1"
3131
},
3232
"devDependencies": {
33-
"@tailwindcss/typography": "0.2.0",
33+
"@tailwindcss/typography": "0.5.8",
3434
"@tailwindcss/ui": "0.4.0",
3535
"postcss-preset-env": "6.7.0",
3636
"tailwindcss": "1.8.12"

yarn.lock

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,17 @@
18981898
mini-svg-data-uri "^1.0.3"
18991899
traverse "^0.6.6"
19001900

1901-
"@tailwindcss/typography@0.2.0", "@tailwindcss/typography@^0.2.0":
1901+
"@tailwindcss/typography@0.5.8":
1902+
version "0.5.8"
1903+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.8.tgz#8fb31db5ab0590be6dfa062b1535ac86ad9d12bf"
1904+
integrity sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==
1905+
dependencies:
1906+
lodash.castarray "^4.4.0"
1907+
lodash.isplainobject "^4.0.6"
1908+
lodash.merge "^4.6.2"
1909+
postcss-selector-parser "6.0.10"
1910+
1911+
"@tailwindcss/typography@^0.2.0":
19021912
version "0.2.0"
19031913
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.2.0.tgz#b597c83502e3c3c6641a8aaabda223cd494ab349"
19041914
integrity sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==
@@ -9306,6 +9316,11 @@ lodash.bind@^4.1.4:
93069316
resolved "https://registry.yarnpkg.com/lodash.bind/-/lodash.bind-4.2.1.tgz#7ae3017e939622ac31b7d7d7dcb1b34db1690d35"
93079317
integrity sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=
93089318

9319+
lodash.castarray@^4.4.0:
9320+
version "4.4.0"
9321+
resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115"
9322+
integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==
9323+
93099324
lodash.clonedeep@4.5.0:
93109325
version "4.5.0"
93119326
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
@@ -9346,6 +9361,11 @@ lodash.foreach@^4.3.0, lodash.foreach@^4.5.0:
93469361
resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
93479362
integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=
93489363

9364+
lodash.isplainobject@^4.0.6:
9365+
version "4.0.6"
9366+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
9367+
integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
9368+
93499369
lodash.map@^4.4.0, lodash.map@^4.6.0:
93509370
version "4.6.0"
93519371
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
@@ -9361,7 +9381,7 @@ lodash.memoize@^4.1.2:
93619381
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
93629382
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
93639383

9364-
lodash.merge@^4.4.0:
9384+
lodash.merge@^4.4.0, lodash.merge@^4.6.2:
93659385
version "4.6.2"
93669386
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
93679387
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -11822,6 +11842,14 @@ postcss-selector-not@^4.0.0:
1182211842
balanced-match "^1.0.0"
1182311843
postcss "^7.0.2"
1182411844

11845+
postcss-selector-parser@6.0.10:
11846+
version "6.0.10"
11847+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
11848+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
11849+
dependencies:
11850+
cssesc "^3.0.0"
11851+
util-deprecate "^1.0.2"
11852+
1182511853
postcss-selector-parser@^3.0.0:
1182611854
version "3.1.2"
1182711855
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"

0 commit comments

Comments
 (0)