diff --git a/packages/cli/package.json b/packages/cli/package.json index d543400fc..cfc589c1a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -52,7 +52,7 @@ "remark-rehype": "^7.0.0", "rollup": "^2.58.0", "unified": "^9.2.0", - "wc-compiler": "~0.10.0" + "wc-compiler": "~0.11.0" }, "devDependencies": { "@babel/runtime": "^7.10.4", diff --git a/packages/plugin-import-jsx/package.json b/packages/plugin-import-jsx/package.json index 188fe844e..f9f4e08d5 100644 --- a/packages/plugin-import-jsx/package.json +++ b/packages/plugin-import-jsx/package.json @@ -27,7 +27,7 @@ "@greenwood/cli": "^0.28.0-alpha.4" }, "dependencies": { - "wc-compiler": "~0.10.0" + "wc-compiler": "~0.11.0" }, "devDependencies": { "@greenwood/cli": "^0.29.2" diff --git a/yarn.lock b/yarn.lock index b86e1bff4..6f0b458e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16787,10 +16787,10 @@ wait-port@1.0.4: commander "^9.3.0" debug "^4.3.4" -wc-compiler@~0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/wc-compiler/-/wc-compiler-0.10.0.tgz#3a0c32c500425c4493def7c47ea8df230d7cd0b8" - integrity sha512-GwtQw/cgbaCedoeguMc5YlRvHujDRTfpJxgglPAVT3LuJCRGXqG3nyckuV4mvblOBAPwePuP9T5nOTxbW/ZIRA== +wc-compiler@~0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/wc-compiler/-/wc-compiler-0.11.0.tgz#fc42d81f23eee0cc98d497aec574cf49c553ae03" + integrity sha512-2reo21bD1jbjqDKbN4rBZ07Om4riP58Llb8Wtc7H7s704Jm8t8yFMKVpNZh3S9/3GpkDZbwp6XKI2MmkYugafQ== dependencies: acorn "^8.7.0" acorn-jsx "^5.3.2"