Skip to content

Commit

Permalink
upgrade to latest wcc 0.9.1 (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 21, 2023
1 parent 6433f1e commit a62417a
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.9.0"
"wc-compiler": "~0.9.1"
},
"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.9.0"
"wc-compiler": "~0.9.1"
},
"devDependencies": {
"@greenwood/cli": "^0.29.0"
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.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/wc-compiler/-/wc-compiler-0.9.0.tgz#54730bd9c3b35d3d9190ea22894df9f208e9d089"
integrity sha512-AmpkRrOVPP0SHUF/9Y9BEiHejw3K+58cjLDxj/cN3w5ptJ3ZKEICDn7v+gEmj+d7XDwwb/8PjeEzmBWjo877ew==
wc-compiler@~0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/wc-compiler/-/wc-compiler-0.9.1.tgz#65348882a63bf8094722a293c422b4d6f07215d5"
integrity sha512-zdXSXeeoB6jKGV8mELFpY3fe6kxeM+i+TULqMPaP+hXHyQHUWnGAqK6juQUOFc0TVixDTcCmCuQ/GXknqXwRqA==
dependencies:
acorn "^8.7.0"
acorn-jsx "^5.3.2"
Expand Down

0 comments on commit a62417a

Please sign in to comment.