Skip to content

Commit 4e938eb

Browse files
use latest Stencil release
1 parent 1cffceb commit 4e938eb

File tree

2 files changed

+9
-51
lines changed

2 files changed

+9
-51
lines changed

core/package-lock.json

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

core/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"loader/"
3232
],
3333
"dependencies": {
34-
"@stencil/core": "4.29.0-dev.1743807712.6244a07",
34+
"@stencil/core": "4.29.1",
3535
"ionicons": "^7.2.2",
3636
"tslib": "^2.1.0"
3737
},
@@ -72,9 +72,6 @@
7272
"stylelint": "^13.13.1",
7373
"stylelint-order": "^4.1.0"
7474
},
75-
"overrides": {
76-
"@stencil/core": "4.29.0-dev.1743807712.6244a07"
77-
},
7875
"scripts": {
7976
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
8077
"build.css": "npm run css.sass && npm run css.minify",

0 commit comments

Comments
 (0)