Skip to content

Commit f2c38dc

Browse files
build(deps-dev): bump @stencil/core from 4.13.0 to 4.20.0 (#2704)
* build(deps-dev): bump @stencil/core from 4.13.0 to 4.20.0 Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.13.0 to 4.20.0. - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md) - [Commits](stenciljs/core@v4.13.0...v4.20.0) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update stencil.config.ts --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 172ee9e commit f2c38dc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/db-ui-elements-stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@faker-js/faker": "^8.4.1",
3535
"@stencil-community/eslint-plugin": "0.7.2",
3636
"@stencil/angular-output-target": "0.8.4",
37-
"@stencil/core": "4.13.0",
37+
"@stencil/core": "4.20.0",
3838
"@stencil/react-output-target": "0.5.3",
3939
"@stencil/sass": "3.0.12",
4040
"@stencil/vue-output-target": "0.8.9",

packages/db-ui-elements-stencil/stencil.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,6 @@ export const config: Config = {
195195
],
196196
extras: {
197197
enableImportInjection: true
198-
}
198+
},
199+
buildEs5: true
199200
};

0 commit comments

Comments
 (0)