Skip to content

Commit

Permalink
chore(deps): update dependency @stencil/core to v4.1.0 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dgonzalezr committed Sep 1, 2023
1 parent 79419b2 commit 2bdb09f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
18 changes: 9 additions & 9 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
@@ -1,7 +1,7 @@
{
"name": "bee-q",
"name": "beeq",
"version": "0.8.1",
"description": "Bee-Q Design System",
"description": "BEEQ Design System",
"license": "Apache-2.0",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -74,7 +74,7 @@
"@nxext/stencil": "16.3.0",
"@rollup/plugin-url": "8.0.1",
"@stencil/angular-output-target": "0.8.1",
"@stencil/core": "4.0.5",
"@stencil/core": "4.1.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.5",
"@storybook/addon-a11y": "7.3.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/beeq/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const config: Config = {
sourceMapEmbed: true,
sourceMapContents: true,
}),
// tailwindGlobal(tailwindOpts),
tailwind(tailwindOpts),
tailwindHMR({ tailwindConf }),
],
Expand Down Expand Up @@ -83,6 +82,12 @@ export const config: Config = {
],
extras: {
experimentalImportInjection: true,
/**
* Details:
* https://stenciljs.com/docs/config-extras#experimentalslotfixes
* https://discord.com/channels/520266681499779082/1108109881870925875/1143196247730176040
*/
experimentalSlotFixes: true,
},
watchIgnoredRegex: /(custom-elements\.)((d\.ts)|(json))$/g,
devServer: {
Expand Down

0 comments on commit 2bdb09f

Please sign in to comment.