Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 80 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
# yarn lockfile v1


"@nikoloza/scratch-all@^0.3.0":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-all/-/scratch-all-0.3.2.tgz#00ad0a434e6f34657d30ae4700cbba740dc9d1bf"
"@nikoloza/scratch-all@~0.3":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-all/-/scratch-all-0.3.4.tgz#fba9ece655b7dd31d2131e1a3012e21b470c1f0b"
dependencies:
"@nikoloza/scratch" "^0.3.0"
"@nikoloza/scratch-animations" "^0.3.0"
"@nikoloza/scratch-grid" "^0.3.0"
"@nikoloza/scratch-helpers" "^0.3.0"
"@nikoloza/scratch-ui" "^0.3.0"
"@nikoloza/scratch" "~0.3"
"@nikoloza/scratch-animations" "~0.3"
"@nikoloza/scratch-grid" "~0.3"
"@nikoloza/scratch-helpers" "~0.3"
"@nikoloza/scratch-ui" "~0.3"

"@nikoloza/scratch-animations@^0.3.0":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-animations/-/scratch-animations-0.3.1.tgz#3fe67d45868ef4a8fd8fb548dd739f476789df33"
"@nikoloza/scratch-animations@~0.3":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-animations/-/scratch-animations-0.3.4.tgz#52cbd7c667bbf278dc5cb2f2169623eb30d79e8b"
dependencies:
"@nikoloza/scratch" "^0.3.0"
"@nikoloza/scratch" "~0.3"

"@nikoloza/scratch-grid@^0.3.0":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-grid/-/scratch-grid-0.3.1.tgz#b710b97281bcbfce840bfb18092a71be11be1a18"
"@nikoloza/scratch-grid@~0.3":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-grid/-/scratch-grid-0.3.5.tgz#6586e8087c4e4bc728fd475e9e8a8c1fb974b056"
dependencies:
"@nikoloza/scratch" "^0.3.0"
"@nikoloza/scratch" "~0.3"

"@nikoloza/scratch-helpers@^0.3.0":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-helpers/-/scratch-helpers-0.3.1.tgz#f286bff5723addb5a7334ae2beb1fb4dc0e634a1"
"@nikoloza/scratch-helpers@~0.3":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-helpers/-/scratch-helpers-0.3.5.tgz#3fc139c192673a223e256db3c5a721d944985138"
dependencies:
"@nikoloza/scratch" "^0.3.0"
"@nikoloza/scratch" "~0.3"

"@nikoloza/scratch-ui@^0.3.0":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-ui/-/scratch-ui-0.3.1.tgz#633dd5cc3fe44ca8e1b20e31f0c66fcbc6a94c7f"
"@nikoloza/scratch-ui@~0.3":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch-ui/-/scratch-ui-0.3.7.tgz#e8c78c52bcb5de72293b66d9267ce4df9dd35984"
dependencies:
"@nikoloza/scratch" "^0.3.0"
"@nikoloza/scratch" "~0.3"

"@nikoloza/scratch@^0.3.0":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch/-/scratch-0.3.1.tgz#a1516bd49f10a352d9fb25a194cd88ec67937c5b"
"@nikoloza/scratch@~0.3":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@nikoloza/scratch/-/scratch-0.3.2.tgz#725e47d6681cec685965066054c1254dc0e9b362"

abbrev@1:
version "1.1.0"
Expand Down Expand Up @@ -650,6 +650,10 @@ balanced-match@^0.4.1, balanced-match@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"

balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"

base64-js@^1.0.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.0.tgz#a39992d723584811982be5e290bb6a53d86700f1"
Expand Down Expand Up @@ -701,6 +705,13 @@ brace-expansion@^1.0.0:
balanced-match "^0.4.1"
concat-map "0.0.1"

brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
dependencies:
balanced-match "^1.0.0"
concat-map "0.0.1"

braces@^1.8.2:
version "1.8.5"
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
Expand Down Expand Up @@ -1532,9 +1543,9 @@ fstream-ignore@~1.0.5:
inherits "2"
minimatch "^3.0.0"

fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.10.tgz#604e8a92fe26ffd9f6fae30399d4984e1ab22822"
fstream@^1.0.0, fstream@^1.0.12, fstream@~1.0.10:
version "1.0.12"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
dependencies:
graceful-fs "^4.1.2"
inherits "~2.0.0"
Expand Down Expand Up @@ -1618,6 +1629,17 @@ glob@^7.0.3, glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3:
version "7.1.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

global-modules@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
Expand Down Expand Up @@ -1649,7 +1671,11 @@ globby@^3.0.1:
pify "^2.0.0"
pinkie-promise "^1.0.0"

graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6:
graceful-fs@^4.1.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"

graceful-fs@^4.1.3, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

Expand Down Expand Up @@ -1789,14 +1815,18 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"

inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
inherits@2, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1:
version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"

inherits@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"

inherits@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"

ini@^1.3.4, ini@~1.3.0:
version "1.3.4"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
Expand Down Expand Up @@ -2316,6 +2346,12 @@ mime@1.3.4, mime@^1.2.11, mime@^1.3.4:
dependencies:
brace-expansion "^1.0.0"

minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
brace-expansion "^1.1.7"

minimist@0.0.8, minimist@~0.0.1:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
Expand Down Expand Up @@ -3474,7 +3510,13 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@2, rimraf@^2.2.8, rimraf@^2.3.2, rimraf@^2.4.4, rimraf@^2.5.4:
rimraf@2:
version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
dependencies:
glob "^7.1.3"

rimraf@^2.2.8, rimraf@^2.3.2, rimraf@^2.4.4, rimraf@^2.5.4:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
dependencies:
Expand Down Expand Up @@ -3832,11 +3874,11 @@ tar-stream@^1.1.2:
xtend "^4.0.0"

tar@~2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
version "2.2.2"
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
dependencies:
block-stream "*"
fstream "^1.0.2"
fstream "^1.0.12"
inherits "2"

tcomb@^2.5.1:
Expand Down