Skip to content

Commit edea8b3

Browse files
committed
chore(deps): update dependency @tailwindcss/typography to v0.5.15
1 parent cde752b commit edea8b3

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@tailwindcss/container-queries": "0.1.1",
16-
"@tailwindcss/typography": "0.5.13",
16+
"@tailwindcss/typography": "0.5.15",
1717
"@types/node": "18.19.39",
1818
"@types/react": "18.3.3",
1919
"@types/react-dom": "18.3.0",

example/with-css-variables/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@
218218
resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974"
219219
integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==
220220

221-
"@tailwindcss/[email protected].13":
222-
version "0.5.13"
223-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.13.tgz#cd788a4fa4d0ca2506e242d512f377b22c1f7932"
224-
integrity sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==
221+
"@tailwindcss/[email protected].15":
222+
version "0.5.15"
223+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.15.tgz#007ab9870c86082a1c76e5b3feda9392c7c8d648"
224+
integrity sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==
225225
dependencies:
226226
lodash.castarray "^4.4.0"
227227
lodash.isplainobject "^4.0.6"
@@ -1571,7 +1571,16 @@ stream@^0.0.3:
15711571
dependencies:
15721572
component-emitter "^2.0.0"
15731573

1574-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
1574+
"string-width-cjs@npm:string-width@^4.2.0":
1575+
version "4.2.3"
1576+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1577+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1578+
dependencies:
1579+
emoji-regex "^8.0.0"
1580+
is-fullwidth-code-point "^3.0.0"
1581+
strip-ansi "^6.0.1"
1582+
1583+
string-width@^4.1.0:
15751584
version "4.2.3"
15761585
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15771586
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1596,7 +1605,14 @@ string_decoder@^1.3.0:
15961605
dependencies:
15971606
safe-buffer "~5.2.0"
15981607

1599-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1608+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1609+
version "6.0.1"
1610+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1611+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1612+
dependencies:
1613+
ansi-regex "^5.0.1"
1614+
1615+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16001616
version "6.0.1"
16011617
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
16021618
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)