From 66719be6a0d5e74b7c5121dac3e35bfbbebd3546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:07:44 +0000 Subject: [PATCH] Bump @stencil/angular-output-target in /stencil-workspace Bumps [@stencil/angular-output-target](https://github.com/ionic-team/stencil-ds-output-targets) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/ionic-team/stencil-ds-output-targets/releases) - [Changelog](https://github.com/ionic-team/stencil-ds-output-targets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/stencil-ds-output-targets/commits) --- updated-dependencies: - dependency-name: "@stencil/angular-output-target" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- stencil-workspace/package-lock.json | 8 ++++---- stencil-workspace/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stencil-workspace/package-lock.json b/stencil-workspace/package-lock.json index bb29bac53..5430d24ef 100644 --- a/stencil-workspace/package-lock.json +++ b/stencil-workspace/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/preset-react": "^7.25.9", - "@stencil/angular-output-target": "^0.10.0", + "@stencil/angular-output-target": "^0.10.1", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", "@stencil/sass": "^3.0.12", @@ -1399,9 +1399,9 @@ } }, "node_modules/@stencil/angular-output-target": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@stencil/angular-output-target/-/angular-output-target-0.10.0.tgz", - "integrity": "sha512-j/VXofXggbqzfzX6+1F++IZbGNfEKw1eQAdd5S4PpjGGWsf0TI6qDBd4YrjCMHAKCSV18FNuKFBejejM/49T/Q==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@stencil/angular-output-target/-/angular-output-target-0.10.1.tgz", + "integrity": "sha512-cH9LD4IMz0KZ36lRAcIBpXXJq4fVHk23cnkVyIrCK/DBnnCPz2jNqpUfOB+/a6lHnZd/XyciCVUVEBQXPyRqxg==", "dev": true, "peerDependencies": { "@stencil/core": ">=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0" diff --git a/stencil-workspace/package.json b/stencil-workspace/package.json index fb16c0709..4b6d6e65d 100644 --- a/stencil-workspace/package.json +++ b/stencil-workspace/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@babel/preset-react": "^7.25.9", - "@stencil/angular-output-target": "^0.10.0", + "@stencil/angular-output-target": "^0.10.1", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", "@stencil/sass": "^3.0.12",