Skip to content

Commit

Permalink
upgrade v0.27.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 6, 2022
1 parent 4888707 commit 898b604
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@babel/core": "^7.18.13",
"@esm-bundle/chai": "^4.3.4",
"@greenwood/cli": "~0.27.0-alpha.1",
"@greenwood/plugin-postcss": "~0.27.0-alpha.1",
"@greenwood/cli": "~0.27.0-alpha.2",
"@greenwood/plugin-postcss": "~0.27.0-alpha.2",
"@ls-lint/ls-lint": "^1.10.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
Expand Down
80 changes: 63 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1238,10 +1238,10 @@
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@greenwood/cli@~0.27.0-alpha.1":
version "0.27.0-alpha.1"
resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.27.0-alpha.1.tgz#26c814174dee8371715f642475388fb03edd913d"
integrity sha512-/18+49fd4G4UeGV7rpw8U8dJHBlNrwsOnvrnCQ7PZJpxiuMjI9KlKiWcMPbjTYnDyX5/Yq0EASPY+HEpga3R5A==
"@greenwood/cli@~0.27.0-alpha.2":
version "0.27.0-alpha.2"
resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.27.0-alpha.2.tgz#b890190d63735eaf6298e87630f99e744748da42"
integrity sha512-ns4x2fxNXF/NNh/gSs3ds+KBZwTJ0jdp3gYgCgW6ZgcjPT34cQ37ZjHgpjDMdsc/Q6k2NplMazPj5P310wMppA==
dependencies:
"@rollup/plugin-node-resolve" "^13.0.0"
"@rollup/plugin-replace" "^2.3.4"
Expand All @@ -1266,12 +1266,12 @@
rollup "^2.58.0"
rollup-plugin-terser "^7.0.0"
unified "^9.2.0"
wc-compiler "~0.5.0"
wc-compiler "~0.6.1"

"@greenwood/plugin-postcss@~0.27.0-alpha.1":
version "0.27.0-alpha.1"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.27.0-alpha.1.tgz#78522b9057be88831071c3b1e94fea292d6865b7"
integrity sha512-x6PULBBM+yDMQHwbL+atAqRfKsysjpyz0cUQrHBpQgze2xvRt0jMVf43RYo9z5VLVAtjKuFlbig550Iu3DyEyA==
"@greenwood/plugin-postcss@~0.27.0-alpha.2":
version "0.27.0-alpha.2"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.27.0-alpha.2.tgz#bfc6c20136ea875f06a1f4131b4185d54721dacc"
integrity sha512-K2yyONE0iobP7TvaR/zSI6de5U2Cw6qFWhhobHVtO4FB6THrxTEP+8YVNUt4R86iNVC3mo14RS4VBqyycH4pjA==
dependencies:
cssnano "^5.0.11"
postcss-preset-env "^7.0.1"
Expand Down Expand Up @@ -4926,7 +4926,7 @@ deep-extend@~0.6.0:
resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz"
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==

deep-is@^0.1.3:
deep-is@^0.1.3, deep-is@~0.1.3:
version "0.1.4"
resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
Expand Down Expand Up @@ -5404,6 +5404,18 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==

escodegen@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==
dependencies:
esprima "^4.0.1"
estraverse "^5.2.0"
esutils "^2.0.2"
optionator "^0.8.1"
optionalDependencies:
source-map "~0.6.1"

eslint-scope@^4.0.3:
version "4.0.3"
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz"
Expand Down Expand Up @@ -5491,7 +5503,7 @@ espree@^9.4.0:
acorn-jsx "^5.3.2"
eslint-visitor-keys "^3.3.0"

esprima@^4.0.0:
esprima@^4.0.0, esprima@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
Expand Down Expand Up @@ -5739,7 +5751,7 @@ fast-json-stable-stringify@^2.0.0:
resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==

fast-levenshtein@^2.0.6:
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
version "2.0.6"
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
Expand Down Expand Up @@ -7717,6 +7729,14 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

levn@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==
dependencies:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lighthouse-logger@^1.0.0:
version "1.3.0"
resolved "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.3.0.tgz"
Expand Down Expand Up @@ -8814,6 +8834,18 @@ opener@^1.5.1:
resolved "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz"
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==

optionator@^0.8.1:
version "0.8.3"
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
dependencies:
deep-is "~0.1.3"
fast-levenshtein "~2.0.6"
levn "~0.3.0"
prelude-ls "~1.1.2"
type-check "~0.3.2"
word-wrap "~1.2.3"

optionator@^0.9.1:
version "0.9.1"
resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz"
Expand Down Expand Up @@ -9848,6 +9880,11 @@ prelude-ls@^1.2.1:
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==

"prettier@>=2.2.1 <=2.3.0":
version "2.3.0"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz"
Expand Down Expand Up @@ -11720,6 +11757,13 @@ type-check@^0.4.0, type-check@~0.4.0:
dependencies:
prelude-ls "^1.2.1"

type-check@~0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==
dependencies:
prelude-ls "~1.1.2"

type-fest@^0.18.0:
version "0.18.1"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz"
Expand Down Expand Up @@ -12174,13 +12218,15 @@ watchpack@^2.2.0:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"

wc-compiler@~0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/wc-compiler/-/wc-compiler-0.5.0.tgz"
integrity sha512-ScHbrtd81cvMEg8tn7L/iSc1WhckNKIB77VGhZYxMNELHmgQdMuC/r36E/LhAHdqAJYxi4y77DXmU56BZzeBng==
wc-compiler@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/wc-compiler/-/wc-compiler-0.6.1.tgz#acae127206c4fb028dccd530efa948c91efa7c20"
integrity sha512-riK9RNwus8U1O9VFjZ3Zph8nFGj6ivzWGQbWHZxkHkKbhS1/W/mwIw4e+20V9Uy8CsLy3u0j2HLDOxzAro5pJg==
dependencies:
acorn "^8.7.0"
acorn-jsx "^5.3.2"
acorn-walk "^8.2.0"
escodegen "^2.0.0"
parse5 "^6.0.1"

web-namespaces@^1.0.0:
Expand Down Expand Up @@ -12337,7 +12383,7 @@ widest-line@^3.1.0:
dependencies:
string-width "^4.0.0"

word-wrap@^1.2.3:
word-wrap@^1.2.3, word-wrap@~1.2.3:
version "1.2.3"
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
Expand Down

0 comments on commit 898b604

Please sign in to comment.