Skip to content

Commit 24adcf8

Browse files
committed
Please
1 parent b4fbf77 commit 24adcf8

File tree

2 files changed

+44
-16
lines changed

2 files changed

+44
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"seedrandom": "^3.0.5",
5757
"simple-functional-loader": "^1.2.1",
5858
"stringify-object": "^3.3.0",
59-
"tailwindcss": "^2.2.2",
59+
"tailwindcss": "^0.0.0-d782a78",
6060
"tinytime": "^0.2.6",
6161
"unist-util-visit": "^2.0.3"
6262
},

yarn.lock

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ ansi-styles@^4.1.0:
16821682
dependencies:
16831683
color-convert "^2.0.1"
16841684

1685-
anymatch@~3.1.1:
1685+
anymatch@~3.1.1, anymatch@~3.1.2:
16861686
version "3.1.2"
16871687
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
16881688
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
@@ -2213,6 +2213,21 @@ chokidar@3.5.1, chokidar@^3.5.1:
22132213
optionalDependencies:
22142214
fsevents "~2.3.1"
22152215

2216+
chokidar@^3.5.2:
2217+
version "3.5.2"
2218+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
2219+
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
2220+
dependencies:
2221+
anymatch "~3.1.2"
2222+
braces "~3.0.2"
2223+
glob-parent "~5.1.2"
2224+
is-binary-path "~2.1.0"
2225+
is-glob "~4.0.1"
2226+
normalize-path "~3.0.0"
2227+
readdirp "~3.6.0"
2228+
optionalDependencies:
2229+
fsevents "~2.3.2"
2230+
22162231
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
22172232
version "1.0.4"
22182233
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -3347,7 +3362,7 @@ fs.realpath@^1.0.0:
33473362
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
33483363
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
33493364

3350-
fsevents@~2.3.1:
3365+
fsevents@~2.3.1, fsevents@~2.3.2:
33513366
version "2.3.2"
33523367
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
33533368
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -3403,7 +3418,7 @@ glob-parent@^2.0.0:
34033418
dependencies:
34043419
is-glob "^2.0.0"
34053420

3406-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
3421+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0, glob-parent@~5.1.2:
34073422
version "5.1.2"
34083423
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
34093424
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4093,6 +4108,11 @@ levn@^0.3.0, levn@~0.3.0:
40934108
prelude-ls "~1.1.2"
40944109
type-check "~0.3.2"
40954110

4111+
lilconfig@^2.0.3:
4112+
version "2.0.3"
4113+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
4114+
integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
4115+
40964116
lines-and-columns@^1.1.6:
40974117
version "1.1.6"
40984118
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -4954,13 +4974,14 @@ postcss-js@^3.0.3:
49544974
camelcase-css "^2.0.1"
49554975
postcss "^8.1.6"
49564976

4957-
postcss-load-config@^3.0.1:
4958-
version "3.0.1"
4959-
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.0.1.tgz#d214bf9cfec1608ffaf0f4161b3ba20664ab64b9"
4960-
integrity sha512-/pDHe30UYZUD11IeG8GWx9lNtu1ToyTsZHnyy45B4Mrwr/Kb6NgYl7k753+05CJNKnjbwh4975amoPJ+TEjHNQ==
4977+
postcss-load-config@^3.1.0:
4978+
version "3.1.0"
4979+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.0.tgz#d39c47091c4aec37f50272373a6a648ef5e97829"
4980+
integrity sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==
49614981
dependencies:
4962-
cosmiconfig "^7.0.0"
49634982
import-cwd "^3.0.0"
4983+
lilconfig "^2.0.3"
4984+
yaml "^1.10.2"
49644985

49654986
postcss-nested@5.0.5:
49664987
version "5.0.5"
@@ -5282,6 +5303,13 @@ readdirp@~3.5.0:
52825303
dependencies:
52835304
picomatch "^2.2.1"
52845305

5306+
readdirp@~3.6.0:
5307+
version "3.6.0"
5308+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
5309+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
5310+
dependencies:
5311+
picomatch "^2.2.1"
5312+
52855313
redent@^3.0.0:
52865314
version "3.0.0"
52875315
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
@@ -6041,16 +6069,16 @@ table@^5.2.3:
60416069
slice-ansi "^2.1.0"
60426070
string-width "^3.0.0"
60436071

6044-
tailwindcss@^2.2.2:
6045-
version "2.2.2"
6046-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.2.tgz#28a99c87b5a6b2bf6298a77d88dc0590e84fa8ee"
6047-
integrity sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==
6072+
tailwindcss@^0.0.0-d782a78:
6073+
version "0.0.0-d782a78"
6074+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.0.0-d782a78.tgz#639edc2ee332e1ed548396dfbded99144aefe9bf"
6075+
integrity sha512-STtwEJYBjtx+7SLL2SWkOK8YNGGxW2usq57YFhk0+FH5KSjlMB2zzAPatEoZ1++ZuVpPYbCCJdTo0P89x9wSgQ==
60486076
dependencies:
60496077
"@fullhuman/postcss-purgecss" "^4.0.3"
60506078
arg "^5.0.0"
60516079
bytes "^3.0.0"
60526080
chalk "^4.1.1"
6053-
chokidar "^3.5.1"
6081+
chokidar "^3.5.2"
60546082
color "^3.1.3"
60556083
cosmiconfig "^7.0.0"
60566084
detective "^5.2.0"
@@ -6068,7 +6096,7 @@ tailwindcss@^2.2.2:
60686096
normalize-path "^3.0.0"
60696097
object-hash "^2.2.0"
60706098
postcss-js "^3.0.3"
6071-
postcss-load-config "^3.0.1"
6099+
postcss-load-config "^3.1.0"
60726100
postcss-nested "5.0.5"
60736101
postcss-selector-parser "^6.0.6"
60746102
postcss-value-parser "^4.1.0"
@@ -6633,7 +6661,7 @@ yallist@^4.0.0:
66336661
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
66346662
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
66356663

6636-
yaml@^1.10.0, yaml@^1.7.2:
6664+
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
66376665
version "1.10.2"
66386666
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
66396667
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)