Skip to content

Commit

Permalink
chore: bump peer dep versions (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida authored May 16, 2019
1 parent 18f718c commit 2801b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@lwc/jest-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"babel-preset-jest": "^24.0.0"
},
"peerDependencies": {
"@lwc/compiler": "0.39.x",
"@lwc/engine": "0.39.x",
"@lwc/compiler": "0.40.x",
"@lwc/engine": "0.40.x",
"jest": "24.x"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
"@lwc/compiler": "0.39.x",
"@lwc/engine": "0.39.x"
"@lwc/compiler": "0.40.x",
"@lwc/engine": "0.40.x"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2801b92

Please sign in to comment.