Skip to content

Commit

Permalink
fix(engine): to use the later version of observable membrane (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy authored Jan 18, 2019
1 parent 0ec65ea commit 9f63a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@lwc/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"postbuild": "concurrently --raw \"rollup -c scripts/rollup/rollup.config.umd.dev.js\" \"rollup -c scripts/rollup/rollup.config.umd.prod.js\" \"rollup -c scripts/rollup/rollup.config.es-and-cjs.js\""
},
"dependencies": {
"observable-membrane": "0.25.0"
"observable-membrane": "0.26.0"
},
"devDependencies": {
"@lwc/template-compiler": "0.35.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8019,10 +8019,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

observable-membrane@0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/observable-membrane/-/observable-membrane-0.25.0.tgz#d0f20e1c98c5425396fd021bc320eb96874508e2"
integrity sha512-ySxObvl89y6EeHnjDNQDmcDZFs4EpVmtEimmf/joIgxwhfVLHONEkf8aSNgDLCjFY2n2cAnG9Ww1yldigq7wPQ==
observable-membrane@0.26.0:
version "0.26.0"
resolved "http://npm.lwcjs.org/observable-membrane/-/observable-membrane-0.26.0/f4f186660b4fbd61e91001424981b63e522f948e.tgz#f4f186660b4fbd61e91001424981b63e522f948e"
integrity sha512-iVi2WY0l9sSuSDvXJpKd8FFx6vG2LGFa91Wd0c3gC4aRa7GhW8BByzIbqJwsOe1miQSJ02k8iFAyx2moGm7zmQ==

on-finished@~2.3.0:
version "2.3.0"
Expand Down

0 comments on commit 9f63a10

Please sign in to comment.