File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.1.0" ,
6
6
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
7
7
"dependencies" : {
8
- "@tailwindcss/typography" : " ^0.4 .0" ,
8
+ "@tailwindcss/typography" : " ^0.5 .0" ,
9
9
"autoprefixer" : " ^10.2.4" ,
10
10
"babel-preset-gatsby" : " ^1.3.0" ,
11
11
"flexsearch" : " ^0.6.32" ,
Original file line number Diff line number Diff line change 1950
1950
dependencies:
1951
1951
defer-to-connect "^2.0.0"
1952
1952
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 ==
1957
1957
dependencies:
1958
1958
lodash.castarray "^4.4.0"
1959
1959
lodash.isplainobject "^4.0.6"
1960
1960
lodash.merge "^4.6.2"
1961
- lodash.uniq "^4.5.0 "
1961
+ postcss-selector-parser "6.0.10 "
1962
1962
1963
1963
"@tokenizer/token@^0.1.1":
1964
1964
version "0.1.1"
@@ -10708,6 +10708,14 @@ postcss-reduce-transforms@^4.0.2:
10708
10708
postcss "^7.0.0"
10709
10709
postcss-value-parser "^3.0.0"
10710
10710
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
+
10711
10719
postcss-selector-parser@^3.0.0:
10712
10720
version "3.1.2"
10713
10721
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
You can’t perform that action at this time.
0 commit comments