Skip to content

Commit

Permalink
upgrade greenwood v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 9, 2023
1 parent 7717803 commit aba4c34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
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.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"
Expand All @@ -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"
Expand Down

0 comments on commit aba4c34

Please sign in to comment.