Skip to content

Commit

Permalink
upgrade wcc v0.11.0 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed May 31, 2024
1 parent 44f8e6e commit c04eb90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c04eb90

Please sign in to comment.