Skip to content

Commit

Permalink
chore(deps): update semver ranges for @stencil/core package (#318)
Browse files Browse the repository at this point in the history
This bumps the semver ranges in the framework wrappers to include Stencil `v3.0.0-beta.0`, so that the wrappers can be installed alongside one of the `@stencil/core` v3 packages, for example in the Ionic Framework repo.
  • Loading branch information
alicewriteswrongs committed Jan 11, 2023
1 parent 3129486 commit 7efd87c
Show file tree
Hide file tree
Showing 10 changed files with 10,931 additions and 10,767 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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@ionic/prettier-config": "^2.0.0",
"@stencil/core": "^2.9.0",
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0",
"@types/jest": "^26.0.9",
"jest": "^26.3.0",
"lerna": "^4.0.0",
Expand Down
106 changes: 105 additions & 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"
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
},
"jest": {
"transform": {
Expand Down

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

0 comments on commit 7efd87c

Please sign in to comment.