Skip to content

Commit 6842075

Browse files
Update dependency @tailwindcss/typography to ^0.5.0
1 parent d13cbd0 commit 6842075

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"@tailwindcss/typography": "^0.4.0",
8+
"@tailwindcss/typography": "^0.5.0",
99
"autoprefixer": "^10.2.4",
1010
"babel-preset-gatsby": "^1.3.0",
1111
"flexsearch": "^0.6.32",

frontend/yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,15 +1950,15 @@
19501950
dependencies:
19511951
defer-to-connect "^2.0.0"
19521952

1953-
"@tailwindcss/typography@^0.4.0":
1954-
version "0.4.0"
1955-
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.0.tgz#b80974ad6af93df7b06e1981cb4d79698b6ad5c7"
1956-
integrity sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ==
1953+
"@tailwindcss/typography@^0.5.0":
1954+
version "0.5.16"
1955+
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.16.tgz#a926c8f44d5c439b2915e231cad80058850047c6"
1956+
integrity sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==
19571957
dependencies:
19581958
lodash.castarray "^4.4.0"
19591959
lodash.isplainobject "^4.0.6"
19601960
lodash.merge "^4.6.2"
1961-
lodash.uniq "^4.5.0"
1961+
postcss-selector-parser "6.0.10"
19621962

19631963
"@tokenizer/token@^0.1.1":
19641964
version "0.1.1"
@@ -10708,6 +10708,14 @@ postcss-reduce-transforms@^4.0.2:
1070810708
postcss "^7.0.0"
1070910709
postcss-value-parser "^3.0.0"
1071010710

10711+
postcss-selector-parser@6.0.10:
10712+
version "6.0.10"
10713+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
10714+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
10715+
dependencies:
10716+
cssesc "^3.0.0"
10717+
util-deprecate "^1.0.2"
10718+
1071110719
postcss-selector-parser@^3.0.0:
1071210720
version "3.1.2"
1071310721
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"

0 commit comments

Comments
 (0)