Skip to content

Commit

Permalink
chore(dependencies): increment min stencil version (#109)
Browse files Browse the repository at this point in the history
this commit increments the minor version of @stencil/core in the peer
dependencies of the package. this change is a result of the stencil team
no longer officially supporting stencil v1.x

BREAKING CHANGE: Drops support for v1.X of Stencil
  • Loading branch information
rwaskiewicz authored Aug 30, 2022
1 parent 08961dd commit 27451e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"test.watch": "jest --watch"
},
"peerDependencies": {
"@stencil/core": ">=1.0.2"
"@stencil/core": ">=2.0.0"
},
"devDependencies": {
"@ionic/prettier-config": "^2.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@stencil/core": "^2.8.1",
"@stencil/core": "^2.17.3",
"@types/jest": "^26.0.15",
"@types/node": "^16.11.48",
"@types/sass": "^1.16.0",
Expand Down

0 comments on commit 27451e6

Please sign in to comment.