Skip to content

Commit

Permalink
chore(deps): update stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dgonzalezr committed Oct 30, 2024
1 parent 0b5f398 commit d7cbbf7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
31 changes: 19 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"@nxext/stencil": "20.0.6",
"@rollup/plugin-url": "8.0.2",
"@schematics/angular": "18.2.10",
"@stencil/angular-output-target": "0.9.1",
"@stencil/core": "4.22.1",
"@stencil/react-output-target": "0.7.3",
"@stencil/angular-output-target": "0.10.0",
"@stencil/core": "4.22.2",
"@stencil/react-output-target": "0.7.4",
"@stencil/sass": "3.0.12",
"@stencil/vue-output-target": "0.9.0",
"@storybook/addon-a11y": "8.3.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/beeq-vue/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[
"@nx/js/babel",
{
"useBuiltIns": "usage",
},
],
],
"useBuiltIns": "usage"
}
]
]
}
2 changes: 1 addition & 1 deletion packages/beeq/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const config: Config = {
includePolyfills: false,
includeDefineCustomElements: false,
componentModels: vueComponentModels,
hydrateModule: '@beeq/core/dist/hydrate',
// hydrateModule: '@beeq/core/dist/hydrate',
customElementsDir,
}),
],
Expand Down

0 comments on commit d7cbbf7

Please sign in to comment.