From ad165a39ba4f4ec4aa261bb0200b93e93acdf013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:12:44 +0000 Subject: [PATCH] build(deps-dev): bump custom-elements-manifest in /plugins/dev-helpers Bumps [custom-elements-manifest](https://github.com/webcomponents/custom-elements-manifest) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/webcomponents/custom-elements-manifest/releases) - [Changelog](https://github.com/webcomponents/custom-elements-manifest/blob/main/CHANGELOG.md) - [Commits](https://github.com/webcomponents/custom-elements-manifest/commits/v2.1.0) --- updated-dependencies: - dependency-name: custom-elements-manifest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/dev-helpers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dev-helpers/package.json b/plugins/dev-helpers/package.json index 595231f..00c1ff1 100644 --- a/plugins/dev-helpers/package.json +++ b/plugins/dev-helpers/package.json @@ -14,6 +14,6 @@ "types": "lib/src/index.d.ts", "devDependencies": { "@inventage-web-components/common": "*", - "custom-elements-manifest": "^1.0.0" + "custom-elements-manifest": "^2.1.0" } }