Skip to content

Commit c692d00

Browse files
chore(deps): bump the patch-dependencies group with 2 updates (#4465)
Bumps the patch-dependencies group with 2 updates: [@stencil/core](https://github.com/stenciljs/core) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `@stencil/core` from 4.35.1 to 4.35.3 - [Release notes](https://github.com/stenciljs/core/releases) - [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md) - [Commits](stenciljs/core@v4.35.1...v4.35.3) Updates `vue-tsc` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.0.1/packages/tsc) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vue-tsc dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd7b461 commit c692d00

File tree

5 files changed

+65
-71
lines changed

5 files changed

+65
-71
lines changed

output/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@custom-elements-manifest/analyzer": "^0.10.4",
33-
"@stencil/core": "4.35.1",
33+
"@stencil/core": "4.35.3",
3434
"cem-plugin-expanded-types": "^1.4.0",
3535
"custom-element-jet-brains-integration": "^1.7.0",
3636
"custom-element-vs-code-integration": "^1.5.0",

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"typescript": "^5.4.5",
4545
"vite": "^6.3.5",
4646
"vue": "^3.5.17",
47-
"vue-tsc": "^3.0.0"
47+
"vue-tsc": "^3.0.1"
4848
},
4949
"publishConfig": {
5050
"registry": "https://registry.npmjs.org/",

package-lock.json

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

showcases/stencil-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"watch": "ng build --watch --configuration development"
1717
},
1818
"dependencies": {
19-
"@stencil/core": "4.35.1"
19+
"@stencil/core": "4.35.3"
2020
},
2121
"devDependencies": {
2222
"npm-run-all2": "8.0.4",

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"cross-env": "^7.0.3",
2222
"typescript": "^5.4.5",
2323
"vite": "^6.3.5",
24-
"vue-tsc": "^3.0.0"
24+
"vue-tsc": "^3.0.1"
2525
}
2626
}

0 commit comments

Comments
 (0)