Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
upgrade greenwood v0.23.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Feb 12, 2022
1 parent 5354ed7 commit f0aa2c9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"lit-element": "^2.4.0"
},
"devDependencies": {
"@greenwood/cli": "^0.22.1",
"@greenwood/plugin-google-analytics": "^0.22.1",
"@greenwood/plugin-import-css": "^0.22.1",
"@greenwood/plugin-postcss": "^0.22.1",
"@greenwood/cli": "^0.23.0",
"@greenwood/plugin-google-analytics": "^0.23.0",
"@greenwood/plugin-import-css": "^0.23.0",
"@greenwood/plugin-postcss": "^0.23.0",
"eslint": "^8.4.0",
"postcss-nested": "^4.1.2",
"rimraf": "^3.0.0"
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@greenwood/cli@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.22.1.tgz#0b341f13edddbb1f910d1d26fdc7186fb4030e1f"
integrity sha512-JAcHa6dHCnaXRBE6qi32xk35rIDpaKVCgJ9W9qQlgyXg7pYQgJ/phxf2YUPJ1wmzUfXGDQFh8a+yTfEG4py6Jw==
"@greenwood/cli@^0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@greenwood/cli/-/cli-0.23.0.tgz#46a6a301de689a9053330f62469cb880ca3207ec"
integrity sha512-4IckraYIlTw1dOqi+0giJoq2czspiRYtlsok6kOqF6p0pJL0RPuEiwH4Hvr79IKQucpV24bHfLUMViDnatoNPQ==
dependencies:
"@rollup/plugin-node-resolve" "^13.0.0"
"@rollup/plugin-replace" "^2.3.4"
Expand Down Expand Up @@ -74,22 +74,22 @@
rollup-plugin-terser "^7.0.0"
unified "^9.2.0"

"@greenwood/plugin-google-analytics@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-google-analytics/-/plugin-google-analytics-0.22.1.tgz#747f26690c69e02e491a2bc6facc3a1693fb9bab"
integrity sha512-8KtkXI4XZH1rP6Lm/bZuYFfRWmEcZNEk+Qeh1p86T0e7VSWhHL3IjaC2s2GZP3ANWqzPfZ7x0Yw9lQHz7/ePmQ==
"@greenwood/plugin-google-analytics@^0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-google-analytics/-/plugin-google-analytics-0.23.0.tgz#ba714a86eef7ee52a4067f75b174e412872f4a8b"
integrity sha512-kFsXMNVi428D6DRHlf3a3utGVxOIHxxk1V5IMQyyYT/yyO6H18/5/cYXyAQtLWGML53P/f+BLD/+nAVvaWLxgg==

"@greenwood/plugin-import-css@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-import-css/-/plugin-import-css-0.22.1.tgz#598e667df4e672baa5d4bbe6df9ef77c0e21f8e8"
integrity sha512-rStc1I79lLWISwJ/ntw56i+cEO3k0aKQZht1YmF0vzWgzvba1L5SG5GzTUUbagsjXsQrajOjRQdDMva1GvPudA==
"@greenwood/plugin-import-css@^0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-import-css/-/plugin-import-css-0.23.0.tgz#29c232669956929b9ca8dd90575af6520fd1bf60"
integrity sha512-n/CmjTQGQm0uPCETjLAoQv8n2qSspAE5pVAzeK5DBeJPNi/jngaWMv3YbOgd8LuoKrghefdAB37KS5pZCgwubA==
dependencies:
rollup-plugin-postcss "^4.0.2"

"@greenwood/plugin-postcss@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.22.1.tgz#b65030a6f52f9424d61556aaa04386ca934f97c2"
integrity sha512-n/6Vu8Fw0DYRMF6xENLiM1lHq3p0C2hxZYx48rlde1f2tBZ9/UztVHJE0ZB4bD4oAEdbYyJPhB3r3GgsEvpM3Q==
"@greenwood/plugin-postcss@^0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@greenwood/plugin-postcss/-/plugin-postcss-0.23.0.tgz#5dd30bf5db5e620ced95570d956c4d8e3d561fc7"
integrity sha512-wxStwYq6ZJdO1bFX35CfwRGcuJs1rvsRhmEmjvrfuo4eeJ9uGqIUeNpKdZ8kzKR6yWrMtp4gm78nK4+b4mpJBQ==
dependencies:
cssnano "^5.0.11"
postcss-preset-env "^7.0.1"
Expand Down

0 comments on commit f0aa2c9

Please sign in to comment.