Skip to content

Commit

Permalink
✨ feature: Update Stencil (#1130)
Browse files Browse the repository at this point in the history
* Create PR for #1128

* chore: update stencil

---------

Co-authored-by: hirsch88 <hirsch88@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
  • Loading branch information
3 people committed Nov 16, 2023
1 parent 2bedf65 commit 86ce854
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 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 @@ -103,7 +103,7 @@
"@rollup/plugin-commonjs": "~22.0.1",
"@rollup/plugin-node-resolve": "~13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@stencil/core": "~4.7.1",
"@stencil/core": "~4.7.2",
"@stencil/sass": "~3.0.7",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "^1.5.1",
"@popperjs/core": "~2.11.4",
"@stencil/core": "~4.7.1",
"@stencil/core": "~4.7.2",
"big.js": "~6.2.1",
"contactjs": "2.1.7",
"date-fns": "~2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/platform-browser": ">=15.0.0",
"@stencil/core": "~4.7.1",
"@stencil/core": "~4.7.2",
"zone.js": ">=0.11.4"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:coverage": "vitest run --coverage"
},
"peerDependencies": {
"@stencil/core": "~4.7.1",
"@stencil/core": "~4.7.2",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:coverage": "vitest run --coverage"
},
"peerDependencies": {
"@stencil/core": "~4.7.1",
"@stencil/core": "~4.7.2",
"vue": "^3.2.37"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
Expand Down

0 comments on commit 86ce854

Please sign in to comment.