From aba4c3424d3a3bd352d69bb5b445f7b3aa8baa3b Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sat, 8 Apr 2023 22:26:50 -0400 Subject: [PATCH] upgrade greenwood v0.28.0 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 79d0fb5..5368726 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "devDependencies": { "@babel/core": "^7.18.13", "@esm-bundle/chai": "^4.3.4", - "@greenwood/cli": "~0.28.0-alpha.5", - "@greenwood/plugin-postcss": "~0.28.0-alpha.5", + "@greenwood/cli": "~0.28.0", + "@greenwood/plugin-postcss": "~0.28.0", "@ls-lint/ls-lint": "^1.10.0", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-essentials": "^6.5.10", diff --git a/yarn.lock b/yarn.lock index 8e9b741..28a6489 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.28.0-alpha.5": - version "0.28.0-alpha.5" - resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.28.0-alpha.5.tgz#4f34982d4182472835be17a7685c92b160c1fbf7" - integrity sha512-reYupGeIrkoWMDqC73oR/IQg4VIGsgL7sz+FMOYfeEtbyyEaRN1P6vArws8TFgML50s2BoDetk9yw78UTTw3/w== +"@greenwood/cli@~0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.28.0.tgz#c4964622ab4b6759224fa425572e4b053e137fb4" + integrity sha512-vRUDGnfbyBBZCDPa2ShWyh8iZ1buD37okAqebKqcnum7u/tcjHiLd2AwMjrkihMSn2Oxobx9F2aD1QL7/E/AOQ== dependencies: "@rollup/plugin-commonjs" "^21.0.0" "@rollup/plugin-node-resolve" "^13.0.0" @@ -1267,10 +1267,10 @@ unified "^9.2.0" wc-compiler "~0.8.0" -"@greenwood/plugin-postcss@~0.28.0-alpha.5": - version "0.28.0-alpha.5" - resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.28.0-alpha.5.tgz#44aab5e2738f7d74054a6496fa6d525b0cbb5833" - integrity sha512-EuzdT9f4V9BDZjHZx2lwOknNPTvN7W3u3f58KR8F9I20XoJ5pef8oYIqxDPf0qdQEssbw9lSFjQy0sVwgF/JIA== +"@greenwood/plugin-postcss@~0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.28.0.tgz#fd6ebebb9c675fcbcc4c62f79da8a394eaf6cdac" + integrity sha512-laDXCrpAUTkdf23ov3RJBXjQvji80Fd1l/ECweYZ21y3g+chFlRsd+AVnW/7DFKgAdefYXP3OIXWCLS/LlMnlQ== dependencies: postcss "^8.3.11" postcss-import "^13.0.0"