diff --git a/package-lock.json b/package-lock.json index 578521df2..62c155ec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7509,9 +7509,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.13.0.tgz", - "integrity": "sha512-gg+gtBWekQ08mDja8GVAUHNu+rrFhQaKZDvfhnS3l/5JbYiJddTimuDPPhuc0sR0JZL1iRdJTJSa+JbvmnQ1cQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.20.0.tgz", + "integrity": "sha512-WPrTHFngvN081RY+dJPneKQLwnOFD60OMCOQGmmSHfCW0f4ujPMzzhwWU1gcSwXPWXz5O+8cBiiCaxAbJU7kAg==", "dev": true, "bin": { "stencil": "bin/stencil" @@ -34140,7 +34140,7 @@ "@faker-js/faker": "^8.4.1", "@stencil-community/eslint-plugin": "0.7.2", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.13.0", + "@stencil/core": "4.20.0", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.9", diff --git a/packages/db-ui-elements-stencil/package.json b/packages/db-ui-elements-stencil/package.json index d47a7b3e6..d67d0c92a 100644 --- a/packages/db-ui-elements-stencil/package.json +++ b/packages/db-ui-elements-stencil/package.json @@ -34,7 +34,7 @@ "@faker-js/faker": "^8.4.1", "@stencil-community/eslint-plugin": "0.7.2", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.13.0", + "@stencil/core": "4.20.0", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@stencil/vue-output-target": "0.8.9", diff --git a/packages/db-ui-elements-stencil/stencil.config.ts b/packages/db-ui-elements-stencil/stencil.config.ts index e7161374c..a8019ad0e 100644 --- a/packages/db-ui-elements-stencil/stencil.config.ts +++ b/packages/db-ui-elements-stencil/stencil.config.ts @@ -195,5 +195,6 @@ export const config: Config = { ], extras: { enableImportInjection: true - } + }, + buildEs5: true };