Skip to content

Commit

Permalink
fix: improve peerDep for lwc (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Aug 17, 2023
1 parent c3d2a2b commit 2445a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/@lwc/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"/src/**/*.js"
],
"peerDependencies": {
"@lwc/compiler": "^2.48.0 || ^3.0.0",
"@lwc/engine-dom": "^2.48.0 || ^3.0.0",
"@lwc/engine-server": "^2.48.0 || ^3.0.0",
"@lwc/synthetic-shadow": "^2.48.0 || ^3.0.0",
"@lwc/compiler": ">=2.48.0",
"@lwc/engine-dom": ">=2.48.0",
"@lwc/engine-server": ">=2.48.0",
"@lwc/synthetic-shadow": ">=2.48.0",
"jest": "^26 || ^27 || ^28 || ^29"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/jest-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"semver": "^7.5.4"
},
"peerDependencies": {
"@lwc/compiler": "^2.48.0 || ^3.0.0",
"@lwc/compiler": ">=2.48.0",
"jest": "^26 || ^27 || ^28 || ^29"
},
"engines": {
Expand Down

0 comments on commit 2445a74

Please sign in to comment.