Skip to content

Commit

Permalink
chore(deps): update dependency @stencil/core to v4 (#312)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @stencil/core to v4
* chore: enable minify for `dist-custom-elements` target

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dabiel González Ramos <[email protected]>
  • Loading branch information
renovate[bot] and dgonzalezr committed Jul 3, 2023
1 parent 60b7ac3 commit 5ae0451
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# source files to ignore
.angular
master.zip
packages/bee-q/.stencil
packages/bee-q/.storybook/css/**
packages/bee-q/custom-elements.json
packages/bee-q/src/components/icon/svg/**
Expand Down
12 changes: 6 additions & 6 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 @@ -71,7 +71,7 @@
"@nrwl/workspace": "14.8.8",
"@nxext/stencil": "14.0.6",
"@stencil/angular-output-target": "0.7.1",
"@stencil/core": "3.4.0",
"@stencil/core": "4.0.1",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.4",
"@storybook/addon-a11y": "7.0.20",
Expand Down
1 change: 1 addition & 0 deletions packages/bee-q/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const config: Config = {
{
type: 'dist-custom-elements',
customElementsExportBehavior: 'auto-define-custom-elements',
minify: true,
},
{
type: 'docs-vscode',
Expand Down

0 comments on commit 5ae0451

Please sign in to comment.