Skip to content

Commit

Permalink
chore(deps): support stencil v3
Browse files Browse the repository at this point in the history
this commit bumps the values of `package.json#peerDependencies` to
accept v3.0.0 of stencil.
  • Loading branch information
rwaskiewicz committed Jan 10, 2023
1 parent ca7d614 commit dd86864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test.watch": "jest --watch"
},
"peerDependencies": {
"@stencil/core": ">=2.0.0"
"@stencil/core": ">=2.0.0 || >=3.0.0-beta.0"
},
"devDependencies": {
"@ionic/prettier-config": "^2.0.0",
Expand Down

0 comments on commit dd86864

Please sign in to comment.