Skip to content

Commit

Permalink
chore(core): update to latest stencil 4.27.1 (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux authored Feb 26, 2025
1 parent 1709c92 commit b9b89e0
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 45 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
},
"pnpm": {
"patchedDependencies": {
"@stencil/vue-output-target@0.8.8": "patches/@stencil__vue-output-target@0.8.8.patch",
"@stencil/core@4.27.0": "patches/@stencil__core@4.27.0.patch"
"@stencil/vue-output-target@0.8.8": "patches/@stencil__vue-output-target@0.8.8.patch"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/component-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"timestamp": "",
"compiler": {
"name": "@stencil/core",
"version": "4.27.0",
"version": "4.27.1",
"typescriptVersion": "5.5.4"
},
"components": [
Expand Down Expand Up @@ -22777,10 +22777,10 @@
"docstring": "",
"path": "src/components.d.ts"
},
"../../node_modules/.pnpm/@stencil+core@4.27.0_patch_hash=zc3us253dhn3nxu7hvs2qi5xgy/node_modules/@stencil/core/internal/stencil-core/index.d.ts::Element": {
"../../node_modules/.pnpm/@stencil+core@4.27.1/node_modules/@stencil/core/internal/stencil-core/index.d.ts::Element": {
"declaration": "any",
"docstring": "",
"path": "../../node_modules/.pnpm/@stencil+core@4.27.0_patch_hash=zc3us253dhn3nxu7hvs2qi5xgy/node_modules/@stencil/core/internal/stencil-core/index.d.ts"
"path": "../../node_modules/.pnpm/@stencil+core@4.27.1/node_modules/@stencil/core/internal/stencil-core/index.d.ts"
},
"src/components/tree/tree-model.ts::TreeModel": {
"declaration": "{\n [P in K]: T;\n}",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.6.13",
"@stencil/core": "^4.27.0",
"@stencil/core": "^4.27.1",
"@types/luxon": "^3.4.2",
"animejs": "~3.2.2",
"luxon": "^3.4.4"
Expand Down
13 changes: 0 additions & 13 deletions patches/@stencil__core@4.27.0.patch

This file was deleted.

56 changes: 30 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit b9b89e0

Please sign in to comment.