Skip to content

Commit

Permalink
chore: upgrade peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ferreiro Val committed Nov 12, 2018
1 parent 5c70269 commit bbee654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/lwc-jest-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"deasync": "0.1.12"
},
"peerDependencies": {
"lwc-compiler": "0.31.x",
"lwc-engine": "0.31.x",
"lwc-errors": "0.31.x"
"lwc-compiler": "0.32.x",
"lwc-engine": "0.32.x",
"lwc-errors": "0.32.x"
},
"devDependencies": {
"lwc-compiler": "0.32.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-lwc-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
"lwc-compiler": "0.31.x",
"lwc-engine": "0.31.x"
"lwc-compiler": "0.32.x",
"lwc-engine": "0.32.x"
}
}

0 comments on commit bbee654

Please sign in to comment.