Skip to content

Commit

Permalink
feat(deps): require stencil 3.0.0+ for all wrappers (#324)
Browse files Browse the repository at this point in the history
this commit updates the dependencies of the framework wrappers to
require stencil v3.0.0 or higher (beta, rc releases will no longer be
permitted). stencil v2.9+ is still supported, it is only support for
beta and rc release of stencil v3 that are being dropped.

BREAKING_CHANGE: support for Stencil 3 beta and rc candidates has been
dropped. if using one of those builds, please upgrade to 3.0.0 or higher
  • Loading branch information
rwaskiewicz authored Mar 27, 2023
1 parent 967739d commit 8b8ced4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions 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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@ionic/prettier-config": "^2.0.0",
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0",
"@stencil/core": "^3.0.0",
"@types/jest": "^26.0.9",
"jest": "^26.3.0",
"lerna": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-output-target/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 packages/angular-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@angular/forms": "8.2.14"
},
"peerDependencies": {
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
"@stencil/core": "^2.9.0 || ^3.0.0"
},
"jest": {
"transform": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-output-target/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 packages/react-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
},
"peerDependencies": {
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
"@stencil/core": "^2.9.0 || ^3.0.0"
},
"devDependencies": {
"@types/react": "^16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-output-target/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 packages/vue-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
},
"peerDependencies": {
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
"@stencil/core": "^2.9.0 || ^3.0.0"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 8b8ced4

Please sign in to comment.